News

Get-WmiObject -Class Win32_Product | Select-Object -Property Name After several seconds, this command will produce a list of most of the applications that are installed on the PC.
I'm trying to get some simple Powershell code working but I'm missing something obvious. I just want to see the amount of free space on each disk in my machine in gigabytes. If I run Get-WmiObject ...
To be compatible with down-level operating systems, you can use the Get-WmiObject cmdlet here to enumerate user profiles on the MEMBERSRV1 and CLIENT2 computers. Get-WmiObject -Class Win32_UserProfile ...
In-Depth Find the Right Shortcut for You in PowerShell Of the many ways to get things done in Windows PowerShell, it's best to figure out which one works and stick with that. By Don Jones 04/18 ...
You can list local or remote computer BIOS settings using the GetBIOS PowerShell module. Learn how to view BIOS/UEFI settings with PowerShell.
If we change the value of $class, we can re-run the Get-WMIObject command without editing. This helps a little bit towards efficiency, but PowerShell 3.0 will take this to a new level.