Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 1.42 KB

File metadata and controls

83 lines (54 loc) · 1.42 KB

import Global from '../../_global.mdx'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

spo cdn get

View current status of the specified Microsoft 365 CDN

Usage

m365 spo cdn get [options]

Options

`-t, --type [type]`
: Type of CDN to manage. Allowed values are: `Public`, `Private`. Default `Public`.

Remarks

Using the -t, --type option you can choose whether you want to manage the settings of the Public (default) or Private CDN. If you don't use the option, the command will use the Public CDN.

:::info

To use this command you must be either SharePoint Administrator or Global Administrator.

:::

Examples

Show if the Public CDN is currently enabled or not.

m365 spo cdn get

Show if the Private CDN is currently enabled or not.

m365 spo cdn get --type Private

Response

true
true
true
true

More information