Showing results for Powershell 5 - Scripting Blog [archived]

Aug 22, 2015
0
0

Weekend Scripter: Create Objects from Strings—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell 5.0 to create objects from strings in this video.Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows PowerShell is that it is object-oriented. This means that I can easily pipe objects, sort objects, and compare objects.In Windows P...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 21, 2015
0
0

New PowerShell 5 Feature Provids Better Registry Support

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about a new feature in Windows PowerShell 5.0 that providers better registry support. Microsoft Scripting Guy, Ed Wilson, is here. The Windows PowerShell registry drive has always been somewhat of a love-hate relationship with me. I mean, it makes such great sense to be able to work with the regist...

Scripting Guy!Windows PowerShellregistry
Aug 20, 2015
0
0

PowerTip: See What Update-Help Does on Your System

Doctor Scripto
Doctor Scripto

Summary: Learn how to see what the Update-Help cmdlet does on your system.  How can I see what Update-Help does on my Windows 10 computer—if anything?  Open the Windows PowerShell console with Admin rights, type Update-Help, and add the –Verbose switch.             It will list everything that it ...

Scripting Guy!Windows PowerShellPowerTip
Aug 20, 2015
0
0

The New Raw-File Version Information in PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about looking at raw-file version information by using Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here, and it is finally here. It seems like waiting for a major holiday to appear. Yes! It is nearly time for the Atlanta TechStravaganza. I just got an email yes...

Scripting Guy!Windows PowerShellPowershell 5
Aug 19, 2015
1
0

Parsing NetStat Information with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about parsing output from NetStat with Windows PowerShell 5.0.  Hey, Scripting Guy! I need a good way to parse output from the NetStat command. I use it all the time, but it ends up requiring me to spend a lot of time looking through stuff. I am not sure if the command itself has a filter lang...

Scripting Guy!Windows PowerShellPowershell 5