Skip to content

Instantly share code, notes, and snippets.

@jfrantz1-r7
Last active November 30, 2018 15:20
Show Gist options
  • Select an option

  • Save jfrantz1-r7/e33fbb0b70c1882bd7f4b1eece281ce3 to your computer and use it in GitHub Desktop.

Select an option

Save jfrantz1-r7/e33fbb0b70c1882bd7f4b1eece281ce3 to your computer and use it in GitHub Desktop.
IF NOT EXIST "C:\Program Files\Rapid7\" (
mkdir c:\InsightAgent
robocopy \\<server>\<share>\insight_agent\ c:\InsightAgent
cd /d c:\InsightAgent
msiexec /i agentInstaller-x86_64.msi /quiet /qn
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment