Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/aad-delete-m365-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ foreach ($group in $groups)
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/aad-flag-groups-with-user-names/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $groupsToFlag | Format-Table -AutoSize
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash
# requires jq: https://stedolan.github.io/jq/
Expand Down
2 changes: 1 addition & 1 deletion scripts/flow-inventory-flows-by-author/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if ($IsMacOS) {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/usr/bin/env bash
set -e
Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-grant-api-permissions-aad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ForEach ($permission in $customPermissions) {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-hide-list-from-site-contents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ m365 spo list set --webUrl $site -i $list.Id -t $listName --hidden true
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-list-all-application-customizers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foreach ($site in $sites) {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-list-site-app-catalogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Write-Host 'Total count:' $appCatalogs.Count
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-list-tenant-wide-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 spo listitem list --title $listName --webUrl $appcatalogurl --fields $field
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-remove-custom-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foreach ($theme in $themes)
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-remove-orphaned-redirect-sites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $sites | ForEach-Object {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-remove-site-designs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach ($sitedesign in $sitedesigns)
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/spo-remove-site-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach ($siteScript in $siteScripts)
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/teams-deploy-teams-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ($app -eq $null) {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
m365 login -t password -u $(username) -p $(password)

Expand Down
2 changes: 1 addition & 1 deletion scripts/teams-govern-orphan-teams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $teams | Format-Table -AutoSize
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/teams-list-teams-app-usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ foreach ($team in $availableTeams) {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/teams-remove-wikitab-teams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else {
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/todo-cleanup-completed-todos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Write-Output "Done"
```
[!INCLUDE [More about CLI for Microsoft 365](../../docfx/includes/MORE-CLIM365.md)]

# [Microsoft 365 CLI with Bash](#tab/m365cli-bash)
# [CLI for Microsoft 365 with Bash](#tab/m365cli-bash)
```bash
#!/usr/bin/env bash
# -*- coding: utf-8 -*-
Expand Down