Skip to content

Commit

Permalink
fixed broker config argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith-Rick authored Apr 21, 2020
1 parent 153ea8f commit e29416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EPM-FixCertErrors.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Get-ChildItem $BrokerFolderPath -Recurse | Where-Object { !$_.PSIsContainer } |
Get-ChildItem $CertFolderPath -Recurse | Where-Object { !$_.PSIsContainer } | Where-Object { $toKeep -notcontains $_.Name } | remove-item

# Run Broker Config
Start-Process -FilePath "C:\Program Files (x86)\LANDesk\LDClient\BrokerConfig.exe" -ArgumentList "-r"
Start-Process -FilePath "C:\Program Files (x86)\LANDesk\LDClient\BrokerConfig.exe" -ArgumentList "/r"

0 comments on commit e29416a

Please sign in to comment.