diff --git a/scripts/aad-delete-m365-groups/README.md b/scripts/aad-delete-m365-groups/README.md index d907c86d7..62a0e37fc 100644 --- a/scripts/aad-delete-m365-groups/README.md +++ b/scripts/aad-delete-m365-groups/README.md @@ -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 diff --git a/scripts/aad-flag-groups-with-user-names/README.md b/scripts/aad-flag-groups-with-user-names/README.md index aad9f3fff..af8d32084 100644 --- a/scripts/aad-flag-groups-with-user-names/README.md +++ b/scripts/aad-flag-groups-with-user-names/README.md @@ -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/ diff --git a/scripts/flow-inventory-flows-by-author/README.md b/scripts/flow-inventory-flows-by-author/README.md index 92b7fb1a6..03506b9cc 100644 --- a/scripts/flow-inventory-flows-by-author/README.md +++ b/scripts/flow-inventory-flows-by-author/README.md @@ -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 diff --git a/scripts/spo-grant-api-permissions-aad/README.md b/scripts/spo-grant-api-permissions-aad/README.md index a5d75c39f..aa007fe02 100644 --- a/scripts/spo-grant-api-permissions-aad/README.md +++ b/scripts/spo-grant-api-permissions-aad/README.md @@ -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 diff --git a/scripts/spo-hide-list-from-site-contents/README.md b/scripts/spo-hide-list-from-site-contents/README.md index 6a861d6d5..4fd588eae 100644 --- a/scripts/spo-hide-list-from-site-contents/README.md +++ b/scripts/spo-hide-list-from-site-contents/README.md @@ -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 diff --git a/scripts/spo-list-all-application-customizers/README.md b/scripts/spo-list-all-application-customizers/README.md index 082661acc..d73463b86 100644 --- a/scripts/spo-list-all-application-customizers/README.md +++ b/scripts/spo-list-all-application-customizers/README.md @@ -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 diff --git a/scripts/spo-list-site-app-catalogs/README.md b/scripts/spo-list-site-app-catalogs/README.md index 1a13fc472..07dd5e759 100644 --- a/scripts/spo-list-site-app-catalogs/README.md +++ b/scripts/spo-list-site-app-catalogs/README.md @@ -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 diff --git a/scripts/spo-list-tenant-wide-extensions/README.md b/scripts/spo-list-tenant-wide-extensions/README.md index 480dae85a..a2d69b692 100644 --- a/scripts/spo-list-tenant-wide-extensions/README.md +++ b/scripts/spo-list-tenant-wide-extensions/README.md @@ -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 diff --git a/scripts/spo-remove-custom-themes/README.md b/scripts/spo-remove-custom-themes/README.md index 6018f13b3..787c5dd22 100644 --- a/scripts/spo-remove-custom-themes/README.md +++ b/scripts/spo-remove-custom-themes/README.md @@ -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 diff --git a/scripts/spo-remove-orphaned-redirect-sites/README.md b/scripts/spo-remove-orphaned-redirect-sites/README.md index aaa4f3f37..71310b346 100644 --- a/scripts/spo-remove-orphaned-redirect-sites/README.md +++ b/scripts/spo-remove-orphaned-redirect-sites/README.md @@ -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 diff --git a/scripts/spo-remove-site-designs/README.md b/scripts/spo-remove-site-designs/README.md index 5750c16f2..5fa08aebb 100644 --- a/scripts/spo-remove-site-designs/README.md +++ b/scripts/spo-remove-site-designs/README.md @@ -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 diff --git a/scripts/spo-remove-site-scripts/README.md b/scripts/spo-remove-site-scripts/README.md index 27b13e8c3..4d014abbc 100644 --- a/scripts/spo-remove-site-scripts/README.md +++ b/scripts/spo-remove-site-scripts/README.md @@ -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 diff --git a/scripts/teams-deploy-teams-app/README.md b/scripts/teams-deploy-teams-app/README.md index a88b073ab..2b0edfd59 100644 --- a/scripts/teams-deploy-teams-app/README.md +++ b/scripts/teams-deploy-teams-app/README.md @@ -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) diff --git a/scripts/teams-govern-orphan-teams/README.md b/scripts/teams-govern-orphan-teams/README.md index 493208727..c2287c097 100644 --- a/scripts/teams-govern-orphan-teams/README.md +++ b/scripts/teams-govern-orphan-teams/README.md @@ -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 diff --git a/scripts/teams-list-teams-app-usage/README.md b/scripts/teams-list-teams-app-usage/README.md index 88f55ee29..6fd3bdb5b 100644 --- a/scripts/teams-list-teams-app-usage/README.md +++ b/scripts/teams-list-teams-app-usage/README.md @@ -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 diff --git a/scripts/teams-remove-wikitab-teams/README.md b/scripts/teams-remove-wikitab-teams/README.md index 56ae11709..e176a3f30 100644 --- a/scripts/teams-remove-wikitab-teams/README.md +++ b/scripts/teams-remove-wikitab-teams/README.md @@ -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 diff --git a/scripts/todo-cleanup-completed-todos/README.md b/scripts/todo-cleanup-completed-todos/README.md index cd234ef81..57ecead85 100644 --- a/scripts/todo-cleanup-completed-todos/README.md +++ b/scripts/todo-cleanup-completed-todos/README.md @@ -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 -*-