Linked by Adam S on Tue 8th Jul 2008 12:47 UTC
Thread beginning with comment 321914
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-08-11
I love powershell, it is much more powerful and flexible than batch files, even with the limited branching that batch files support.
I'm well on my way to purging my servers of as many batch files as possible, replacing them with ps scripts, as it gets rid of so many 3rd party tools (like blat). Because it's .NET based, it allows you to write directly to the eventlog, watch directories for changes, access AD, you name it.
Less 3rd party tools mean simpler environments.