PowerTip: Use PowerShell to Find What’s New
Summary: Learn how to find what’s new in Windows PowerShell 4.0. How can I find what is new in Windows PowerShell 4.0? Use Update-Help to update the Help files, then use the Get-Help cmdlet,...
View ArticleUse Dynamic Parameters to Populate List of Printer Names
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use dynamic parameters to populate a list of printer names.Microsoft Scripting Guy, Ed Wilson, is here. Using a Windows PowerShell function to...
View ArticlePowerTip: Use PowerShell to Document DSN Names
Summary: Learn how to easily document DSN names by using Windows PowerShell. How can I use Windows PowerShell to find what DSN names are defined on my system? On your computer running Windows 8.1, use...
View ArticleWeekend Scripter: Use PowerShell to Investigate File Signatures—Part 1
Summary: Windows PowerShell MVP, Boe Prox, talks about investigating file signatures by using Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. This weekend we have a two-part series from...
View ArticlePowerTip: Convert Output to Use Specific Delimiter
Summary: Use Windows PowerShell to convert output to a specific delimiter. How can I use Windows PowerShell to select process name and paged system memory, plus separate the output with a colon? Use...
View ArticleWeekend Scripter: Use PowerShell to Investigate File Signatures—Part 2
Summary: Windows PowerShell MVP, Boe Prox, concludes this two-part series about investigating file signatures with Windows PowerShell and the .NET Framework.Microsoft Scripting Guy, Ed Wilson, is here....
View ArticlePowerTip: Create XML with PowerShell
Summary: Use Windows PowerShell to create XML. How can I use Windows PowerShell to easily create an XML representation of my service names and status? Use the Get-Service cmdlet to retrieve the service...
View ArticleGetting Started with Office 365 and PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about getting started with Office 365 and Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a nice cup of...
View ArticlePowerTip: Use PowerShell to Check if Computer Is Up
Summary: Learn how to use Windows PowerShell to quickly check to see if a computer is up. How can I use Windows PowerShell to see if a computer is up? Use the Test-Connection cmdlet to send a ping...
View ArticleUse PowerShell to Explore Office 365 Installation
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to explore his Office 365 tenant installation.Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I are...
View ArticlePowerTip: Get PowerShell Printer Examples
Summary: Learn how to get only printer examples that are related to Windows PowerShell. How can I quickly and easily see only examples of Windows PowerShell commands that are related to printing...
View ArticleUse PowerShell to Manage Office 365 Users
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to manage Office 365 users.Microsoft Scripting Guy, Ed Wilson, is here. The weather here in Charlotte has been nearly...
View ArticlePowerTip: Find Aliases Exported by PowerShell Module
Summary: Find aliases that were exported from a Windows PowerShell module. How can I find aliases that were exported from a particular module on my system? Use the Get-Command cmdlet, specify the...
View ArticleUse PowerShell to Manage Exchange Online in Office 365
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell implicit remoting to manage Exchange Online users.Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am...
View ArticlePowerTip: Use PowerShell to Check Validity of User Certificates
Summary: Learn how to quickly check user certificates by using Windows PowerShell. How can I use Windows PowerShell to check the validity of user certificates without engaging in a manual process? Use...
View ArticleManage Office 365 SharePoint with Modules
Summary: Learn how to use Office 365 SharePoint Online modules to manage Office 365 SharePoint.Microsoft Scripting Guy, Ed Wilson, is here. In a couple of days, the Scripting Wife and I will be at the...
View ArticlePowerTip: Find Processes with Process ID Less Than 1000
Summary: Use Windows PowerShell to find processes with a process ID that is less than 1000. How can I use Windows PowerShell to find all processes that have a process ID less than 1000? Use the...
View ArticleWeekend Scripter: Change Internet Explorer Start Page via PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to change the Internet Start page on his Microsoft Surface .Microsoft Scripting Guy, Ed Wilson, is here. It is no...
View ArticlePowerTip: Use PowerShell to Find Internet Explorer Settings
Summary: Learn how to use Windows PowerShell to find Internet Explorer settings. How can I use Windows PowerShell to explorer the various settings for Internet Explorer? Use the Get-Item cmdlet and...
View ArticleUnderstanding Streams, Redirection, and Write-Host in PowerShell
Summary: June Blender explains how to understand and use streams in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today guest blogger, June Blender, explains how to understand and use...
View Article