Showing results for November 2011 - Page 4 of 6 - Scripting Blog [archived]

Nov 15, 2011
0
0

See Why PowerShell Can't Export Some Properties to CSV

Doctor Scripto
Doctor Scripto

Summary: Learn why Windows PowerShell cannot export certain properties to a CSV file and what to do about it.   Microsoft Scripting Guy, Ed Wilson, is here. The other day, Terry Dow posted a comment on my Use PowerShell to Work with CSV Formatted Text blog post. Basically, Terry is asking about exporting a multivalue property via Export-CSV fi...

Scripting Guy!Windows PowerShellscripting techniques
Nov 14, 2011
0
0

Use Custom Views from Windows Event Viewer in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Event Viewer custom views in Windows PowerShell to parse event logs quickly.   Hey, Scripting Guy! I love Windows 7. It absolutely rocks! One of the things I love about Windows 7, in addition to Windows PowerShell, is the new Event Viewer. I have created a custom view in my Event Viewer. I exported that custom view, a...

Scripting Guy!Windows PowerShellLogs and monitoring
Nov 13, 2011
1
0

Use PowerShell to Quickly Find Installed Software

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to quickly find installed software on local and remote computers.   Microsoft Scripting Guy Ed Wilson here. Guest Blogger Weekend concludes with Marc Carter. The Scripting Wife and I were lucky enough to attend the first PowerShell User Group meeting in Corpus Christi, Texas. It was way cool, and bo...

Scripting Guy!Windows PowerShellguest blogger
Nov 12, 2011
0
0

Use PowerShell to Edit SharePoint Profiles

Doctor Scripto
Doctor Scripto

Summary: Microsoft Premier Field Engineer Chris Weaver shows how to use Windows PowerShell to edit SharePoint profiles. Microsoft Scripting Guy Ed Wilson here. It is Guest Blogger Weekend. To start the weekend, we have Chris Weaver. The Scripting Wife and I recently met Chris in real life (IRL) at Geek Ready, a conference at which I was speaking. ...

Scripting Guy!Windows PowerShellguest blogger
Nov 11, 2011
0
2

Use PowerShell to Easily Convert Decimal to Binary and Back

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily convert decimal to binary and back, and simplify custom subnet mask calculations.   Microsoft Scripting Guy Ed Wilson here. Today is 63. Yep, that is right, today is 63. That is what you get when you see 11 11 11 represented as binary. This appears here.   PS C:\> 1+2+4+8+16+32 63...

Scripting Guy!Windows PowerShellscripting techniques