We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e05fb5 commit 815efd1Copy full SHA for 815efd1
Packs/MicrosoftExchangeOnline/Integrations/EwsExtension/EwsExtension.ps1
@@ -66,7 +66,7 @@ function CreateNewSession {
66
"AllowRedirection" = $true
67
"SessionOption" = $session_options
68
}
69
- $session = New-PSSession @sessions_params -WarningAction:SilentlyContinue
+ $session = New-PSSession @sessions_params -WarningAction:SilentlyContinue -ShowBanner:$false
70
71
if (!$session) {
72
throw "Fail - establishing session to $url"
Packs/MicrosoftExchangeOnline/ReleaseNotes/1_0_5.md
@@ -0,0 +1,4 @@
1
+
2
+#### Integrations
3
+##### O365 - EWS - Extension
4
+- Fixed an issue where the banner notification regarding RPS deprecation would break the output.
0 commit comments