-
hi, i'm trying to parse a text file and it's doing my head in. any help is appreciated. the file is a registry dump so it is of the format [HKLM\Software\Key1] "value1"="data1" "value2"="data2" and being the registry the values could also be listed out...
-
Hello there, I am a beginner at Powershell and I attempting to write a script to retrieve uninstall software. Here is what I have so far... [void][System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic') $PCName = [Microsoft.VisualBasic.Interaction]::InputBox("Enter IP or...