Hi, These days i am very busy in some other projects so that's why this months i post only few articles. Sorry for that....
Accessing Windows Environment Variables using PowerShell.
Hi, Before working on script i always thought that these windows “Environment Variables” are not so important, but as i start working on PowerShell...
Enumerating Registry Keys
Enumerating Registry Keys To enumerate all subkeys in a Registry key, you might be using a line like this: PS> Dir HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | Select-Object...
How to List Registry Hives
PowerTip of the Day, from PowerShell.com: Use the provider name instead of a drive name when you need to get a list of all...