Get-RASFSLogixFolder
Last updated
Last updated
Get-RASFSLogixFolder
Retrieves an Inclusion/Exclusion List of the Profile Container.
Get-RASFSLogixFolder - {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} - {Inclusion | Exclusion} [ (SwitchParameter)] [ (uint)] [()]
Get-RASFSLogixFolder []** (uint) - {Inclusion | Exclusion} - {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} [ (SwitchParameter)] [()]
Get-RASFSLogixFolder []** (string) [[-] (uint)] - {Inclusion | Exclusion} - {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} [ (SwitchParameter)] [()]
Retrieves an Inclusion/Exclusion List of the Profile Container within the FSLogix settings from RDSH, RDSHostPool, RDSDefaults, VDIDesktop, VDITemplate or VDIDesktopDefaults.
Possible values: Inclusion, Exclusion
The name or server for which to retrieve the FSLogix settings.
Site ID from which to retrieve the FSLogix settings.
If the parameter is omitted, the Licensing Server site ID will be used.
The ID of a server for which to retrieve the FSLogix settings.
Possible values: RDSHost, RDS, RDSHostPool, RDSGroup, VDIHostPool, VDIPool, AVDHostPool
The Default Object Type for which to retrieve the FSLogix settings.
Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings, VDIGuestDef
Retrieve the Profile Container settings.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASFSLogixFolder -DefObjType RDSDef -ProfileContainer -FolderListType Inclusion
Retrieves the Inclusion List of the Profile Container within the FSLogix Settings of the RDS Default Settings. **---------- EXAMPLE 2 ----------
Get-RASFSLogixFolder -Name "RDSHostPool1" -ObjType RDSHostPool -ProfileContainer -FolderListType Exclusion
Retrieves the Exclusion List of the Profile Container within the FSLogix Settings of the specified RDSHostPool by Name.
() Specifies the 'Folder List Type'.
() The Object Type for which to retrieve the FSLogix settings.