Skip to content

Commit f0b6bab

Browse files
000-893: exofails
1 parent cab956b commit f0b6bab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/en/Other/exologinfails.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Make sure all are uninstalled.
4343
Get-Module -ListAvailable | where {$_.Name -match "Exchange"}
4444
```
4545

46-
Install the newest version. Check here to see the current version. Optionally, you can also skip the RequiredVersion parameter.
46+
Install the newest version. Check [here](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.2) to see the current version. Optionally, you can also skip the RequiredVersion parameter.
4747

4848

4949
```powershell
@@ -53,7 +53,11 @@ Import-Module -Name ExchangeOnlineManagement -MinimumVersion 3.0.0 -Force
5353
```
5454

5555

56+
# See Also
5657

58+
[Connect to Exchange Online Powershell](https://learn.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps)
59+
60+
[ExchangeOnlineManagement in Powershell Gallery](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.2)
5761

5862

5963
<!-- Default Statcounter code for m365groupSettings

0 commit comments

Comments
 (0)