Remove D365BroadcastMessageConfig - FH-Inway/d365fo.tools GitHub Wiki
Remove broadcast message configuration
Remove-D365BroadcastMessageConfig [-Name] <String> [-Temporary] [<CommonParameters>]
Remove a broadcast message configuration from the configuration store
Remove-D365BroadcastMessageConfig -Name "UAT"
This will remove the broadcast message configuration name "UAT" from the machine.
Name of the broadcast message configuration you want to remove from the configuration store
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Instruct the cmdlet to only temporarily remove the broadcast message configuration from the configuration store
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Servicing, Broadcast, Message, Users, Environment, Config, Configuration, ClientId, ClientSecret
Author: Mötz Jensen (@Splaxi)
Add-D365BroadcastMessageConfig
Clear-D365ActiveBroadcastMessageConfig
Get-D365ActiveBroadcastMessageConfig