Remove-MgmtSvcNotificationSubscriber

Removes a notification subscriber.

Syntax

Remove-MgmtSvcNotificationSubscriber
      [[-Name] <String>]
      [-Database <String>]
      [-Server <String>]
      [-UserName <String>]
      [-Password <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-MgmtSvcNotificationSubscriber
      [[-Name] <String>]
      [-ConnectionString <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-MgmtSvcNotificationSubscriber cmdlet removes a notification subscriber from the database.

You can run this cmdlet from any computer in the deployment. However, this cmdlet assumes that the database is on the local computer. If the database is on another computer, you must use the Server, UserName, Password, and Database parameters, or a SQL connection string. If you specify a connection string by using the ConnectionString parameter, that value takes precedence over the Server, UserName, Password, and Database parameters.

Examples

Example 1: Remove a notification subscriber

PS C:\> Remove-MgmtSvcNotificationSubscriber -Name "Billing"

This command removes the notification subscriber named Billing from the usage service.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ConnectionString

Specifies an SQL connection string.

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

-Database

Specifies a database name.

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

-Name

Specifies the name of a notification subscriber.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Password

Specifies a password.

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

-Server

Specifies the name of the computer on which the SQL database resides.

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

-UserName

Specifies the name of a user account.

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False