Skip to content

Commit 7ec9320

Browse files
authored
Update export-csonlineaudiofile.md
Updating Syntax information
1 parent da1b40e commit 7ec9320

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +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
22+
[[-Identity] <string>]
23+
[-ApplicationId] <OrgAutoAttendant|HuntGroup|TenantGlobal>]
24+
[<CommonParameters>]
2325
```
2426

2527
## DESCRIPTION

0 commit comments

Comments
 (0)