Skip to main content
Skip table of contents

Get-IGELDeviceDirectories

Summary

Gets information on device 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 device 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 device or device 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}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.