Skip to content

Commit 1bfb8c2

Browse files
authored
Merge pull request MicrosoftDocs#2702 from msbemba/patch-2
Update Get-CsCallerIdPolicy.md
2 parents b8fe1e4 + d90450d commit 1bfb8c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

skype/skype-ps/skype/Get-CsCallerIdPolicy.md

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

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
Use the `Get-CsCalleridPolicy` cmdlet to display the Caller ID policies for your organization.
1212

1313
## SYNTAX
1414

@@ -23,16 +23,17 @@ Get-CsCallerIdPolicy [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonP
2323
```
2424

2525
## DESCRIPTION
26-
Provide the detailed description here.
26+
By default, Client policies are applied each time a user accesses the system, regardless of where the user logs on from and regardless of the type of device the user logs on with. Client policies can be configured at the global, site and per-user scopes.
27+
2728

2829
## EXAMPLES
2930

3031
### -------------------------- Example 1 --------------------------
3132
```
32-
Insert example commands for example 1.
33+
Get-CsCallerIdPolicy
3334
```
3435

35-
Insert descriptive text for example 1.
36+
The example gets and displays the Caller ID policies for your organization.
3637

3738

3839
## PARAMETERS

0 commit comments

Comments
 (0)