Skip to content

Commit cc888be

Browse files
authored
Merge pull request #11180 from MicrosoftDocs/chrisda
SkipLoadingFormatData info
2 parents 621f33b + 28ac3f3 commit cc888be

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App-only authentication in Exchange Online PowerShell and Security & Comp
33
ms.author: chrisda
44
author: chrisda
55
manager: dansimp
6-
ms.date: 7/14/2023
6+
ms.date: 8/21/2023
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -46,6 +46,8 @@ Certificate based authentication (CBA) or app-only authentication as described i
4646
> - Delegated scenarios are supported in Exchange Online. The recommended method for connecting with delegation is using GDAP and App Consent. For more information, see [Use the Exchange Online PowerShell v3 Module with GDAP and App Consent](/powershell/partnercenter/exchange-online-gdap-app). You can also use multi-tenant applications when CSP relationships are not created with the customer. The required steps for using multi-tenant applications are called out within the regular instructions in this article.
4747
>
4848
> - If the procedures in this article don't work for you, verify that you don't have Beta versions of the PackageManagement or PowerShellGet modules installed by running the following command: `Get-InstalledModule PackageManagement -AllVersions; Get-InstalledModule PowerShellGet -AllVersions`.
49+
>
50+
> - Use the _SkipLoadingFormatData_ switch on the **Connect-ExchangeOnline** cmdlet if you get the following error when using the Windows PowerShell SDK to connect: `The term 'Update-ModuleManifest' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.`
4951
5052
## How does it work?
5153

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,9 @@ The SkipLoadingFormatData switch avoids downloading the format data for REST API
702702

703703
When you use this switch, the output of any Exchange cmdlet will be unformatted.
704704

705-
Use this switch to avoid errors when connecting to Exchange Online PowerShell from within a Windows service.
705+
Use this switch to avoid errors when connecting to Exchange Online PowerShell from within a Windows service or the Windows PowerShell SDK.
706706

707-
This switch does not work with the UseRPSSession switch.
707+
This switch doesn't work with the UseRPSSession switch.
708708

709709
```yaml
710710
Type: SwitchParameter
@@ -725,7 +725,7 @@ The TrackPerformance parameter measures additional events (for example, CPU load
725725
- $true: Performance tracking is enabled.
726726
- $false: Performance tracking is disabled. This is the default value.
727727

728-
This parameter only when works when logging is enabled.
728+
This parameter works only when logging is enabled.
729729

730730
```yaml
731731
Type: Boolean

0 commit comments

Comments
 (0)