Test-MtAdGroupStaleCount
SYNOPSIS
Counts groups that have not been modified since before 2020.
SYNTAX
Test-MtAdGroupStaleCount [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test identifies groups that have not been modified since before January 1, 2020. Groups that haven't been modified for an extended period may represent:
- Unused or obsolete groups that should be reviewed for deletion
- Legacy configurations that may no longer be needed
- Potential security risks from forgotten or undocumented group memberships
EXAMPLES
EXAMPLE 1
Test-MtAdGroupStaleCount
Returns $true if group data is accessible, $false otherwise. The test result includes the count of stale groups.
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.