Skip to content

Commit 8980a57

Browse files
authored
Update New-CsCallingLineIdentity.md
1 parent edeeff9 commit 8980a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 -Description -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

0 commit comments

Comments
 (0)