PowerTip: Find Help about PowerShell Objects
Summary: Learn how to find Help about Windows PowerShell objects. How can I find Help about Windows PowerShell objects? In Windows PowerShell 4.0 or Windows PowerShell 3.0, open the Windows PowerShell...
View ArticleA PowerShell Object Lesson: Part 2
Summary: Microsoft Scripting Guy, Ed Wilson, talks about the importance of returning objects to ease administrative work.Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am sipping a...
View ArticlePowerTip: Find the Type of an Object
Summary: Use Windows PowerShell to find the type of an object. How can I use Windows PowerShell to easily find the type of object that is stored in a variable? Use the GetType method (which all objects...
View ArticleA PowerShell Object Lesson: Part 3
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create custom objects.Microsoft Scripting Guy, Ed Wilson, is here. Tonight is the PowerScripting PodCast. It is...
View ArticlePowerTip: Use PowerShell to Create a Date String
Summary: Use Windows PowerShell to create a date string that has a month, day, and year. How can I use Windows PowerShell to create a string that represents the date with the month, day, and year? Feed...
View ArticleLeveraging PowerShell to Help Minimize Risk While Performing Administrative...
Summary: Guest blogger, Marc Carter, talks about learning to use Windows PowerShell and reducing security risks.Microsoft Scripting Guy, Ed Wilson, is here. Today we have back with us guest blogger,...
View ArticlePowerTip: Use PowerShell to Determine System Stability
Summary: Use Windows PowerShell to determine the stability of your system. How can I use Windows PowerShell 4.0 on my laptop running Windows 7 to find out how stable my system is? Use the...
View ArticleWeekend Scripter: Use PowerShell to Back Up SharePoint Installation
Summary: Microsoft SharePoint MVP and guest blogger, Todd Klindt, talks about using Windows PowerShell to back up a SharePoint environment.Microsoft Scripting Guy, Ed Wilson, is here. Please welcome...
View ArticlePowerTip: Use PowerShell to Display Syntax for a Cmdlet
Summary: Use Windows PowerShell to display the syntax of a Windows PowerShell cmdlet. How can I use Windows PowerShell to look at the syntax of a cmdlet without the distraction of a lot of additional...
View ArticleWeekend Scripter: PowerShell Does Scientific Notation
Summary: Microsoft PFE and guest blogger, Clint Huffman, talks about scientific notation and Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today we have another guest blogger from the...
View ArticlePowerTip: Back-to-Basics Math Class
Summary: Learn how to find Windows PowerShell math methods. How can I use Windows PowerShell to find math methods so I can perform some mathematical calculations? Use the [math] type accelerator, pipe...
View ArticleThe Admin’s First Steps: Capacity Planning Part 2
Summary: Richard Siddaway talks about using Windows PowerShell to store data for capacity planning. Hey, Scripting Guy! I’ve just starting learning PowerShell and I understand how to use it as a...
View ArticlePowerTip: Use PowerShell to Format Dates
Summary: Learn how to use Windows PowerShell to format dates. How can I discover the formats that are available to use in Windows PowerShell when I format date and time information? One way is to keep...
View ArticleCombine Automation Tasks by Using PowerShell Objects
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell objects to combine output from multiple WMI classes.Microsoft Scripting Guy, Ed Wilson, is here. I registered for...
View ArticlePowerTip: Use PowerShell Cmdlet to Report CredSSP
Summary: Use a Windows PowerShell cmdlet to find the status of CredSSP. How can I use Windows PowerShell 4.0 on my laptop running Windows 8.1 to find if WinRM is configured for CredSSP? Use the...
View ArticleUse PowerShell to Simplify Collecting Computer Information
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to simplify collecting information from multiple Windows PowerShell cmdlets.Microsoft Scripting Guy, Ed Wilson, is...
View ArticlePowerTip: Enable PowerShell Remoting with Public Network
Summary: Learn how to use Windows PowerShell 3.0 to enable Windows PowerShell remoting on a network adapter that has a public network profile. How can I enable Windows PowerShell remoting on my system...
View ArticleUse PowerShell Objects to Simplify Script Output
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to simplify creating script output.Microsoft Scripting Guy, Ed Wilson, is here. All of the sessions for Windows...
View ArticlePowerTip: Use PowerShell to Get Details about Setup Log
Summary: Use Windows PowerShell to get detailed information about the setup log. How can I use Windows PowerShell to find information about the status of the setup log on my computer? Use the...
View ArticleUse PowerShell to Find Installed Software
Summary: Guest blogger, Marc Carter, reprises his popular blog post about locating installed software.Microsoft Scripting Guy, Ed Wilson, is here. Marc Carter is joining us again today with another...
View Article