Monthly Archives: February 2011

Windows Command Reference

The Windows command-line tools are used to perform various tasks related to Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows 7, and Windows Vista Windows Command Reference

Posted in Uncategorized | Leave a comment

Running SSMS as an alternate user or from a PC not connected to the Domain

From Pinaki’s Tech Zone and CB-Net and many other sites RUNAS /netonly /user:DOMAIN\Account “C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe” The problem is, we have to create many  script files like this to use the software. Fortunately, there is a easier way. Download … Continue reading

Posted in SQL | Tagged , | Leave a comment

Automated Microsoft Security Essentials Installation

From Alex Verboon @ECHO OFFEcho Downloading Microsoft Security Essentials 2.0 (x86)start /wait bitsadmin /TRANSFER MSE20 http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe %TEMP%\mseinstall.exe Echo Installing Microsoft Security Essentials 2.0 (x86)start /wait %temp%\mseinstall.exe /s /runwgacheck /o Echo Updating Microsoft Security Essentials Signatures”C:\Program Files\Microsoft Security Client\msseces.exe” /updatepause

Posted in Script | Tagged | Leave a comment

clip.exe

CLIP Description:    Redirects output of command line tools to the Windows clipboard.    This text output can then be pasted into other programs. Parameter List:    /?                  Displays this help message. Examples:    DIR | CLIP          Places a copy of the current directory … Continue reading

Posted in Uncategorized | Leave a comment

SQL Server – Export Maintenance Plan

From: WARDY IT Open SQL Server Management Studio Select File | Connect Object Explorer Change the Server Type to Integration Services and connect to the server Expand Servername (Integration Services) | Stored Packages | MSDB | Maintenance Plans Right Click … Continue reading

Posted in Uncategorized | Leave a comment