Set-RASNotificationResource
Last updated
Last updated
Set-RASNotificationResource
Update resource notification.
Set-RASNotificationResource [-] <uint> [- <bool>] [- {RisesAbove | LowersBelow}] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <string[]>] [- <uint>] [- <>] [- <bool>] [- <List`1>] [- {AllServers | RDSHostPools | RDSHGroups | VDIHostPools | VDIPools | AVDHostPools | RemotePCs | SecureGateways | Gateways | Brokers | PublishingAgents | EnrollmentServers | ForceAllAgents}] [- <uint>] [- <bool>] [<>]
Set-RASNotificationResource [-] <> [- <bool>] [- {RisesAbove | LowersBelow}] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <string[]>] [- <uint>] [- <>] [- <bool>] [- <List`1>] [- {AllServers | RDSHostPools | RDSHGroups | VDIHostPools | VDIPools | AVDHostPools | RemotePCs | SecureGateways | Gateways | Brokers | PublishingAgents | EnrollmentServers | ForceAllAgents}] [- <uint>] [- <bool>] [<>]
Updates the selected resource notification with new settings.
-Threshold <uint> Tolerance value which triggers notification.
Possible values: RisesAbove, LowersBelow
-Id <uint> Notification ID.
-Enabled <bool> Enable/Disable notification.
-GracePeriod <uint> Notification grace period (minutes).
-EnableGracePeriod <bool> Enable/Disable grace period.
-Recipients <string[]> Notification recipients.
-SendEmail <bool> Enable/Disable email notification.
-ScriptId <uint> Use script of given ID.
-ExecuteScript <bool> Enable/Disable notification scripts.
-Interval <uint> Notification interval (minutes).
-EnableInterval <bool> Enable/Disable notification intervals.
-WaitUntilRecovered <bool> Wait until recovered.
-AllServers <bool> All servers in site.
Possible values: AllServers, RDSHostPools, RDSHGroups, VDIHostPools, VDIPools, AVDHostPools, RemotePCs, SecureGateways, Gateways, Brokers, PublishingAgents, EnrollmentServers, ForceAllAgents
-TargetIds <List`1> Target IDs.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Set-RASNotificationResource -Id 1 -Type CPUEvent -Threshold 50 -Direction RisesAbove -Enabled
Changes resource notification of Id 1 to be a CPU notification with a raises above 50% rule.
-Direction <> Threshold direction.
-InputObject <> InputObject from pipeline or by parameter.
-ScriptObject <> Script object.
-TargetType <> Target type.