Set-IGELDeviceDirectory
Summary
Creates a new device directory.
Parameters
-Credentials
Credential data, usually passed via a variable which it has been saved to at login-directoryName
Name for the device directory-directoryPosition
Parent directory for the new device directory. If omitted, it defaults to-1
, which is the UMS directory Devices.
Example Command Line
Set-IgelTCDirectory `
-Credentials $l `
-directoryName "Brand New Directory" `
-directoryPosition 3201
Example Output
message id name parentID
------- -- ---- --------
Directory successfully inse... 3206 Brand New Directory 3201