< Back
Get-ADSchemaClass
Post
NAME Get-ADSchemaClass
SYNOPSIS
Gets classes in an AD Schema
SYNTAX
Get-ADSchemaClass [[-Class] <Object>] [<CommonParameters>]
DESCRIPTION
Use this function to list or search for existing classes in the Active Directory Schema
PARAMETERS
-Class <Object>
The name of the class you want to search for. Supports wildcards
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ADSchemaClass -Name User
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-ADSchemaClass com*
RELATED LINKS
SYNOPSIS
Gets classes in an AD Schema
SYNTAX
Get-ADSchemaClass [[-Class] <Object>] [<CommonParameters>]
DESCRIPTION
Use this function to list or search for existing classes in the Active Directory Schema
PARAMETERS
-Class <Object>
The name of the class you want to search for. Supports wildcards
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ADSchemaClass -Name User
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-ADSchemaClass com*
RELATED LINKS