Summary

Gets information on thin client directories.

Parameters

  • -Credentials
    Credential data, usually passed via a variable which it has been saved to at login
  • -DirectoryID
    Numeric ID of the thin client directory. If omitted, information is retrieved on all thin client directories, including those in the Recycling Bin
  • -details
    Amount of detail in the output:
    • $true The IDs of DirectoryChildren will be shown, which can be thin clients or thin client directories.

Example Command Line

Get-IgelTCDirectories -Credentials $l -details $true

Example Output

id : 3201

name : B Directory

parentID : -1

movedToBin : False

objectType : tcdirectory

DirectoryChildren : {3202, 1435}


id : 3202

name : Subdirectory

parentID : 3201

movedToBin : False

objectType : tcdirectory

DirectoryChildren : {}


id : 3147

name : A Directory

parentID : -1

movedToBin : False

objectType : tcdirectory

DirectoryChildren : {2010}