Get-ClassificationInstance
Published 25 September 2019
Gets all registered SQL Server instances.
Syntax
Get-ClassificationInstance
Description
Gets all registered SQL Server instances.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
-
None.
You cannot pipe input to this cmdlet.
Return values
The output type is the type of the objects that the cmdlet emits.
-
An array of custom objects with the following properties:
- InstanceId: string
- Name: string
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-ClassificationInstance
Gets all registered SQL Server instances.