-
I saw a little discussion thread on Twitter this morning which I felt needed a little more room to explain. Plus since we’re in ScriptingGames season beginners might like a few pointers. I always talk about PowerShell, objects and the pipeline....
-
This morning there was some discussion on Twitter about when to use Write-Verbose and when to use Write-Debug. They both can provide additional information about what your script or function is doing, although you have to write the code. Typically, …...
Posted to
The Lonely Administrator
by
The Lonely Administrator
on
08-08-2011
Filed under:
Filed under: Scripting, PowerShell, PowerShell v2.0, Best Practices, SAPIEN, Verbose, Debug, Write-Debug, Scripitng, Write-Verbose, Primalscript
-
I saw this tip today and wanted to leave a comment but couldn’t see how. So I thought I’d post my comments here. This is actually a question I see often and there are better ways to write this kind … Continue reading → Read More...
-
I saw a tweet this morning that was a PowerShell one-liner for capturing folder permissions to a text file. There’s nothing wrong with it but it’s hard to be truly productive in 140 characters so I thought I would take … Continue reading...