Skip to content

Commit 0bcc20f

Browse files
authored
Merge pull request MicrosoftDocs#1846 from nschonni/double-in
typo: Double word "in"
2 parents c30235d + 2349044 commit 0bcc20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skype/skype-ps/skype/Import-CsRgsAudioFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In addition to the Identity parameter (which specifies the service location) the
5555
At the same time, the Content parameter is used to import the audio file.
5656
File importing is carried out by calling the Get-Content cmdlet followed by the path to the file being imported.
5757
Get-Content also requires you to set the encoding type to byte and the ReadCount to 0.
58-
(Setting the ReadCount to 0 ensures that the entire file is read in in a single operation.) The imported file is then stored in a variable named $x.
58+
(Setting the ReadCount to 0 ensures that the entire file is read in a single operation.) The imported file is then stored in a variable named $x.
5959

6060
In the second command, Get-CsRgsWorkflow is used to create an object reference ($y) to the workflow Help Desk Workflow.
6161
After this object reference has been created, command 3 sets the value of the CustomMusicOnHoldFile property to $x, the variable containing the imported audio file.

skype/skype-ps/skype/Set-CsRgsConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In addition to the Identity parameter (which specifies the service location), th
7373
Equally important, the Content parameter is used to import the audio file.
7474
File importing is carried out by calling the `Get-Content` cmdlet followed by the path to the file being imported.
7575
`Get-Content` also requires you to set the encoding type to byte and the ReadCount to 0.
76-
(Setting the ReadCount to 0 ensures that the entire file is read in in a single operation). The imported file is then stored in a variable named $x.
76+
(Setting the ReadCount to 0 ensures that the entire file is read in a single operation). The imported file is then stored in a variable named $x.
7777

7878
After the file has been imported, `Set-CsRgsConfiguration` is called in order to set the DefaultMusicOnHoldFile property to the audio file stored in $x.
7979

0 commit comments

Comments
 (0)