Skip to content

Instantly share code, notes, and snippets.

@stack72
Created November 13, 2013 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stack72/7456821 to your computer and use it in GitHub Desktop.
Save stack72/7456821 to your computer and use it in GitHub Desktop.
exec { "prepare AD for exchange":
command => template('msexchange/ad_prep.ps1.erb'),
provider => powershell,
#onlyif => '' -- determin if this has already run? What if an existing exch is in the domain? What if you run it twice?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment