Skip to content

Commit dfdf059

Browse files
authored
Merge branch 'master' into coblom/whiteboardExport
2 parents 1b819fd + 755d5da commit dfdf059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ Note:
3939
New-CsCallingLineIdentity -Identity Anonymous -Description "anonymous policy" -CallingIDSubstitute Anonymous -EnableUserOverride $false
4040
```
4141

42-
The following example creates a new Caller ID policy that sets the Caller ID to Anonymous.
42+
This example creates a new Caller ID policy that sets the Caller ID to Anonymous.
4343

4444
### -------------------------- Example 2 --------------------------
4545
```
4646
New-CsCallingLineIdentity -Identity "UKOrgAA" -CallingIdSubstitute "Service" -ServiceNumber "14258828080" -EnableUserOverride $false -Verbose
4747
```
4848

49-
The following example creates a new Caller ID policy that sets the Caller ID to a specified service number.
49+
This example creates a new Caller ID policy that sets the Caller ID to a specified service number.
5050

5151
### -------------------------- Example 3 --------------------------
5252
```
5353
New-CsCallingLineIdentity -Identity Anonymous -Description "anonymous policy" -CallingIDSubstitute Anonymous -EnableUserOverride $false -BlockIncomingPstnCallerID $true
5454
```
5555

56-
The following example creates a new Caller ID policy that blocks the incoming Caller ID.
56+
This example creates a new Caller ID policy that blocks the incoming Caller ID.
5757

5858
## PARAMETERS
5959

teams/teams-ps/teams/New-Team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ New-Team -DisplayName "Tech Reads" -Description "Team to post technical articles
6060
### Example 3
6161
```
6262
Connect-MicrosoftTeams -AccountId [email protected]
63-
$group = New-Team -alias "TestTeam" -displayname "Test Teams" -Visibility "private"
63+
$group = New-Team -MailNickname "TestTeam" -displayname "Test Teams" -Visibility "private"
6464
Add-TeamUser -GroupId $group.GroupId -User "[email protected]"
6565
Add-TeamUser -GroupId $group.GroupId -User "[email protected]"
6666
Add-TeamUser -GroupId $group.GroupId -User "[email protected]"

0 commit comments

Comments
 (0)