Showing tag results for Scripting Guy!

Apr 6, 2016
Post comments count0
Post likes count0

PowerShell 5 MVA coming soon to a computer near you

I_am_mr_ed

SUMMARY: Microsoft Scripting Guy, Ed Wilson talks about recording a new Microsoft Virtual Academy series of videos with PFE Ashley McGlone. Hello everyone, Microsoft Scripting Guy Ed Wilson here. Well, I can tell you this week has been absolutely incredible. The Scripting Wife and I are out in Seattle (Bellevue, Redmond, Puget Sound ... whatever r...

Scripting Guy!Windows PowerShellcommunity
Apr 5, 2016
Post comments count0
Post likes count1

PowerTip: Create a nested PowerShell custom object

Doctor Scripto

Summary: Learn how to create a nested PowerShell custom object.  How do I create a nested PowerShell custom object to store layers (nested) of information? Use a hashtable with the PSCustomObject type accelerator, and specify PSCustomObject as the value to the Property Name (Key): [PSCustomObject]@{ PropertyName = [PSCustomObject]@{ NestedPrope...

Scripting Guy!Windows PowerShellPowerTip
Mar 31, 2016
Post comments count0
Post likes count0

Use PowerShell 5.0 to create temporary files in the temp folder

I_am_mr_ed

Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell 5.0 on Windows 10 to create temporary files in the temporary folder.   Sometimes it is the little things that make life easier. You know, like a cereal bar … it’s not like a major technological breakthrough but it is much more convenient than getting a bowl of mi...

Scripting Guy!Windows PowerShellstorage
Mar 30, 2016
Post comments count0
Post likes count0

Use PowerShell 5 to empty the recycle bin

I_am_mr_ed

Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell 5.0 to empty the recycle bin on Windows 10   It seems that now days when I talk to someone about Windows PowerShell 5.0 they get all excited and go on and on about Desired State Configuration (DSC). Now, I will agree, DSC is awesome. DSC rocks! Even on Windows Po...

Scripting Guy!Windows PowerShellPowershell 5
Mar 29, 2016
Post comments count0
Post likes count0

Using the new PowerShell ISE transcript tool

I_am_mr_ed

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new Windows PowerShell 5.0 ISE Transcript tool.   One of my favorite features for Windows PowerShell has always been the transcript tool. I mean, it seems like it was made for Windows PowerShell … I guess it was. What am I talking about? Well, one of my favorite ways to spend...

Scripting Guy!Windows PowerShellPowershell 5