Get-RASAutoUpgradeMessage
Last updated
Last updated
Get-RASAutoUpgradeMessage
Retrieves schedule message information from Auto-upgrade settings.
Get-RASAutoUpgradeMessage - {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} [ (uint)] [ (uint)] [()]
Get-RASAutoUpgradeMessage [] (uint) - {RDSHostPool | VDIHostPool | AVDHostPool} [ (uint)] [()]
Get-RASAutoUpgradeMessage [] (string) [[-] (uint)] - {RDSHostPool | VDIHostPool | AVDHostPool} [ (uint)] [()]
Retrieves schedule message information from Auto-upgrade settings.
Auto-upgrade job message ID.
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-RASAutoUpgradeMessage -DefObjType RDSDef
Retrieves the list of Messages from the Auto-upgrade settings of the RDS Default Settings. **---------- EXAMPLE 2 ----------
Get-RASAutoUpgradeMessage -Name "VDIHostPool1" -ObjType VDIHostPool
Retrieves the list of Messages from the Auto-upgrade settings of the specified VDIHostPool by Name. **---------- EXAMPLE 3 ----------
Get-RASAutoUpgradeMessage -Id 1 -ObjType AVDHostPool
Retrieves the list of Messages from the Auto-upgrade settings of the specified AVDHostPool by Id.