Set-CCMNotificationStatus
Set-CCMNotificationStatus
Set-CCMNotificationStatus
Turn notifications on or off in CCM
Syntax
Set-CCMNotificationStatus `
-Enable [<CommonParameters>]
Set-CCMNotificationStatus `
-Disable [<CommonParameters>]
Description
Manage your notification settings in Central Management. Currently only supports On, or Off
Aliases
None
Examples
EXAMPLE 1
Set-CCMNotificationStatus -Enable
EXAMPLE 2
Set-CCMNotificationStatus -Disable
Inputs
None
Outputs
None
Parameters
-Enable
Enables notifications
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | False |
Accept Pipeline Input? | false |
-Disable
Disables notifications
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | False |
Accept Pipeline Input? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
https://go.microsoft.com/fwlink/p/?LinkID=113216 .
NOTE
This documentation has been automatically generated from
Import-Module "ChocoCCM" -Force; Get-Help Set-CCMNotificationStatus -Full
.