Add install-exchange.ps1 to Vagrantfile for exchange

This commit is contained in:
Chris Long
2021-05-20 15:07:46 -07:00
parent c8dca0f77f
commit 46e8c8fd45
3 changed files with 11 additions and 2 deletions

View File

@@ -23,6 +23,10 @@ Vagrant.configure("2") do |config|
cfg.vm.provision "shell", path: "scripts/install-osquery.ps1", privileged: false
cfg.vm.provision "shell", path: "scripts/install-sysinternals.ps1", privileged: false
cfg.vm.provision "shell", path: "scripts/install-velociraptor.ps1", privileged: false
cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: false
cfg.vm.provision "reload"
# Uncomment the line below once the commands in install-exchange.ps1 have been properly worked out
#cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: false
cfg.vm.provision "shell", inline: "Set-SmbServerConfiguration -AuditSmb1Access $true -Force", privileged: false
cfg.vm.provision "shell", inline: 'cscript c:\windows\system32\slmgr.vbs /dlv', privileged: false