PowerShell Script
PowerShell User Creation Script To create Users from the CSV file use the PowerShell script. When the script is run, it will pop up a window to open the csv file containing the users to be created…
PowerShell User Creation Script To create Users from the CSV file use the PowerShell script. When the script is run, it will pop up a window to open the csv file containing the users to be created…
Project Presentation 2014
PROJECT MANAGEMENT PLAN FOR THE Wanganui High School PROJECT Project Sponsor: Nigel Rankin ………………. Date: ………………. Project Supervisor: Hamish Chamberlain ………………. Date: ………………. Project Manager: Ronald…
Project Poster Project Poster i did for my Industry Project.
Scenario “Over 2 billion people will be viewing the Cricket World Cup which will be played in Australia and New Zealand in 2015. Your job is to evaluate how virtualised server infrastructure can be used to provide a system capable…
Apache2 Configuration To setup virtual hosts, we need to setup DNS zones. Go to /usr/local/samba/private/dns/ directory and edit patan.t311.zone file. Add these records at the bottom of the page. intranet IN A 10.1.1.15 www IN A 10.1.1.15 *.client.patan.t311. IN…
Samba 4 First we need to install bind9 and edit the named.conf.option file to forward queries to DNS server. apt-get install bind9 resolvconf dnsutils Edit the fle: forwarders { 10.1.1.1; }; Comment out this line. //dnssec-validation auto; # Commented…
OPENVPN ON UBUNTU SERVER 12.04 OR 14.04 USING TAP. This article will guide you in a basic OpenVPN installation on an Ubuntu server running 12.04 or 14.04 using a TAP device on the server. The TAP solution is useful if…