Skip to content

Commit 95e295a

Browse files
authored
Merge pull request #115603 from tamram/tamram-0518
PS module for last sync time
2 parents b1c70ae + 6630714 commit 95e295a

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)