Get-RASFSLogixFolder

NAME

Get-RASFSLogixFolder

SYNOPSIS

Retrieves an Inclusion/Exclusion List of the Profile Container.

SYNTAX

Get-RASFSLogixFolder -DefObjTypearrow-up-right {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} -FolderListTypearrow-up-right {Inclusion | Exclusion} [-ProfileContainerarrow-up-right <SwitchParameter>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Get-RASFSLogixFolder [-Idarrow-up-right] <uint> -FolderListTypearrow-up-right {Inclusion | Exclusion} -ObjTypearrow-up-right {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} [-ProfileContainerarrow-up-right <SwitchParameter>] [<CommonParametersarrow-up-right>] Get-RASFSLogixFolder [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -FolderListTypearrow-up-right {Inclusion | Exclusion} -ObjTypearrow-up-right {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} [-ProfileContainerarrow-up-right <SwitchParameter>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves an Inclusion/Exclusion List of the Profile Container within the FSLogix settings from RDSH, RDSHostPool, RDSDefaults, VDIDesktop, VDITemplate or VDIDesktopDefaults.

PARAMETERS

-FolderListType <FSLogixListTypearrow-up-right> Specifies the 'Folder List Type'. Possible values: Inclusion, Exclusion

        Required?                    true
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Name <string> The name or server for which to retrieve the FSLogix settings.

-SiteId <uint> Site ID from which to retrieve the FSLogix settings. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a server for which to retrieve the FSLogix settings.

-ObjType <FSLogixServerObjTypearrow-up-right> The Object Type for which to retrieve the FSLogix settings. Possible values: RDSHost, RDS, RDSHostPool, RDSGroup, VDIHostPool, VDIPool, AVDHostPool

-DefObjType <ServerDefObjTypearrow-up-right> The Default Object Type for which to retrieve the FSLogix settings. Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings, VDIGuestDef

-ProfileContainer <SwitchParameter> Retrieve the Profile Container settings.

<CommonParameters>

INPUTS

-none-

OUTPUTS

FolderExclusion[]arrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASFSLogixFolder -DefObjType RDSDef -ContainerType Profile -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 -ContainerType Profile -FolderListType Exclusion Retrieves the Exclusion List of the Profile Container within the FSLogix Settings of the specified RDSHostPool by Name.

Last updated