Partilhar via


Get-CMNotification

SYNOPSIS

{{ Preencha a sinopse }}

SYNTAX

ByName (Padrão)

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

ById

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

ByType

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

DESCRIPTION

{{ Preencha a Descrição }}

EXAMPLES

Exemplo 1

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

{{ Adicione a descrição do exemplo aqui }}

PARAMETERS

-DisableWildcardHandling

{{ Preenchimento Desativar Descrição de Manuseamento de Cartões de Crédito }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ForceWildcardHandling

{{ Preenchimento ForceWildcardHandling Descrição }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

- ID

{{ Preenchimento Id Descrição }}

Type: String
Parameter Sets: ById
Aliases: TaskId, Task_Id

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Preencher descrição do nome }}

Type: String
Parameter Sets: ByName
Aliases: TaskName, Task_Name

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Tipo

{{ Preencher descrição do tipo }}

Type: NotificationType[]
Parameter Sets: ByType
Aliases: Types
Accepted values: SiteVersionOutOfSupport, ConsoleVersionMismatch, SiteReadonly, SiteVersionToBeExpired, EvalVersionExpired, EvalVersionApproachExpiration, UpdatePackageAvailable, SiteBusy, CloudConnectorMissing, PushNotificationsStayInformed, PushNotificationsPlanForChange, PushNotificationsFixIssue, OfficeAdrObsoleteChannelName, AzureTenantCertApproachExpiration, AzureTenantCertExpired, ManagementInsightsWin10OutOfSupport, ManagementInsightsWin7OutOfSupport, ConsoleCustomExtensionsFound, CloudConnectivityBroken, AzureTenantCertCloseToExpiration, ManagementInsightsGeneric

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

Este cmdlet suporta os parâmetros comuns: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction e -WarningVariable. Para mais informações, consulte about_CommonParameters.

INPUTS

Nenhuma

OUTPUTS

ConexãoManagerNotificationTaskBase

ConexãoManagerNotificationTaskBase[]

NOTAS