Skip to content

Commit 62c2423

Browse files
committed
First commit
1 parent 001f87c commit 62c2423

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Powershell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Get value from a tag
2+
Get the value from the tag named "systemid"
3+
4+
$tags = Get-AzTag -ResourceId "/subscriptions/$SubscriptionId"
5+
$tags.Properties.TagsProperty."systemid"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# howto
1+
# HowTo
22
Just a bunch of tips & trix

0 commit comments

Comments
 (0)