Skip to content

Commit 32c807a

Browse files
authored
Merge branch 'MicrosoftDocs:master' into PhoneNumberRemove
2 parents 7f12c6d + fb0007d commit 32c807a

File tree

1,702 files changed

+51
-256878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,702 files changed

+51
-256878
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,28 @@ For instructions on installing PowerShell 7 on macOS, see [Installing PowerShell
124124

125125
The EXO V2 module is officially supported in the following distributions of Linux:
126126

127-
- Ubuntu 18.04/20.04
127+
- Ubuntu 18.04 LTS
128+
- Ubuntu 20.04 LTS
128129

129130
If you have trouble using the EXO V2 module on other distributions of Linux, send email to the following address: `exocmdletpreview[at]service[dot]microsoft[dot]com`. The email address is purposefully obfuscated to avoid spam.
130131

131132
For instructions on installing PowerShell 7 on Linux, see [Installing PowerShell on Linux](/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1&preserve-view=true).
132133

134+
After you install PowerShell 7, do the following steps:
135+
136+
1. Run PowerShell as superuser: `sudo pwsh`
137+
2. In the PowerShell superuser session, run the following commands:
138+
139+
```powershell
140+
Install-Module -Name PSWSMan
141+
142+
Install-WSMan
143+
```
144+
145+
If prompted, accept PSGallery as the source for the cmdlets.
146+
147+
Now you can do the [regular PowerShell prerequisites](#prerequisites-for-the-exo-v2-module) and [install the EXO V2 module](#install-the-exo-v2-module).
148+
133149
#### Windows
134150

135151
All versions of the EXO V2 module are supported in Windows PowerShell 5.1. PowerShell 7 on Windows requires version 2.0.4 or later of the EXO V2 module.

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,12 @@ Accept wildcard characters: False
11361136
```
11371137

11381138
### -SubscriptionEnabled
1139-
The SubscriptionEnabled switch specifies whether subscriptions to conversations and calendar events are enabled for the Microsoft 365 Group.
1139+
The SubscriptionEnabled switch specifies whether the group owners can enable subscription to conversations and calendar events on the groups they own. This option can be set only in Exchange Online PowerShell.
11401140

11411141
- To change the value to $true, use this switch without a value.
1142-
- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false.
1142+
- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false. The value of the AutoSubscribeNewMembers parameter must also be $false before you can use the value $false for this switch.
1143+
1144+
**Note**: You should use the value $false for this parameter only if you intend to disable group owner ability to change subscription options on the group. Group owners will not be able to enable subscription options on the group settings using Outlook on the web or Outlook desktop. Group owners might see the error, "The group update is in progress" error when they try to enable Subscription option. Admins trying to enable Subscription from Microsoft admin center might also see error, "Can't save 'Send copies of group conversations and events to group member's inboxes' Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management".
11431145

11441146
```yaml
11451147
Type: SwitchParameter

exchange/exchange-ps/exchange/Test-ActiveSyncConnectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Test-ActiveSyncConnectivity cmdlet tests Exchange ActiveSync connectivity by
4545

4646
The first time you use this cmdlet, you might be required to create a test user. To create a test user, run the following command:
4747

48-
& $env:ExchangeInstallPath\Scripts\New-TestCasConnectivityUser.ps1
48+
`& $env:ExchangeInstallPath\Scripts\New-TestCasConnectivityUser.ps1`
4949

5050
The test results are displayed on-screen. The cmdlet returns the following information.
5151

sharepoint/docfx.json

Lines changed: 0 additions & 95 deletions
This file was deleted.

sharepoint/docs-conceptual/index.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)