Get-CSObject
Synopsis
Gets one or more connector space objects
Syntax
Description
The Get-CSObject cmdlet allows you to get one or more connector space objects using the connector space object's ID, its DN, or RDN
Parameters
-MA <string>
The management agent to get the connector space object from
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
-ID <Guid>
The connector space object ID
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
-DN <string>
The distinguished name of the connector space object
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
-Rdn <string>
The relative distinguished name of the connector space object
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
-IncludeSubTree <SwitchParameter>
Specifies that all objects contained below the specified DN should be returned
Required?
false
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
Examples
Get an object by its known ID
Get an object by its DN
Get all objects in the sales OU
Get an object by its RDN
Last updated