Steven Murawski

3,504
reputation
359 views

Registered User

name Steven Murawski
member for 1 year
seen yesterday
website
location US
age 33

I'm the Director for Research and Development for ProPhoenix, a public safety software company. This position allows me to investigate new and existing technologies and incorporate them into our product line, with the end goal being to help public safety agencies to do their jobs more effeciently and safely.

I'm an advocate for PowerShell, as I believe it encourages administrative best practices and allows developers to provide additional access to their applications, without needing to explicity write code for each administrative feature. Part of my advocacy for PowerShell includes my blog, appearances on various podcasts, and acting as a Community Director for PowerShellCommunity.Org

I’m also a co-host of Mind of Root (a weekly audio podcast about systems administration, tech news, and topics). I’m always open to feedback - positive and negative, as long as it is constructive.

Dec
15
accepted Monitoring Windows directory size
Dec
8
revised How to get started with PowerShell?
Update for V2 of PowerShell
Dec
4
answered Using .NET library from PowerShell
Nov
24
answered Deploy PowerShell Exchange Cmdlets with site but without installing full Management Instrumentation
Nov
5
accepted Is there a common blog API in the works?
Aug
20
comment Is there no TFS Snapin for PowerShell on x64?
The TFS snapin in the TFS PowerTools was built for x86 only. He's not recompiling the TFS PowerTools snapin.
Aug
14
awarded  Yearling
Aug
6
accepted Whats the best way to wrap a c# class for use by powershell script.
Aug
2
accepted Can I query Changesets via tfpt.exe, tf.exe, or via the TFS API (from powershell)?
Aug
2
answered Can I query Changesets via tfpt.exe, tf.exe, or via the TFS API (from powershell)?
Jul
30
comment How do I determine if a PowerShell Cmdlet parameter value was specified?
@Jack Straw If you have "potentially got many cmdlets with 100's of parameters", you might want to look at breaking some of that functionality up. One of the key benefits of PowerShell is discoverability and having large numbers of parameters makes self discovery that much more difficult.
Jul
28
comment Whats the best way to wrap a c# class for use by powershell script.
I updated my answer to show how to add an assembly to the runspace configuration.
Jul
28
revised Whats the best way to wrap a c# class for use by powershell script.
Updated to answer comment.
Jul
27
answered Whats the best way to wrap a c# class for use by powershell script.
Jul
26
comment PowerShell Runspace vs DLR
Don't get me wrong, I have no object to seeing PowerShell hosted on the DLR, but when looking to integrate a scripting language into an application, I think PowerShell should be the language of choice due to the growing base of familiarity with admins, devs, and others.
Jul
26
comment PowerShell Runspace vs DLR
I think PowerShell is more appropriate for an enterprise application that is maintained by systems admins or "power users". Applications where developers will be doing more of the scripting could go either way.
Jul
26
answered How to Loop Datareader and create DataTable in Powershell
Jul
26
answered PowerShell Runspace vs DLR
Jul
24
comment Try/catch does not seem to have an effect
@JasonMArcher - Right you are! Setting $ErrorActionPreference to 'Stop' as would work as well, but would have a global effect.
Jul
24
revised Try/catch does not seem to have an effect
added 76 characters in body
Jul
23
comment Is Powershell going to replace VBScript in near future?
Regarding your "Exercise", I may not be the best judge, but I find PowerShell scripts very readable and that is what really helped me become comfortable in the language.
Jul
23
comment Is Powershell going to replace VBScript in near future?
The PowerGUI script editor has a VBScript Snippet translator where you can select a VBScript snippet and it will fill in the comparable PowerShell.
Jul
23
revised Is Powershell going to replace VBScript in near future?
tagged subjective
Jul
22
accepted How can I delete LRU folders until 5GB free space is available
Jul
22
revised How can I delete LRU folders until 5GB free space is available
deleted 296 characters in body
Jul
22
answered How can I delete LRU folders until 5GB free space is available
Jul
18
comment Try/catch does not seem to have an effect
Updated with a workaround.
Jul
18
comment Try/catch does not seem to have an effect
@EKS I updated my answer with a workaround.
Jul
18
revised Try/catch does not seem to have an effect
Added code to handle situation.
Jul
18
revised Try/catch does not seem to have an effect
Updated with new info
Jul
18
comment Try/catch does not seem to have an effect
Try/Catch/Finally does not exist in V1 of PowerShell, but it is in V2.
Jul
18
accepted Try/catch does not seem to have an effect
Jul
17
answered What are good guidelines for naming PowerShell verbs?
Jul
17
answered Where can I find a list of Powershell .NET Type Accelerators?
Jul
17
comment Where can I find a list of Powershell .NET Type Accelerators?
I replaced your use of the word alias with the type accelerators. In PowerShell, aliases are a different animal completely; they are shortcuts for commands, functions, and scripts.
Jul
17
revised Where can I find a list of Powershell .NET Type Accelerators?
Question described Type Acclerators as aliases
Jul
17
answered Can you use an objects property in a string in powershell?
Jul
17
answered Try/catch does not seem to have an effect
Jul
14
answered How do I dynamically create functions that are accessible in a parent scope?
Jul
13
answered looping through a csv
Jul
13
answered Should a Windows developer know the command line?