Giter Club home page Giter Club logo

exchange-test-environment's Introduction

Exchange

This can set up a test Exchange environment in a domain. Currently supports the following scenarios:

  • Exchange 2013 on Server 2012 R2
  • Exchange 2016 on Server 2016
  • Exchange 2019 on Server 2019

The following is required to run any of these steps;

These examples use existing Windows Vagrant images for VirtualBox that have been created with the packer-windoze repository. As of writting this, the following boxes are available to be used and have been uploaded to the Vagrant Cloud service;

  • jborean93/WindowsServer2012R2 - for Exchange 2013
  • jborean93/WindowsServer2016 - for Exchange 2016
  • jborean93/WindowsServer2019 - for Exchange 2019
  • jborean93/WindowsServer2022 - for Domain Controllers

See the repo url or this blog post for more details.

How to setup

To setup an Exchange environment you need to first download the Exchange install ISO for the version you wish to setup. From there you can run the following to set up the environment.

# Set up 2013 environment
export EXCHANGE2013_ISO_PATH=/var/lib/libvirt/filesystems/fs/mu_exchange_server_2013_with_sp1_x64_dvd_4059293.iso
vagrant up DC2013 EXCHANGE2013
ansible-playbook main.yml --limit env2013 -vv

# Set up 2016 environment
export EXCHANGE2016_ISO_PATH=/var/lib/libvirt/filesystems/fs/mu_exchange_server_2016_cumulative_update_16_x64_dvd_fc6f65ae.iso
vagrant up DC2016 EXCHANGE2016
ansible-playbook main.yml --limit env2016 -vv

# Set up 2019 environment
export EXCHANGE2019_ISO_PATH=/var/lib/libvirt/filesystems/fs/mu_exchange_server_2019_cumulative_update_5_x64_dvd_36df3aaf.iso
vagrant up DC2019 EXCHANGE2019
ansible-playbook main.yml --limit env2019 -vv

# Set up all environments - requires each 'EXCHANGE{VERSION}_ISO_PATH' env var to be set
vagrant up
ansible-playbook main.yml -vv

exchange-test-environment's People

Contributors

jborean93 avatar jayraj1729 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.