Deleting computers from SMS 2003 (and perhaps SCCM 2007), with a script.
Below is a script which will delete a list of computers from SMS 2003. And quite possibly SCCM 2007 as well (not tested). It was originally taken from the SMS…
Below is a script which will delete a list of computers from SMS 2003. And quite possibly SCCM 2007 as well (not tested). It was originally taken from the SMS…
And live in North America? Head on over to http://technetevents.com/ for Microsoft IT Pro events, and http://msdnevents.com/ for Microsoft Developer events. Why not the rest of the world Microsoft???
I’ve talked about working with IBM Mainframes before. I saw this picture over at Alfred Thompson’s blog, and it brought back some memories. Westpac Bank losing a whole data centre…
Five Pervasive Myths About Older Software Developers I recently celebrated my 40th birthday. A friend joked to me, “Hey, guess that means you’re too old to program anymore!” I laughed…
And the expensive corporate system uptime management box missed the problem entirely. The “Offersum.inbox” had over 6000 unprocessed records, and was growing at a rate of 13 records a minute. …
The first thing you might notice is that the PowerShell version is a bit shorter. 3 lines of VBscript code, compared to 1 line of PowerShell script. That is, 1…
Oh, it’s a rip-off of the Monty Python Life of Brian scene “What have the Romans ever done for us?”, but I still like it. https://youtu.be/vl1gdAheKDQ
If you looked at yesterday’s post, carefully I’ll admit as WordPress loves to mangle the display of <CODE>; you might have noticed that I check to see if a computer…
It looks like it’s going to be a week of scripting blog posts. Today’s script is used to reboot a list of remote computers. Sometimes, when deploying security patches, the…
With PowerShell, I needed to get a count of files in a particular directory. This is what I came up with. # # Get a count of files in a…