Update-MaesterTests
SYNOPSIS
Updates the specified folder with the latest ready-made Maester tests built by the Maester team.
SYNTAX
Update-MaesterTests [[-Path] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
The Maester team maintains a repository of ready made tests that can be used to verify the configuration of your Microsoft 365 tenant.
The tests can be viewed at https://github.com/maester365/maester/tree/main/tests
EXAMPLES
EXAMPLE 1
Update-MaesterTests -Path .\maester-tests
Installs or updates the latest Maester tests in the specified directory.
EXAMPLE 2
Update-MaesterTests -Path .\
Install the latest set of Maester tests in the current directory.
PARAMETERS
-Path
The path to install or update the Maester tests in.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: .\
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction
{{ Fill ProgressAction Description }}
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.