Skip to content

Commit 1950fd7

Browse files
authored
Merge branch 'main' into user/kawkaur/update-whiteboardAdmin-module
2 parents aac81a4 + 04189d9 commit 1950fd7

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-User.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,6 @@ Accept wildcard characters: False
855855

856856
The MobilePhone parameter specifies the user's primary mobile phone number.
857857

858-
**Note**: In Exchange Online, you can't use this parameter. Instead, use the MobilePhone parameter on the [Update-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/update-mguser) cmdlet in Microsoft Graph PowerShell.
859-
860858
```yaml
861859
Type: String
862860
Parameter Sets: (All)
@@ -1025,8 +1023,6 @@ Accept wildcard characters: False
10251023

10261024
The Phone parameter specifies the user's office telephone number.
10271025

1028-
**Note**: In Exchange Online, you can't use this parameter. Instead, use the BusinessPhones parameter on the [Update-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/update-mguser) cmdlet in Microsoft Graph PowerShell.
1029-
10301026
```yaml
10311027
Type: String
10321028
Parameter Sets: (All)

teams/teams-ps/MicrosoftTeams/New-CsAutoRecordingTemplate.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ New-CsAutoRecordingTemplate -Name <String> -Description <String> -SharePointHost
2424

2525
## DESCRIPTION
2626

27-
> [!CAUTION]
28-
> The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
27+
>[!CAUTION]
28+
>The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
2929
3030
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording tempalte that can be assigned to a call queue.
3131

@@ -124,6 +124,9 @@ Accept wildcard characters: False
124124
125125
### -SharePointHostName
126126
127+
>[!CAUTION]
128+
>This must already exist. The cmdlet will not create the SharePoint hostname.
129+
127130
The SharePoint hostname where the recordings and transcripts are stored.
128131
129132
```yaml
@@ -138,11 +141,11 @@ Accept pipeline input: False
138141
Accept wildcard characters: False
139142
```
140143
141-
>[!CAUTION]
142-
>This must already exist. The cmdlet will not create the SharePoint hostname.
143-
144144
### -SharePointSiteName
145145
146+
>[!CAUTION]
147+
>This must already exist. The cmdlet will not create the SharePoint site.
148+
146149
The SharePoint sitename where the recordings and transcripts are stored.
147150
148151
```yaml
@@ -157,9 +160,6 @@ Accept pipeline input: False
157160
Accept wildcard characters: False
158161
```
159162
160-
>[!CAUTION]
161-
>This must already exist. The cmdlet will not create the SharePoint site.
162-
163163
### -RecordingDocumentOwner
164164
165165
The owner of the recording document
@@ -196,6 +196,9 @@ Accept wildcard characters: False
196196
197197
### -AutoRecordingAnnouncementTextToSpeechPrompt
198198
199+
>[!CAUTION]
200+
>This text needs to be entered in the same language that is set for the call queue.
201+
199202
The text to speach prompt that will be played to callers telling them their call is being recorded.
200203
201204
```yaml
@@ -210,9 +213,6 @@ Accept pipeline input: False
210213
Accept wildcard characters: False
211214
```
212215
213-
>[!CAUTION]
214-
>This text needs to be entered in the same language that is set for the call queue.
215-
216216
### CommonParameters
217217
218218
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)