Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-CMNotification

{{ Fill in the Synopsis }}

Syntax

ByName (Default)

Get-CMNotification
 [-Name <String>]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [<CommonParameters>]

ById

Get-CMNotification
 -Id <String>
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [<CommonParameters>]

ByType

Get-CMNotification
 -Type <NotificationType[]>
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [<CommonParameters>]

Description

{{ Fill in the Description }}

Examples

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

Parameters

-DisableWildcardHandling

{{ Fill DisableWildcardHandling Description }}

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ForceWildcardHandling

{{ Fill ForceWildcardHandling Description }}

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Id

{{ Fill Id Description }}

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:TaskId, Task_Id

Parameter sets

-Name

{{ Fill Name Description }}

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:TaskName, Task_Name

Parameter sets

-Type

{{ Fill Type Description }}

Parameter properties

Type:

NotificationType[]

Default value:None
Accepted values:SiteVersionOutOfSupport, ConsoleVersionMismatch, SiteReadonly, SiteVersionToBeExpired, EvalVersionExpired, EvalVersionApproachExpiration, UpdatePackageAvailable, SiteBusy, CloudConnectorMissing, PushNotificationsStayInformed, PushNotificationsPlanForChange, PushNotificationsFixIssue, OfficeAdrObsoleteChannelName, AzureTenantCertApproachExpiration, AzureTenantCertExpired, ManagementInsightsWin10OutOfSupport, ManagementInsightsWin7OutOfSupport, ConsoleCustomExtensionsFound, CloudConnectivityBroken, AzureTenantCertCloseToExpiration, ManagementInsightsGeneric, CloudAttachOnboard
Supports wildcards:False
DontShow:False
Aliases:Types

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

ConnectionManagerNotificationTaskBase

ConnectionManagerNotificationTaskBase


Feedback

Was this page helpful?