Showing results for Windows 10 - Scripting Blog [archived]

Oct 19, 2015
0
0

PowerTip: Get File System errors on NTFS Volumes with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get file system errors on all NTFS volumes.  How can I use Windows PowerShell to check your NTFS volumes for file system errors?  On Windows 10 with Windows PowerShell 5.0, use the Get-Volume cmdlet to retrieve all volumes and           pipe the output to the ...

Scripting Guy!Windows PowerShellPowerTip
Oct 9, 2015
0
0

PowerTip: Use PowerShell to Get Windows Home Location

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get the Windows home location setting.  How can I get the Windows GeoID home location setting for the current user account with            Windows PowerShell 5.0 on Windows 10?  Use the Get-WinHomeLocation cmdlet.

Scripting Guy!Windows PowerShellPowerTip
Sep 13, 2015
0
0

Weekend Scripter: PowerShell 5 Class Inheritance and Overrides—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video where he talks about class inheritance and property overrides in Windows PowerShell 5.0.Microsoft Scripting Guy, Ed Wilson, is here. The air show in Tampa was awesome. Today the Scripting Wife and I decided to head to the Magic Kingdom at Disney World. It is a lot of fun, and beside...

Scripting Guy!Windows PowerShellWeekend Scripter
Sep 12, 2015
0
0

Weekend Scripter: Overloaded Class Constructors in PowerShell 5—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, introduces a video about overloaded class constructors in Windows PowerShell 5.0 in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. This is my birthday weekend, so today the Scripting Wife decided to take me to Tampa for the air show. As it turns out, my buddy and Microsoft evangelist, Blain...

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

Overriding Inheritance in PowerShell 5 Classes

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about overriding inheritance in Windows PowerShell 5.0 classes. Microsoft Scripting Guy, Ed Wilson, is here. One of the things that is pretty cool about Windows PowerShell 5.0 classes, is that I can override the things I inherit from a base class. This offers a lot of flexibility because it means t...

Scripting Guy!Windows PowerShellscripting techniques