Skip to content

Commit e0109d7

Browse files
authored
Merge pull request #10951 from JensTrier/JensTrUpdate13
Small update to New/Set-CsCallingLineIdentity
2 parents 68e6c1a + 8ea21c4 commit e0109d7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

skype/skype-ps/skype/New-CsCallingLineIdentity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This example creates a new Caller ID policy that sets the Caller ID to Anonymous
4444

4545
### Example 2
4646
```
47-
New-CsCallingLineIdentity -Identity Anonymous -Description "anonymous policy" -CallingIDSubstitute Anonymous -EnableUserOverride $false -BlockIncomingPstnCallerID $true
47+
New-CsCallingLineIdentity -Identity BlockIncomingCLID -BlockIncomingPstnCallerID $true
4848
```
4949

5050
This example creates a new Caller ID policy that blocks the incoming Caller ID.
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
### -BlockIncomingPstnCallerID
8686
The BlockIncomingPstnCallerID switch determines whether to block the incoming Caller ID. The default value is false.
8787
88-
The BlockIncomingPstnCallerID switch is specific to incoming calls from a PSTN caller to a user. If this is set to True and if this policy is assigned to a Lync user, then Caller ID for incoming calls is suppressed/anonymous.
88+
The BlockIncomingPstnCallerID switch is specific to incoming calls from a PSTN caller to a user. If this is set to True and if this policy is assigned to a user, then Caller ID for incoming calls is suppressed/anonymous.
8989
9090
```yaml
9191
Type: Boolean

skype/skype-ps/skype/Set-CsCallingLineIdentity.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ PS C:\> Set-CsCallingLineIdentity -Identity "MyBlockingPolicy" -BlockIncomingPst
4545
```
4646

4747
This example blocks the incoming caller ID.
48-
The user can override this setting.
4948

5049
### Example 2
5150
```
5251
PS C:\> Set-CsCallingLineIdentity -Identity Anonymous -Description "anonymous policy" -CallingIDSubstitute Anonymous -EnableUserOverride $false -BlockIncomingPstnCallerID $true
5352
```
5453

55-
This example modifies the new Anonymous Caller ID policy that blocks the incoming Caller ID.
54+
This example modifies the new Anonymous Caller ID policy to block the incoming Caller ID.
5655

5756
### Example 3
5857
```
@@ -72,11 +71,9 @@ This example modifies the Caller ID policy and allows Teams users to make anonym
7271
## PARAMETERS
7372

7473
### -BlockIncomingPstnCallerID
75-
The BlockIncomingPstnCallerID switch determines whether to block the incoming Caller ID.
76-
The default value is false.
74+
The BlockIncomingPstnCallerID switch determines whether to block the incoming Caller ID. The default value is false.
7775

78-
The BlockIncomingPstnCallerID switch is specific to incoming calls from a PSTN caller to a user.
79-
If this is set to True and if this policy is assigned to a Lync user, then Caller ID for incoming calls is suppressed/anonymous.
76+
The BlockIncomingPstnCallerID switch is specific to incoming calls from a PSTN caller to a user. If this is set to True and if this policy is assigned to a Teams user, then Caller ID for incoming calls is suppressed/anonymous.
8077

8178
```yaml
8279
Type: Boolean

0 commit comments

Comments
 (0)