July 30th, 2013

PowerTip: Use PowerShell to Retrieve List of Control Panel Items

Doctor Scripto
Scripter

Summary: See a list of items found in Control Panel.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see a list of items found in Control Panel.

Hey, Scripting Guy! Answer Use the Get-ControlPanelItem cmdlet:

Get-ControlPanelItem

 

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.