Get-AzRmStorageShare -ResourceGroupName "ResourceGroup" -StorageAccountName "StorageAccount" -GetShareUsage
This is the code I am using, but with stand-ins for the actual RG and SAN name. this is the output I get
Name QuotaGiB EnabledProtocols AccessTier Deleted Version ShareUsageBytes snapshotTime
---- -------- ---------------- ---------- ------- ------- --------------- ------------
name1 100 SMB Premium
name2 100 SMB Premium
name3 100 SMB Premium
name4 100 SMB Premium
name5 100 SMB Premium
So despite the fact that i invoked the specific argument to pull ShareUsageBytes in -GetShareUsage it doesnt actually output that to the column despite outputting all other correct info. i feel like I'm going crazy because I'm not sure what I'm doing wrong.