Test-MtAdSchemaModificationYearCount
SYNOPSIS
Counts the number of years with Active Directory schema modifications.
SYNTAX
Test-MtAdSchemaModificationYearCount [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test analyzes the Active Directory schema to identify how many different years have had schema modifications. Schema changes indicate when the directory has been extended with new object classes or attributes, which is typically done during domain upgrades or application installations.
EXAMPLES
EXAMPLE 1
Test-MtAdSchemaModificationYearCount
Returns $true if schema data is accessible, $false otherwise. The test result includes the count of years with schema modifications.
PARAMETERS
-ProgressAction
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by Write-Progress.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
System.Boolean
NOTES
RELATED LINKS
https://maester.dev/docs/commands/Test-MtAdSchemaModificationYearCount