Skip to content

Commit 6630714

Browse files
committed
PS module for last sync time
1 parent 5ba4b12 commit 6630714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/last-sync-time-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can use PowerShell or Azure CLI to retrieve the value of the **Last Sync Tim
3636
To get the last sync time for the storage account with PowerShell, install a version of the Az.Storage module that supports getting geo-replication stats. For example:
3737

3838
```powershell
39-
Install-Module Az.Storage –Repository PSGallery -RequiredVersion ??? –AllowPrerelease –AllowClobber –Force
39+
Install-Module Az.Storage –Repository PSGallery -RequiredVersion 1.14.0 –AllowClobber –Force
4040
```
4141

4242
Then check the storage account's **GeoReplicationStats.LastSyncTime** property. Remember to replace the placeholder values with your own values:

0 commit comments

Comments
 (0)