GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
DTDL
DADL
Setup
DataFS SDK setup
DataFS setup
DataFS Tools
Connection
Server instances
Configuration connections
Client connections
Domain
Disk
Storage
Schema
Settings
Recovery
DataFS setup parameters

DataFS Tools – client connections

Insert-Binding

Insert-Binding
          -Type 1
          -Address 192.168.12.68
          -Port 9018
         [-HostName "datafs.domain.local"]
         [-CertHash "fd92e2e0b5fbe3650b4d5424b1ae347cf0a8d3f0"]
         [-KeySize 192]
         [-KeyExchangeOptions 0x1000]
         [-AuthenticationOptions 0x1]
         [-LoginOptions 0x1]
Type
Type of service. Possible values are 1 (client connections).
Address
The IP address of the binding.
Port
The port of the binding.
HostName (for encrypted connections)
The host name of the binding.
CertHash (for encrypted connections)
The certificate hash for use on this binding.
KeySize (for encrypted connections)
The AES key size for use on this binding. Possible values are 128, 192 and 256.
KeyExchangeOptions (for encrypted connections)
The key exchange options of the binding.
NameFlagDescription
ECDH0x1The elliptic curve Diffie-Hellman algorithm.
DH0x2The Diffie-Hellman algorithm.
RSA0x100The RSA algorithm.
SSPI_NEGOTIATE0x1000Microsoft Negotiate
SSPI_KERBEROS0x2000Microsoft Kerberos
SSPI_NTLM0x4000Microsoft NTLM
AuthenticationOptions (for encrypted connections)
The authentication options of the binding.
NameFlagDescription
ECDSA0x1The elliptic curve DSA algorithm.
RSA0x100The RSA algorithm.
LoginOptions (for encrypted connections)
The login options of the binding.
NameFlagDescription
SSPI_NEGOTIATE0x1Microsoft Negotiate
SSPI_KERBEROS0x2Microsoft Kerberos
SSPI_NTLM0x4Microsoft NTLM
PLAIN0x100Plain text


Remove-Binding

Remove-Binding
          -Type 1
          -Address 192.168.12.68
          -Port 9018
         [-HostName "datafs.domain.local"]
Type
Type of service. Possible values are 1 (client connections).
Address
The IP address of the binding.
Port
The port of the binding.
HostName (optional)
The host name of the binding, if multiple names have been configured on the same address / port combination.


Remove-AllBinding

Remove-AllBinding
          -Type 1
Type
Type of service. Possible values are 1 (client connections).


Enum-Binding

Enum-Binding
          -Type 1
Type
Type of service. Possible values are 1 (client connections).


Set-Security

Set-Security
          -Type 1
          -SecurityDescriptor "D:(A;;FA;;;WD)"
Type
Type of service. Possible values are 1 (client connections).
SecurityDescriptor
Security descriptor in the form of an SDDL string.


Default-Security

Resets the security to the default values (all authenticated users are granted access).
Default-Security
          -Type 1
Type
Type of service. Possible values are 1 (client connections).


Get-Security

Get-Security
          -Type 1
Type
Type of service. Possible values are 1 (client connections).


Set-MaxConnectionCount

Set-MaxConnectionCount
          -Type 1
          -MaxConnectionCount 32
Type
Type of service. Possible values are 1 (client connections).
MaxConnectionCount
Maximum connections that are allowed before the server rejects additional clients.


Get-MaxConnectionCount

Get-MaxConnectionCount
          -Type 1
Type
Type of service. Possible values are 1 (client connections).
© 2022 Mobiland AG