Skip to content

Commit edeeff9

Browse files
authored
Update Set-CsCallingLineIdentity.md
1 parent fa6f298 commit edeeff9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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)