Showing tag results for PowerShell 3

Oct 12, 2012
Post comments count0
Post likes count0

Understanding Simplified Foreach Syntax in PowerShell 3.0

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about the simplified Foreach syntax in Windows PowerShell 3.0 and provides guidance on when to use which syntax. Microsoft Scripting Guy, Ed Wilson, is here. I finally had a bit of time to get some stuff done that I had been needing to do, such as submitting my session proposals for the Windows Pow...

Scripting Guy!Windows PowerShellgetting started
Oct 11, 2012
Post comments count0
Post likes count0

Using Categories to Help Search PowerShell Help

Doctor Scripto

Summary: Learn how to use advanced features in the Windows PowerShell Get-Help cmdlet to quickly find PowerShell Help information. Microsoft Scripting Guy, Ed Wilson, is here. It seems that my schedule keeps getting fuller. Tonight is the Windows PowerShell User Group in Charlotte. We will be having a script club, so it should be a really cool lear...

Scripting Guy!Windows PowerShellgetting started
Oct 10, 2012
Post comments count0
Post likes count0

Use PowerShell 3.0 to Filter Files Based on Advanced Attributes

Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 for file attribute filtering. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I will be at the Copenhagen Windows PowerShell User Group in a about a month. Teresa has been corresponding with Windows PowerShell MVP, Claus T. Nielsen, about the agenda for the meeting. It is official...

Scripting Guy!Windows PowerShellstorage
Oct 9, 2012
Post comments count0
Post likes count0

Finding Read-Only and System Files by Using PowerShell 3.0

mredwilson

Summary: Learn how to use new parameters with the enhanced Get-ChildItem cmdlet in Windows PowerShell 3.0. Microsoft Scripting Guy, Ed Wilson, is here. There are a number of really cool new things in Windows PowerShell 3.0. Some of these make my life a lot easier, and yet they are not the “big” things. I have written about one of m...

Scripting Guy!Windows PowerShellstorage
Sep 28, 2012
Post comments count0
Post likes count0

PowerTip: Use PowerShell 3.0 to Locate Modern Apps Installed on Windows 8

Doctor Scripto

Summary:  Learn how to use Windows PowerShell 3.0 to locate modern apps installed on a computer running Windows 8.  How can you use Windows PowerShell 3.0 to find out which modern apps are installed on a computer running Windows 8?  Use the Get-AppxPackage cmdlet:           ...

Scripting Guy!Windows PowerShellPowerTip