Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user/getting-started/install-agent-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Existing configuration files will be kept when re-installing or upgrading the Gr

### Silent Installation

Silent installation can be achieved via `grafana-agent-installer.exe /S /EnableExporter true /Username 12345 /Password password /Url http://example.com `. EnableExporter enables or disables Windows Exporter, default is `false`. Username, Password and Url set the global remote_write configuration, they can be omitted if not using remote_write.
Silent installation can be achieved via `grafana-agent-installer.exe /S /EnableExporter true /Username 12345 /Password password /Url "http://example.com" `. EnableExporter enables or disables Windows Exporter, default is `false`. Username, Password and Url set the global remote_write configuration, they can be omitted if not using remote_write. When using powershell use triple quotes `"""http://example.com"""` around the url parameter.

## Security

Expand Down