Skip to content

Instantly share code, notes, and snippets.

@techraf
Last active November 14, 2016 03:43
Show Gist options
  • Save techraf/101343fcad980c733ec0dd909f99cc22 to your computer and use it in GitHub Desktop.
Save techraf/101343fcad980c733ec0dd909f99cc22 to your computer and use it in GitHub Desktop.
ADMgmtDemo
# NetIQ DRA
# only unpacks another installer
Start-Process ".\NetIQAdminInstallationKit.msi" /qn -Wait
# Dell AA
Start-Process ".\Active Administrator 8.0 Server.msi" /qn -wait
Start-Process '.\Active Administrator 8.0 Console.msi' /qn -wait
Install-WindowsFeature -Name GPMC
choco install -y mssqlserver2014express
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
Add-WindowsFeature RSAT-ADDS
.\NetIQDRAPrerequisites.ps1
.\DownloadNetIQDRA.ps1
.\DellAAPrerequsites.ps1
.\DownloadDellAA.ps1
Add-WindowsFeature ADLDS
Add-WindowsFeature MSMQ
Add-WindowsFeature Web-Server
Add-WindowsFeature Web-ASP
Add-WindowsFeature Web-Asp-Net
Add-WindowsFeature Web-Basic-Auth
Add-WindowsFeature Web-Windows-Auth
choco install -y vcredist2008 vcredist2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment