Summary

Creates a new profile directory.

Parameters

  • -Credentials
    Credential data, usually passed via a variable which it has been saved to at login
  • -directoryName
    Name for the profile directory
  • -directoryPosition
    Parent directory for the new profile directory. If omitted, it defaults to -2, which is the UMS directory Profiles.

Example Command Line

Set-IgelProfileDirectory `

-Credentials $l `

-directoryName "A New Directory" `

-directoryPosition -2

Example Output

message id name parentID

------- -- ---- --------

Directory successfully inse... 4030 A New Directory -2