Skip to content

Commit cbb73b0

Browse files
authored
Merge pull request MicrosoftDocs#106 from MicrosoftDocs/kenwith-patch-2
Update New-CsCallingLineIdentity.md
2 parents a264bb9 + a201d77 commit cbb73b0

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
@@ -40,7 +40,7 @@ The following example creates a new Caller ID policy that sets the Caller ID to
4040

4141
### -------------------------- Example 2 --------------------------
4242
```
43-
New-CsCallingLineIdentity -Identity "UKOrgAA" -CallingIdSubstitute "Service" ServiceNumber "14258828080" -EnableUserOverride False -Verbose
43+
New-CsCallingLineIdentity -Identity "UKOrgAA" -CallingIdSubstitute "Service" -ServiceNumber "14258828080" -EnableUserOverride $false -Verbose
4444
```
4545

4646
The following example creates a new Caller ID policy that sets the Caller ID to a specified service number.
@@ -317,4 +317,4 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
317317

318318
[Remove-CsCallingLineIdentity](Remove-CsCallingLineIdentity.md)
319319

320-
[Set-CsCallingLineIdentity](Set-CsCallingLineIdentity.md)
320+
[Set-CsCallingLineIdentity](Set-CsCallingLineIdentity.md)

0 commit comments

Comments
 (0)