Showing results for September 2015 - Page 12 of 12 - Scripting Blog [archived]

Sep 3, 2015
0
0

Creating Instances of PowerShell 5 Classes

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating instances of Windows PowerShell 5.0 classes in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. Today I am up early. I have the windows open, and I am enjoying the early morning breeze that precedes the midmorning sun and afternoon thunderstorms. I am looking over some o...

Scripting Guy!Windows PowerShellscripting techniques
Sep 2, 2015
0
0

PowerTip: Use PowerShell to View Appx Log

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to view the Appx log for deployment messages.  How can I use Windows PowerShell 5.0 in Windows 10 to examine the Appx log for deployment messages?  Use the Get-AppxLog cmdlet and filter on ID 603: Get-AppxLog | Where id -eq 603

Scripting Guy!Windows PowerShellPowerTip
Sep 2, 2015
0
0

Adding Enums to PowerShell 5 Classes

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about adding enums to Windows PowerShell 5.0 classes in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. It is my birthday week...almost. It is the kind of thing that one needs to begin making plans and preparations for. I know that the Scripting Wife, aka Teresa, is busy working to make th...

Scripting Guy!Windows PowerShellscripting techniques
Sep 1, 2015
0
0

PowerTip: Verify Default Output Encoding in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to verify your default output encoding in Windows PowerShell.  How can I use Windows PowerShell to verify my default output encoding?  Check the value of the $OutputEncoding automatic variable: PS C:\> $OutputEncoding

Scripting Guy!Windows PowerShellPowerTip
Sep 1, 2015
0
0

PowerShell 5: Create Simple Class

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating a simple class in Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. The good news is that so far the weather person has been wrong—every single day for the last five days in a row. The bad news is that, well, unfortunately, I believed the weathe...

Scripting Guy!Windows PowerShellscripting techniques