PowerTip: Discover PowerShell Cmdlets that Accept Array of Strings
Summary: Learn how to find Windows PowerShell cmdlets that accept an array of strings for parameter input. How can I find all the Windows PowerShell cmdlets that accept an array of strings for...
View ArticleExport User Names and Proxy Addresses to CSV File
Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell to export user names and proxy addresses to a CSV file from Active Directory. Hey, Scripting Guy! I am trying to produce...
View ArticlePowerTip: Discover which PowerShell Cmdlets Have Parameter to Accept Specific...
Summary: Learn how to find Windows PowerShell cmdlets that have a specific parameter that accepts specific types. How can I find all Windows PowerShell cmdlets that have a parameter named ComputerName...
View ArticleWrite Users and Proxy Addresses to CSV by Using PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about writing all proxy addresses and user names to a CSV file by using Windows PowerShell. Hey, Scripting Guy! Yesterday’s blog post, Export User...
View ArticlePowerTip: Generate an HTML Battery-Life Report in PowerShell
Summary: Use Windows PowerShell and generate an HTML battery-life report. How can I generate an HTML battery-life report on my laptop to see expected battery life? Open Windows PowerShell as an...
View ArticleExploring Active Directory Data Types with PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to explore Active Directory data types. Hey, Scripting Guy! I need a way to see the data types of various Active...
View ArticlePowerTip: Count Your PowerShell Scripts
Summary: Learn how to count how many PowerShell scripts you have written. My boss asked me how many Windows PowerShell scripts I have written. I keep all my scripts in a specific folder. How can I use...
View ArticleUse PowerShell to Report and Set Monitor Brightness
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to report and set monitor brightness.Microsoft Scripting Guy, Ed Wilson, is here. Today I was exploring the Root/WMI...
View ArticlePowerTip: Create a New GUID by Using PowerShell
Summary: Easily use Windows PowerShell to create a new GUID. How can I use Windows PowerShell to easily create a new GUID? Use the [guid] type accelerator, and call the NewGuid static...
View ArticleUse PowerShell to Inventory Modern Apps in Windows 8
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to look at modern apps in Windows 8.Microsoft Scripting Guy, Ed Wilson, is here. One of the things I love about Windows...
View ArticlePowerTip: Use PowerShell to View App Package Installation Log
Summary: Learn how to use Windows PowerShell to view the app package installation log. How can I use Windows PowerShell in Windows 8 to review the app package installation log for errors, warnings, and...
View ArticleWeekend Scripter: Use PowerShell to Uninstall Modern Apps
Summary: Microsoft Scripting Guy, Ed Wilson, talks about uninstalling modern apps.Microsoft Scripting Guy, Ed Wilson, is here. It is the weekend here in Charlotte, North Carolina. The Scripting Wife...
View ArticlePowerTip: Open the Windows PowerShell ISE from Inside the Console
Summary: Learn how to open the Windows PowerShell ISE from inside the Windows PowerShell console. I ran a script in the Windows PowerShell console that generated an error, so how can I open the script...
View ArticleWeekend Scripter: Cheesy Script to Set Speaker Volume
Summary: Set the speaker volume by using Windows PowerShell—the cheesy script way.Microsoft Scripting Guy, Ed Wilson, is here. It is still the weekend, and that means I get a chance to play. Speaking...
View ArticlePowerTip: Automatically Open a Script in the PowerShell ISE
Summary: Learn how to automatically open a script in the Windows PowerShell ISE. How can I automatically open a script in a new pane inside the Windows PowerShell ISE? Type psedit and the file path...
View ArticleAdd a Couple of Functions to PowerShell Profile
Summary: Microsoft Scripting Guy, Ed Wilson, adds a couple of new functions to his Windows PowerShell console profile.Microsoft Scripting Guy, Ed Wilson, is here. I have heard that necessity is the...
View ArticlePowerTip: Reload Your PowerShell Profile
Summary: Reload your Windows PowerShell profile without closing and reopening Windows PowerShell. How can I reload my Windows PowerShell profile to test some changes I made—without closing and...
View ArticleLearn How to Configure PowerShell Memory
Summary: Microsoft Scripting Guy, Ed Wilson, talks about how to configure Windows PowerShell memory availability for specialized applications. Hey, Scripting Guy! I really need your help. We are doing...
View ArticlePowerTip: Use PowerShell to Retrieve List of Control Panel Items
Summary: See a list of items found in Control Panel. How can I use Windows PowerShell to see a list of items found in Control Panel. Use the Get-ControlPanelItem cmdlet:Get-ControlPanelItem
View ArticlePowerShell Get-Command Cmdlet Returns Only One Instance
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to configure Windows PowerShell to return more than one instance of a command. Hey, Scripting Guy! I have a problem. I recently upgraded to...
View Article