-
Recent Posts
Archives
Meta
- Arduino
- Bing
- Bing Search results
- certificate
- certlm
- certmgr
- Garage
- Group Policy
- grouppolicy.biz
- Group Policy Preference
- Hyper-V
- iphone 6s
- Local Admin
- Microsoft
- MSE
- MSTSC
- Password
- Password Reset
- Performance
- POSH
- PowerShell
- premium
- premiumness
- RDP
- RRAS
- RunAs
- SBSL
- Server 2008 R2
- SQL
- SQl 2008 R2
- ThingSpeak
- Vyatta
- VyOS
- Windows
- Windows 7
- Windows 10
- XPERF
Blogroll
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
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
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