Remove-SmVerificationServer
Removes one or more verification servers.
Syntax
Remove-SmVerificationServer [-Names] <String>
Detailed Description
Removes one or more verification servers. When you run Remove-SmVerificationServer, you do not remove the SQL Server instance you are using as the verification server, you simply remove the verification server settings so that the SQL Server instance can no longer be used as a SnapCenter verification server.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Names |
Specifies the names of the verification server or servers you want to remove. |
true |
true (ByPropertyName) |
Examples
Example 1: Removing a verification server
Remove-SmVerificationServer -Names mva-s51/instance1
This example syntax removes a verification server.
Remove-SmVerificationServer
Are you sure you want to remove the host and its resources.?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y
Example 2: Removing a verification server without confirmation dialogue
Remove-SmVerificationServer -Names mva-s51/instance1 -Confirm:$false
This example syntax removes a verification server.
.