Showing tag results for scripting techniques

Dec 19, 2014
Post comments count0
Post likes count0

Access Objects Inside Other Objects in PowerShell Pipeline

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about accessing objects inside other objects in the Windows PowerShell pipeline.  Hey, Scripting Guy! Yesterday in Create Custom PowerShell Objects, you talked about writing a script to access embedded objects. That seems like a lot of trouble. Is there a better or easier way to do that, for e...

Scripting Guy!Windows PowerShellscripting techniques
Dec 18, 2014
Post comments count0
Post likes count0

Create Custom PowerShell Objects

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about creating custom objects via Windows PowerShell.  Hey, Scripting Guy! Yesterday in Understand Embedded Objects in PowerShell, you said the easy way to expand a Windows PowerShell object was to use the –ExpandProperty parameter from the Select-Object cmdlet. That works OK, but I cann...

Scripting Guy!Windows PowerShellscripting techniques
Dec 17, 2014
Post comments count0
Post likes count0

Understand Embedded Objects in PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about understanding embedded objects in Windows PowerShell.  Hey, Scripting Guy! I don’t get it. Some things in Windows PowerShell are so easy, and others are so complicated. It seems to go from ridiculously easy to ridiculously hard all at once. Take for instance, the Get-Process cmdlet...

Scripting Guy!Windows PowerShellscripting techniques
Dec 16, 2014
Post comments count0
Post likes count0

Use PowerShell to Find Hotfixes Installed in Time Range

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find hotfixes that were installed during a certain time range.  Hey, Scripting Guy! I have a problem at work. It seems there was a hotfix that was installed in the last couple of months that is causing problems with the video driver on a certain model of compu...

Scripting Guy!Windows PowerShellscripting techniques
Dec 13, 2014
Post comments count0
Post likes count0

Weekend Scripter: A Graphical Tool to Explore PowerShell Help

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to explore Help topics. Microsoft Scripting Guy, Ed Wilson, is here. With the drops of the Windows Management Framework 5.0 (also known as Windows PowerShell 5.0), now is a good time to begin exploring modules, new cmdlets, and so on. It is way cool that Win...

Scripting Guy!Windows PowerShellscripting techniques