Skip to main content
Version: 2.1.0

Test-MtAdGroupInContainerCount

SYNOPSIS

Counts groups located in container objects (CN=) instead of Organizational Units (OU=).

SYNTAX

Test-MtAdGroupInContainerCount [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

This test identifies groups that are stored in container objects (distinguished names starting with 'CN=') rather than Organizational Units (OU=). Groups should typically be organized within OUs to allow for proper delegation, Group Policy application, and logical organization. Storing groups in containers like the default 'CN=Users' is considered poor practice and limits administrative flexibility.

EXAMPLES

EXAMPLE 1

Test-MtAdGroupInContainerCount

Returns $true if group data is accessible, $false otherwise. The test result includes the count of groups in container objects.

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

https://maester.dev/docs/commands/Test-MtAdGroupInContainerCount