We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b40e commit 7ec9320Copy full SHA for 7ec9320
skype/skype-ps/skype/export-csonlineaudiofile.md
@@ -18,8 +18,10 @@ Use the Export-CsOnlineAudioFile cmdlet to download an existing audio file.
18
## SYNTAX
19
20
```powershell
21
-$content=Export-CsOnlineAudioFile -ApplicationId "HuntGroup" -Identity 57f800408f8848548dd1fbc18073fe46
22
-[System.IO.File]::WriteAllBytes('C:\MyWaveFile.wav', $content)
+Export-CsOnlineAudioFile
+[[-Identity] <string>]
23
+[-ApplicationId] <OrgAutoAttendant|HuntGroup|TenantGlobal>]
24
+[<CommonParameters>]
25
```
26
27
## DESCRIPTION
0 commit comments