citrix / citrix/devdocs-issue-collector
Typo in this document?
- Dominant language
- No language data
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[Provide your feedback here]
Hello, look at the example here - https://developer-docs.citrix.com/projects/storefront-powershell-sdk/en/latest/Export-STFStoreSubscriptions/#example-1-export-from-store-by-friendly-name - it is calling a cmdlet named **Export-DSStoreSubscriptions** which i don't believe exists. You probably meant Export-STFStoreSubscriptions?
EXAMPLE 1 Export from Store by friendly name[¶](https://developer-docs.citrix.com/projects/storefront-powershell-sdk/en/latest/Export-STFStoreSubscriptions/#example-1-export-from-store-by-friendly-name)
$StopWatch = [System.Diagnostics.Stopwatch]::StartNew()
**Export-DSStoreSubscriptions** -StoreName Store -FilePath "$env:userprofile\desktop\Export.txt"
$StopWatch.Stop()
Write-host "Total Elapsed Time: $($StopWatch.Elapsed.ToString())"
Docs URL:https://developer-docs.citrix.com/projects/storefront-powershell-sdk/en/latest/Export-STFStoreSubscriptions/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.