-
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
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
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
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