Skip to content

Commit 390c266

Browse files
committed
Added Synopsis, Description, Examples and Parameters
1 parent 8033537 commit 390c266

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnEnabled.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ schema: 2.0.0
88
# Get-SPOTenantCdnEnabled
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level.
12+
1213

1314
## SYNTAX
1415

@@ -17,21 +18,24 @@ Get-SPOTenantCdnEnabled -CdnType <SPOTenantCdnType> [<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
20-
{{Fill in the Description}}
21+
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level.
22+
2123

2224
## EXAMPLES
2325

24-
### Example 1
26+
### -----------------------EXAMPLE 1-----------------------------
2527
```
26-
PS C:\> {{ Add example code here }}
28+
Get-SPOTenantCdnEnabled -CdnType Public
2729
```
2830

29-
{{ Add example description here }}
31+
The example returns a CDN with a type of public.
32+
3033

3134
## PARAMETERS
3235

3336
### -CdnType
34-
{{Fill CdnType Description}}
37+
Specifies the CDN type. The valid values are Public or Private.
38+
3539

3640
```yaml
3741
Type: SPOTenantCdnType
@@ -61,4 +65,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6165
## NOTES
6266
6367
## RELATED LINKS
64-

0 commit comments

Comments
 (0)