Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Complete these steps to set up and configure the CDN to host your assets in Shar
Before you make changes to the tenant CDN settings, you should retrieve the current status of the CDN configuration in your Office 365 tenant. Connect to your tenant using PnP PowerShell:

```powershell
Connect-PnPOnline -Url https://contoso-admin.sharepoint.com -UseWebLogin
Connect-PnPOnline -Url https://contoso-admin.sharepoint.com -Interactive
```

Now use the **Get-PnPTenantCdnEnabled** cmdlet to retrieve the CDN status settings from the tenant:
Expand Down