For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASAutoUpgradeMessage

NAME

Get-RASAutoUpgradeMessage

SYNOPSIS

Retrieves schedule message information from Auto-upgrade settings.

SYNTAX

Get-RASAutoUpgradeMessage -DefObjType {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings} [-MessageId (uint)] [-SiteId (uint)] [(CommonParameters)] **

Get-RASAutoUpgradeMessage [Id] (uint) -ObjType {RDSHostPool | VDIHostPool | AVDHostPool} [MessageId (uint)] [(CommonParameters)] **

Get-RASAutoUpgradeMessage [Name] (string) [[-SiteId] (uint)] -ObjType {RDSHostPool | VDIHostPool | AVDHostPool} [MessageId (uint)] [(CommonParameters)] **

DESCRIPTION

Retrieves schedule message information from Auto-upgrade settings.

PARAMETERS

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.

ObjType (HostPoolObjType)

The Object Type for which to retrieve the Auto-upgrade settings.

Possible values: RDSHostPool, VDIHostPool, AVDHostPool

DefObjType (ServerDefObjType)

The Default Object Type for which to retrieve the Auto-upgrade settings.

Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings

(CommonParameters)

INPUTS

-none-

OUTPUTS

ScheduleMessage

---------- 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.

Last updated