Anything About IT

Learning, Building, Sharing

ConfigMgr - PowerShell Script to collect remote log files

Looking at a client’s ConfigMgr Agent log files is inevitable when managing a Configuration Manager infrastructure. If you are working within a local ...

List ConfigMgr Software Update Group members with PowerShell

The below script allows you to select a Configuration Manager software update group and then lists the software updates that are assigned to it. ``` <...

Windows 8.1 Command Prompt or PowerShell

If you have used the Windows 8.1 preview build, you will have noticed that the X-Menu by default had PowerShell enabled instead of the Command Prompt....

How to configure system volume with PowerShell

Back in 2011 I wrote a blog post on [how to mute Windows System Volume](https://www.verboon.info/index.php/2011/01/mute-windows-system-volume/) progra...

Tip: PowerShell Script to create Shutdown/Restart/Logoff Windows 8 Tile for the Start menu

A PowerShell script shows how to create a Shutdown, Restart or Logoff Windows 8 tile for the Start menu. ![](images/image011.png) ![](images/image015....

How to check the status of BIOS & UEFI & Secure Boot with PowerShell

During the past weeks I spend a bit of time deploying Windows 8 to UEFI enabled clients. With PowerShell 3.0 on Windows 8 you will find some [new cmdl...