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 ...
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...
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 ...
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...
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 ...