Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed Dec 11, 2024
1 parent 0cf45fa commit ac6f911
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion website/docs/commands/Connect-Maester.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Helper method to connect to Microsoft Graph using Connect-MgGraph with the requi
```powershell
Connect-Maester [-SendMail] [-SendTeamsMessage] [-Privileged] [-UseDeviceCode] [[-Environment] <String>]
[[-AzureEnvironment] <String>] [[-ExchangeEnvironmentName] <String>] [[-TeamsEnvironmentName] <String>]
[[-Service] <String[]>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[[-Service] <String[]>] [[-TenantId] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -277,6 +277,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -TenantId
The Tenant ID to connect to, if not specified the sign-in user's default tenant is used.
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
\{\{ Fill ProgressAction Description \}\}
Expand Down

0 comments on commit ac6f911

Please sign in to comment.