Skip to content

Commit

Permalink
resetting log location path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihevcmm committed Sep 30, 2024
1 parent e95ac6a commit c5d5fc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/windows/InstallWindowsAgent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ $AGENT_INSTALLER_URL = "https://cdn02.jumpcloud.com/production/jcagent-msi-signe
$AGENT_INSTALLER_PATH = "C:\windows\Temp\jcagent-msi-signed.msi"
# JumpCloud Agent Installation Functions
Function InstallAgent() {
if (!(Test-Path "C:\ProgramData\JumpCloud\Agent")) {
New-Item -ItemType Directory -Path "C:\ProgramData\JumpCloud\Agent" -Force
}
msiexec /i $AGENT_INSTALLER_PATH /quiet /norestart JCINSTALLERARGUMENTS=`"-k $JumpCloudConnectKey`" /L*V "$TempPath\jcUpdate.log"
}
Function DownloadAgentInstaller() {
Expand Down

0 comments on commit c5d5fc2

Please sign in to comment.