citrix / citrix/devdocs-issue-collector

Typo in this document?

Open
#105 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.