Skip to content

Commit 45ffb74

Browse files
committed
Update exchange-online-powershell-v2.md
Linux updates per #8419
1 parent 2a45367 commit 45ffb74

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
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 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.

0 commit comments

Comments
 (0)