Category Archives: Script

POSH / PowerShell and MSTSC

Tired of guessing if the server is up before you MSTSC in after a reboot, well Mikael Nystrom – The Deployment Bunny has a great PowerShell script which will test for RDP port 3389 using Test-NetConnection, and when its live will open … Continue reading

Posted in IT, PowerShell, Script, Tools | Tagged , , | Leave a comment

Hyper-V Router – VyOS and RRAS

I have been having a brief look for a virtual router for Hyper-V, having previously used RRAS and needing to run up a server, I though I would look to see if there was any alternatives. A couple of years back … Continue reading

Posted in Script, Server 2008 R2, Tools, Uncategorized | Tagged , , | 1 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