We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa34baa commit 934afb0Copy full SHA for 934afb0
1 file changed
S3-Mgmt-Tutorial.md
@@ -60,7 +60,7 @@ Connect-S3MgmtServer -Name $ServerName -Credential $Credential -HTTP
60
61
## Simple workflow for exporting S3 account usage to CSV
62
63
-In this simple workflow the S3 account usage data will be retrieved and exported as CSV to (C:\tmp\usage.csv).
+In this simple workflow the S3 account usage data will be retrieved and exported as CSV to [C:\tmp\usage.csv](C:\tmp\usage.csv).
64
65
```powershell
66
$Accounting = foreach ($Account in Get-S3Accounts) {
0 commit comments