Get-SmVerificationServer
Contributors
Suggest changes
Gets information about existing verification servers.
Syntax
Get-SmVerificationServer [-Names] <String>
Detailed Description
Gets information about existing verification servers. You can get information about specific servers, or all SnapCenter verification servers.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Names |
Specifies the names of the verification server about which you want to get information. If you omit the Names parameter, you get information about all SnapCenter verification servers. |
false |
true (ByPropertyName) |
Examples
Example 1: Getting information about a specified verification server
Get-SmVerificationServer -Names mva-s51, mva-s51/instance1
This example syntax gets information about a specified verification server.
Name: MVA-S51 HostName: MVA-S51.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\abc MaxJobCount : 1 Description : EndpointURI : http://localhost:809/SqlManagementService PluginVersion : Name: mva-s51/instance1 HostName: MVA-S51.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\temp MaxJobCount : 1 Description : EndpointURI : http://localhost:809/SqlManagementService PluginVersion :
Example 2: Getting information about all SnapCenter verification servers
Get-SmVerificationServer
This example syntax gets information about all available verification servers.
Name: MVA-S51 HostName: MVA-S51.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\abc MaxJobCount : 1 Description : EndpointURI : http://localhost:809/SqlManagementService PluginVersion : Name: MVA-S57-VM2 HostName: MVA-S57-VM2.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\temp MaxJobCount : 1 Description : EndpointURI : PluginVersion : Name: MVA-S51\MTSHASTA HostName: MVA-S51.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\temp MaxJobCount : 1 Description : EndpointURI : http://localhost:809/SqlManagementService PluginVersion : Name: mva-s51/instance1 HostName: MVA-S51.mva.gdl.mycompany.com PlugIn : SnapManager for SQL UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\temp MaxJobCount : 1 Description : EndpointURI : http://localhost:809/SqlManagementService PluginVersion :