Skip to content

Commit 3047eb1

Browse files
authored
Merge pull request #53207 from tksh164/patch-6
Changed single quote character
2 parents 18d0092 + 08985cd commit 3047eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-sync-files-deployment-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ This enables a powerful scenario, commonly referred to as self-service restore,
405405
VSS snapshots and Previous Versions work independently of Azure File Sync. However, cloud tiering must be set to a compatible mode. Many Azure File Sync server endpoints can exist on the same volume. You have to make the following PowerShell call per volume that has even one server endpoint where you plan to or are using cloud tiering.
406406

407407
```powershell
408-
Import-Module <SyncAgentInstallPath>\StorageSync.Management.ServerCmdlets.dll
408+
Import-Module '<SyncAgentInstallPath>\StorageSync.Management.ServerCmdlets.dll'
409409
Enable-StorageSyncSelfServiceRestore [-DriveLetter] <string> [[-Force]]
410410
```
411411

0 commit comments

Comments
 (0)