Posts by Gustavo Neves • 1 point
2 posts
-
0
votes1
answer48
viewsA: Hashtable in powershell
I think I solved my problem this way: foreach ($key in $hash.getenumerator()) { if ($key.name -eq "useragent") { $key value. } } I don’t know if it was the right way, but it seems to have worked…
powershellanswered Gustavo Neves 1 -
0
votes1
answer48
viewsQ: Hashtable in powershell
I apologize in advance for my inexperience! So I have the following hashtable: @{Name=Useragent; Value=Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0} @{Name=Flowtokenscenario;…
powershellasked Gustavo Neves 1