Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 183 Bytes

Powershell.md

File metadata and controls

5 lines (4 loc) · 183 Bytes

Get value from a tag

Get the value from the tag named "systemid"

$tags = Get-AzTag -ResourceId "/subscriptions/$SubscriptionId"
$tags.Properties.TagsProperty."systemid"