Skip to content

Commit c04d4a8

Browse files
authored
Merge pull request #47770 from Potapy4/patch-21
Fix code snippet
2 parents eb29ac4 + 610ea5d commit c04d4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-sync-files-agent-update-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following instructions describe how to change the settings after you've comp
3434
Open a PowerShell console and navigate to the directory where you installed the sync agent then import the server cmdlets. By default this would look something like this:
3535
```powershell
3636
cd 'C:\Program Files\Azure\StorageSyncAgent'
37-
Import-Module -Name \StorageSync.Management.ServerCmdlets.dll
37+
Import-Module -Name .\StorageSync.Management.ServerCmdlets.dll
3838
```
3939

4040
You can run `Get-StorageSyncAgentAutoUpdatePolicy` to check the current policy setting and determine if you want to change it.

0 commit comments

Comments
 (0)