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

Sep 8, 2015
Post comments count0
Post likes count0

Adding Methods to PowerShell 5 Classes—The Video

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, presents a video about adding methods to Windows PowerShell 5 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today I am presenting a video where I talk about adding methods to Windows PowerShell 5.0 classes in Windows 10. To be honest, a class with no methods does not do too much...

Scripting Guy!Windows PowerShellPowershell 5
Sep 7, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Check Volume for Errors

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to check a volume for errors.  How can I use Windows PowerShell 5.0 to check a volume for errors on my Windows 10 computer?  Use the Repair-Volume cmdlet, and specify the Scan parameter, for example: Repair-Volume -DriveLetter E -Scan

Scripting Guy!Windows PowerShellPowerTip
Sep 7, 2015
Post comments count0
Post likes count0

Create PowerShell 5 Classes with Enums—The Video

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, presents a video about creating Windows PowerShell 5.0 classes by using enums in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today, I continue my video series about creating classes. I create a couple of enums and use them as types for my properties of the Car class.Note  For more inform...

Scripting Guy!Windows PowerShellPowershell 5
Sep 6, 2015
Post comments count0
Post likes count0

PowerTip: Set Network Connection Profile with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to configure the network connection profile.  How can I use Windows PowerShell to set the network connection profile for my network adapter?  Use the Get-NetAdapter cmdlet to retrieve a network adapter, pipe it to the Set-NetConnectionProfile cmdlet,           &n...

Scripting Guy!Windows PowerShellPowerTip
Sep 6, 2015
Post comments count0
Post likes count0

Weekend Scripter: Create a Simple PowerShell 5 Class—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video about adding members to Windows PowerShell 5.0 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to present a video I made that illustrates how to create a simple Windows PowerShell 5.0 class. In the video, I cover using the Class and Static keywor...

Scripting Guy!Windows PowerShellscripting techniques