Remove-SBNamespace

Remove-SBNamespace

You can use this cmdlet to remove a Service Bus for Windows Server service namespace, including all the Service Bus for Windows Server entities.

Syntax

Parameter Set: Default
Remove-SBNamespace -Name <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameters

-Force

Specifies the force value.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

Specifies the service namespace for deletion.

Aliases

n

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

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).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example

Marks the service namespace MyNamespace for deletion.

PS C:\> Remove-SBNamespace –Name MyNamespace

Service Bus 1.0 MSDN Community Forum