Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.57 KB

File metadata and controls

66 lines (41 loc) · 1.57 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spopubliccdnorigins
applicable SharePoint Online
title Get-SPOPublicCdnOrigins
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Get-SPOPublicCdnOrigins

SYNOPSIS

This cmdlet returns a list of CDN Origins in your SharePoint Online Tenant

SYNTAX

Get-SPOPublicCdnOrigins [<CommonParameters>]

DESCRIPTION

List CDN Origins in your Tenant by id or url.

EXAMPLES

Example 1

Get-SPOPublicCdnOrigins | Fl

Id  : 16530053476cf3efe88b499076356d0205504b2451688c20a65d561c951783e0859ac590
Url : HTTPS:/CONTOSO.SHAREPOINT.COM/SITES/CDN/CDNFILESLIBRARY

This example returns a list of CDN Origins.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors

New-SPOPublicCdnOrigin

Remove-SPOPublicCdnOrigin