Blog

AWS Autoscale with Public IP re-association

Option 1:--associate-public-ip-address command option with the as-create-launch-config commandOption 2:Allocate an Elastic IP then adding a…

Configure Remote Servers to Download Contents from Microsoft Directly instead of WSUS

Log onto Local Server >> Group Policy >> Computer Configuration >> Administrative Templates >> System…

Websense Notes

Reminder: when changing Websense Server Name, one must also update it's associated pointer in Web…

Quick 1-liner: Raise Domain Functional Level from 2003 to 2012 R2

This command is required to enable 2012R2 functional level (group policy replication) adprep /domainprep /gpprep…

How to convert Windows evaluation to a licensed version

Determine installed Windows version:   DISM /online /Get-CurrentEdition Check possible target editions:   DISM /online…

Reset CBT in VMware

# using VMware.VimAutomation.Coreclsif ( (Get-PSSnapin -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue) -eq $null ){Add-PsSnapin VMware.VimAutomation.Core}if ( (Get-PSSnapin…

Windows Desktop Preparation using FOG

1. Install FOG on Centos or Ubuntu 2. Download Windows Essentials: https://ninite.com/7zip-chrome-cutepdf-firefox-java8-realvnc-vlc/ 3. Download Windows…

Run mmc with elevated domain administrator permissions

Method 1: Create a link with this path C:\Windows\System32\runas.exe /profile /env /user:[domain]\[user] "cmd /c mmc…

Import virtual machines from VMware ESX to AWS

Step 0, Option 1: Create AWS keys Info: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#cli-signup   Step 0, option 2 -…

Uninstall Windows Product Key

Obtain activation ID: slmgr /dlv   Remove activation (example): slmgr /upk xxxx2e65-04b7-44c9-9d7b-ef402816xxxx slmgr /upk xxxx72c7-36b3-4e4b-b435-fd0b09b9xxxx

Delegate Administration Priviledges to Junior Admins

View Current Delegated Permissions: MMC Concole >> View Advanced Features >> Right-click desired OU, Properties…

Ideas for Open Source SAN using local storage

Use a server with local drives Set up Raid 0 Install "SheepDog on Centos/Ubuntu's KVM"…

Setup Virtual DMZ and Trust Zones with PFSense

I. Setup Route at Core Router1. Configure subnet, ip helper address, and default route---------- Example…

Benefits and Drawbacks of Desktop Virtualization

I. Benefits   1. Accessibility and convenience 2. Consistency of desktop experience 3. Data security…

Some Common SysAdmin Tools

LAN Speed Test: https://totusoft.com/lanspeedPutty: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.htmlCutePDF: http://www.cutepdf.com/Products/CutePDF/writer.aspRemote Desktop Manager: WAN IP: https://ipchicken.com/Chrome: https://www.google.com/chrome/Firefox: https://www.mozilla.org/en-US/firefox/download/thanks/?scene=2#download-fxFlash: Java: TextPad:…

RDP Gateway with MFA

Step 1: Install RDS Gateway   Prerequisites: 1. Enable Power Shell Remoting  2. SSL Certs…

Create New Custom Attribute to User Class

Log onto Domain Controller Schema Master with an account belong to the group Schema Admin…

Adding a New Route onto Enterasys Core Switch

Enterasys L3 switch:routerenableconfigureinterface vlan 200ip address 192.168.200.1 255.255.255.0 #DMZ Gatewayip helper-address 10.10.10.2 #(DC01)ip helper-address 10.10.10.3…

WSUS Automatic Update Approval Settings

In Update Rules, click New Rule. In the Add Rule dialog box, under Step 1:…

How to manually point servers in the DMZ to WSUS server for updates

The servers in the DMZ are not part of the domain and you must manually…