GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
WinRT 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 – configuration connections

Set-ConfigBinding

Use this command to configure the IP address of the configuration interface. This is required if you wish to configure this server from a remote computer, because the default address does not allow for such an action.
Set-ConfigBinding
          -Address 127.0.0.1
         [-Port 9012]
Address
The IP address of the configuration binding.
Port (optional)
The port of the configuration binding.
The default value of 9012 is used, unless specified otherwise.


Set-ConfigSecurity

Use this command to configure the IP address of the configuration interface. This is required if you wish to configure this server from a remote computer, because the default address does not allow for such an action.
Set-ConfigSecurity
          -SecurityDescriptor "D:(A;;FA;;;WD)"
SecurityDescriptor
Security descriptor in the form of an SDDL string.


Default-ConfigSecurity

Resets the security to the default values (only administrators are granted access).
Default-ConfigSecurity
This function has no parameters.
© 2025 Mobiland AG