-
-
Save Samirbous/eff58c082accefcbe1f8d8f1122810ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ProgressPreference = 'SilentlyContinue' | |
| Invoke-WebRequest -Uri https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.1.6-windows-x86_64.zip -OutFile elastic-agent-9.1.6-windows-x86_64.zip | |
| Expand-Archive .\elastic-agent-9.1.6-windows-x86_64.zip -DestinationPath . | |
| cd elastic-agent-9.1.6-windows-x86_64 | |
| .\elastic-agent.exe install --url=https://81d1f155a2ee46028fe8adf3893f3131.fleet.us-central1.gcp.cloud.es.io:443 --enrollment-token=ZVd1VzRKZ0IxM3p3OWlEalVZVmE6SE9OVVozU1BlaHRBUHYyVEV5X1NZUQ== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment