Skip to content

Commit 934afb0

Browse files
committed
Update S3-Mgmt-Tutorial.md
1 parent aa34baa commit 934afb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

S3-Mgmt-Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Connect-S3MgmtServer -Name $ServerName -Credential $Credential -HTTP
6060

6161
## Simple workflow for exporting S3 account usage to CSV
6262

63-
In this simple workflow the S3 account usage data will be retrieved and exported as CSV to (C:\tmp\usage.csv).
63+
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).
6464

6565
```powershell
6666
$Accounting = foreach ($Account in Get-S3Accounts) {

0 commit comments

Comments
 (0)