Skip to content

Commit d62f169

Browse files
committedJan 11, 2023
3.0.0-beta.1
1 parent 3e094fb commit d62f169

File tree

2 files changed

+178
-208
lines changed

2 files changed

+178
-208
lines changed
 

‎docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717

1818

19-
## <a href="https://github.com/GruberMarkus/Export-RecipientPermissions/releases/tag/vX.X.X" target="_blank">vX.X.X</a> - YYYY-MM-DD
19+
## <a href="https://github.com/GruberMarkus/Export-RecipientPermissions/releases/tag/v3.0.0-beta.1" target="_blank">v3.0.0-beta.1</a> - 2023-01-11
2020
_**Breaking:** Microsoft removes support for Remote PowerShell connections to Exchange Online starting June 1, 2023. See https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-deprecation-of-remote-powershell-rps-protocol-in/ba-p/3695597 for details.
2121
Export-RecipientPermissions no longer uses Remote PowerShell to connect to Exchange Online and to Exchange on-premises. This brings some possibly breaking changes, which are detailed in the following release notes._
2222
### Changed
@@ -32,8 +32,8 @@
3232
- On-prem only:
3333
- .Identity is now the canonical name (CN) only and no longer has the sub attributes .DomainId and .Parent
3434
- All the data formerly held in the sub attributes is still there, as .Identity is in the 'example.com/OU1/OU2/ObjectA' format
35+
- Reduced the default value of '`ParallelJobsExchange`' from '`$ExchangeConnectionUriList.count * 3`' to '`$ExchangeConnectionUriList.count`' as local Exchange PowerShell sessions are not as stable as Remote PowerShell sessions
3536
- Adopted sample code and documentation to reflect changes in the '`$Grantor`' and '`$Trustee`' variables
36-
- Reduced the default value of '`ParallelJobsExchange`' from '`$ExchangeConnectionUriList.count * 3`' to '`$ExchangeConnectionUriList.count`' as local Exchange PowerShell sessions are not as stable as Remote PowerShell sessions
3737
- Use Get-EXO* cmdlets in Exchange Online where possible
3838
- Upgrade to ExchangeOnlineManagement v3.1.0
3939
### Added

0 commit comments

Comments
 (0)