Browse by Tags
All Tags »
Scripting (
RSS)
Update : I have just received word back from the Office team. VBA will indeed be supported in Office 14. The Office team does, however, encourage the consideration of managed solutions (VSTO / VSTA) whenever...
See Update: http://myitforum.com/cs2/blogs/scassells/archive/2008/07/09/vba-and-vsta-the-future-updated.aspx W hat does this mean? http://vba.summsoft.com/ As of July 1, 2007 Microsoft will no longer offer...
Anthony put up a cool post about being able to run SysInterals tools from the web. Here: http://myitforum.com/cs2/blogs/socal/archive/2008/05/28/sysinternals_2D00_tools_2D00_can_2D00_now_2D00_run_2D00_from_2D00_the_2D00_web...
In SMS 2003 and ConfigMgr (SCCM) 2007 you can create a Direct Member to a collection. This may or may not be the best option for you. We can debate that later. You have to be concerned about the number...
The following simple VB script will bring up a Merlin Office Assistant and move him around. The MoveTo locations assume dual monitors. This was originally created to annoy coworkers who did not lock their...
I decided it was about time I learned more PowerShell and SMS 2003 / SCCM 2007 scripting. I hope you enjoy this series, as I fail, experiment, and learn nuances of the PowerShell language. There seem to...
Scenario : An advertisement went out for a package that is causing havoc. Let’s say, it is rebooting servers and workstations. How do you stop it NOW !?!?! With a Big Red Stop Button (BRSB). Below are...
Requirement : victim workstation using USB keyboard. Command line: C:\> echo y | chkdsk /r c: The type of the file system is NTFS. Cannot lock current drive. Chkdsk cannot run because the volume is...
http://bink.nu/news/boxing-and-the-case-of-the-slow-or-hanging-logon-script-in-vista.aspx When you are in the process of implementing Windows Vista in an enterprise environment, you may run into the following...
The following are the steps needed to modify your Microsoft Managment Summit 2007 DVD playable from a network share. Note : the content of the DVD is protected. As such make sure this content is only available...
I was playing around with the great Mof hack by Cristiano from the article “Inventorying Microsoft SoftGrid Streamed Applications” found here: http://blogs.msdn.com/crisag/archive/2006/12/14/inventorying...
I have been using the SMSExpert.com DataShift modifications for SMS 2003 SP2. A recent request came in to also gather the ‘Remote Desktop Users’ group. Below are the script and the MOF edit. Enjoy ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
The following VBS script is used to delete collections. Script Required Inputs SMS Server Name SMS Site Code (of the server) Collection Search String Optional Commit of a capital “Y” The 4 th parameter...
This situation occurs when multiple versions of PSTools have been executed on a remote system. The fix below is specifcally for PSExec. It can be applied to other PSTools. The Following steps need to be...