Get-RASAutoUpgrade
Last updated
Last updated
Get-RASAutoUpgrade
Retrieves the Auto-upgrade settings.
Get-RASAutoUpgrade - {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} [- <uint>] [<>]
Get-RASAutoUpgrade [-] <uint> - {RDSHostPool | VDIHostPool | AVDHostPool} [<>]
Get-RASAutoUpgrade [-] <string> [[-] <uint>] - {RDSHostPool | VDIHostPool | AVDHostPool} [<>]
Retrieves the Auto-upgrade settings from RDSHostPool, RDSDefaults, VDIHostPool, VDIDefaults, AVDHostPool or AVDDefaults (Single-Session/Multi-Session).
-Name <string> The name or server for which to retrieve the Auto-upgrade settings.
-SiteId <uint> Site ID from which to retrieve the Auto-upgrade 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 Auto-upgrade settings.
Possible values: RDSHostPool, VDIHostPool, AVDHostPool
Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings, VDIGuestDef
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Get-RASAutoUpgrade -DefObjType RDSDef
Retrieves the Auto-upgrade settings of the RDS Default Settings. ---------- EXAMPLE 2 ----------
Get-RASAutoUpgrade -Name "VDIHostPool1" -ObjType VDIHostPool
Retrieves the Auto-upgrade settings of the specified VDIHostPool by Name. ---------- EXAMPLE 3 ----------
Get-RASAutoUpgrade -Id 1 -ObjType AVDHostPool
Retrieves the Auto-upgrade settings of the specified AVDHostPool by Id.
-ObjType <> The Object Type for which to retrieve the Auto-upgrade settings.
-DefObjType <> The Default Object Type for which to retrieve the Auto-upgrade settings.