Welcome to TechNet Blogs Sign in | Join | Help

Syndication

News

Locations of visitors to this page These postings are provided "AS IS" without warranty, and confer no rights.

Browse by Tags

All Tags » Powershell   (RSS)
Interacting with Data Collector Sets via Powershell
Background: In an earlier post I talked about some new features for Windows 2008 and Vista.  One of those new features that is often overlooked are the data collector sets (DCS).  One particular role that leverages data collector sets is active Read More...

Posted Wednesday, February 18, 2009 9:30 PM by Brad Rutkowski | 0 Comments

Check that driver file versions match on all your cluster nodes via Powershell
This is more of a proof of concept, but I've used it with success internally. Take it and do with it what you want. Many thx to Brandon who did the "heavy lifting" when I got stuck! Overview: Ever run into cluster issues and wanted to see if the driver Read More...

Posted Wednesday, December 03, 2008 11:25 PM by Brad Rutkowski | 5 Comments

SET-ACL on registry key
Man it was hard to find info on using set-acl on a registry key!   I was looking for a way to set an ACL that once set would be inherited by child keys and values.    We needed to give “Local Service” full control on the registry Read More...

Posted Monday, September 29, 2008 4:06 PM by Brad Rutkowski | 1 Comments

Caught the Powershell Bug.
Over the past few months I have fallen in love with PowerShell.   I’ve taken on a new role (starting in mid-October) that will be more focused on automating out administrative tasks via powershell so the focus of this blog might change more Read More...

Posted Friday, September 26, 2008 9:35 PM by Brad Rutkowski | 1 Comments

Using invoke-command to launch a script on a remote computer which connects to network resources.
First, I found the details here . Second, things can change as this is being done with the CTP for Powershell 2.0 Third, if you don’t know about remoting in 2.0 watch this 5 minute video . Then read this . Whew. Backstory: You might find yourself in a Read More...

Posted Friday, September 26, 2008 8:19 PM by Brad Rutkowski | 1 Comments

Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.
Ran into a weird issue where I was getting access denied when trying to query nodes remotely in powershell.  The query was working fine against Windows 2003 cluster names and worked locally when ran on a Windows 2008 cluster node, it just didn’t Read More...

Posted Monday, September 08, 2008 7:00 PM by Brad Rutkowski | 7 Comments

Find out who pings on a subnet quick and easy
So i know there are tools out there to do this but figured some would be interested on how to do this real quick with stuff that's already in the OS. 1) Turn off echos to make the out put clean (don’t forget to turn it back on when its done via “echo Read More...

Posted Thursday, April 24, 2008 12:57 AM by Brad Rutkowski | 0 Comments

Page view tracker