Skip to content

Commit 08985cd

Browse files
authored
Changed single quote character
Changed single quote character to ASCII character.
1 parent f7d0573 commit 08985cd

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)