Skip to content

Commit 14bfc0f

Browse files
authored
Merge pull request MicrosoftDocs#8574 from CLYVR/patch-6
Update export-csonlineaudiofile.md
2 parents b712fe2 + 94ef55c commit 14bfc0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/export-csonlineaudiofile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Use the Export-CsOnlineAudioFile cmdlet to download an existing audio file.
1818
## SYNTAX
1919

2020
```powershell
21-
$content=Export-CsOnlineAudioFile -ApplicationId "HuntGroup" -Identity 57f800408f8848548dd1fbc18073fe46
22-
[System.IO.File]::WriteAllBytes('C:\MyWaveFile.wav', $content)
21+
Export-CsOnlineAudioFile [[-Identity] <string>] [-ApplicationId] <OrgAutoAttendant|HuntGroup|TenantGlobal>] [<CommonParameters>]
2322
```
2423

24+
2525
## DESCRIPTION
2626
The Export-CsOnlineAudioFile cmdlet downloads an existing Auto Attendant (AA), Call Queue (CQ) service or Music on Hold audio file.
2727

@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
8282
## OUTPUTS
8383
84-
### Microsoft.Rtc.Management.Hosted.Online.Models.AudioFile
84+
### Byte[]
8585
8686
## NOTES
8787
You are responsible for independently clearing and securing all necessary rights and permissions to use any music or audio file with your Microsoft Teams service, which may include intellectual property and other rights in any music, sound effects, audio, brands, names, and other content in the audio file from all relevant rights holders, which may include artists, actors, performers, musicians, songwriters, composers, record labels, music publishers, unions, guilds, rights societies, collective management organizations and any other parties who own, control or license the music copyrights, sound effects, audio and other intellectual property rights.

0 commit comments

Comments
 (0)