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.
-MessageId <uint> Auto-upgrade job message ID.
-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-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.
-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.