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 Nov 25, 2024
1 parent a1d52cd commit 7428aac
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
35 changes: 35 additions & 0 deletions website/docs/commands/Connect-Maester.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,38 @@ Connect-Maester -Privileged

Connects to Microsoft Graph with additional privileged scopes such as **RoleEligibilitySchedule.ReadWrite.Directory** that are required for querying global admin roles in Privileged Identity Management.

### EXAMPLE 8

```powershell
Connect-Maester -Environment USGov -AzureEnvironment AzureUSGovernment -ExchangeEnvironmentName O365USGovGCCHigh
```

Connects to US Government environments for Microsoft Graph, Azure, and Exchange Online.

### EXAMPLE 9

```powershell
Connect-Maester -Environment USGovDoD -AzureEnvironment AzureUSGovernment -ExchangeEnvironmentName O365USGovDoD
```

Connects to US Department of Defense (DoD) environments for Microsoft Graph, Azure, and Exchange Online.

### EXAMPLE 10

```powershell
Connect-Maester -Environment China -AzureEnvironment AzureChinaCloud -ExchangeEnvironmentName O365China
```

Connects to China environments for Microsoft Graph, Azure, and Exchange Online.

### EXAMPLE 11

```powershell
Connect-Maester -Environment Germany
```

Connects to the Germany environment for Microsoft Graph.

## PARAMETERS

### -SendMail
Expand Down Expand Up @@ -161,6 +193,7 @@ Accept wildcard characters: False
The environment to connect to.
Default is Global.
Supported values include China, Germany, Global, USGov, USGovDoD.
```yaml
Type: String
Expand All @@ -178,6 +211,7 @@ Accept wildcard characters: False
The Azure environment to connect to.
Default is AzureCloud.
Supported values include AzureChinaCloud, AzureCloud, AzureUSGovernment.
```yaml
Type: String
Expand All @@ -195,6 +229,7 @@ Accept wildcard characters: False
The Exchange environment to connect to.
Default is O365Default.
Supported values include O365China, O365Default, O365GermanyCloud, O365USGovDoD, O365USGovGCCHigh.
```yaml
Type: String
Expand Down
19 changes: 18 additions & 1 deletion website/docs/commands/Invoke-Maester.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Invoke-Maester [[-Path] <String>] [-Tag <String[]>] [-ExcludeTag <String[]>] [-O
[-OutputMarkdownFile <String>] [-OutputJsonFile <String>] [-OutputFolder <String>]
[-OutputFolderFileName <String>] [-PesterConfiguration <PesterConfiguration>] [-Verbosity <String>]
[-NonInteractive] [-PassThru] [-MailRecipient <String[]>] [-MailTestResultsUri <String>]
[-MailUserId <String>] [-TeamId <String>] [-TeamChannelId <String>] [-SkipGraphConnect]
[-MailUserId <String>] [-TeamId <String>] [-TeamChannelId <String>] [-SkipGraphConnect] [-DisableTelemetry]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -455,6 +455,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -DisableTelemetry
Disable Telemetry
If set, telemetry information will not be logged.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

0 comments on commit 7428aac

Please sign in to comment.