--- external help file: PSAD-help.xml online version: https://github.com/zloeber/PSAD schema: 2.0.0


Get-DSExchangeSchemaVersion

SYNOPSIS

Retreives the Exchange schema version in human readable format.

SYNTAX

Get-DSExchangeSchemaVersion [[-ComputerName] <String>] [[-Credential] <PSCredential>]

DESCRIPTION

Retreives the Exchange schema version in human readable format.

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Get-DSExchangeSchemaVersion

Returns the exchange version found in the current forest.

PARAMETERS

-ComputerName

Domain controller to use for this search.

Type: String
Parameter Sets: (All)
Aliases: Server, ServerName

Required: False
Position: 1
Default value: $Script:CurrentServer
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Credentials to use for connection to AD.

Type: PSCredential
Parameter Sets: (All)
Aliases: Creds

Required: False
Position: 2
Default value: $Script:CurrentCredential
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

Author: Zachary Loeber

https://github.com/zloeber/PSAD