Category Archives: SysAdmin

Systems Administration Topics

Managing Local Admins using GPP

This is a brain dump of something Alan Burchill and Lilia Gutnik presented at TechEd Australia 2009. It covers managing local administrators on your workstations using the power of Group Policy Preferences. Create a new GPO if necessary, link it … Continue reading

Posted in SysAdmin, Windows | Leave a comment

How to install a Windows-CA-Signed Certificate on VMWare Server 2.0x

Make a backup of /etc/vmware/ssl/rui.crt and rui.key Generate a new server key: openssl genrsa -out rui.key 2048 Generate a CSR: openssl req -new -key rui.key -out server.csr Go to the Certificate Services web interface on one of your DCs, and … Continue reading

Posted in Linux/Unix, SysAdmin | 4 Comments

Mini Brain Dump: IP Subnet Change Considerations

I’ve been sitting on this post for a long time, and intended to write a more detailed description. Here are some things you may need to consider (outside of the obvious like DHCP scopes, DNS server settings, Firewall settings & … Continue reading

Posted in SysAdmin, Windows | Leave a comment

mRemote: A Remote Connections Manager

This tool should be a part of any self-respecting SysAdmin’s toolkit. mRemote is “a full-featured, open source, multi-tab remote connections manager”. What does this mean?, you say. It means you’ve got one neat console where you can manage all your … Continue reading

Posted in Applications, SysAdmin | Leave a comment

Update: Deploying MYOB Premier via MSI

I recently figured out a better way to get MYOB Premier to deploy via MSI that the previous method that I posted. This method basically stops the MSI from checking if it’s been run by a bootstrapper (Setup.exe). I’ve tested … Continue reading

Posted in Software Deployment, SysAdmin | 2 Comments