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).
The name or server for which to retrieve the Auto-upgrade settings.
Site ID from which to retrieve the Auto-upgrade settings.
If the parameter is omitted, the Licensing Server site ID will be used.
The ID of a server for which to retrieve the Auto-upgrade settings.
The Object Type for which to retrieve the Auto-upgrade settings.
Possible values: RDSHostPool, VDIHostPool, AVDHostPool
The Default Object Type for which to retrieve the Auto-upgrade settings.
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.