Quick install/update nodes for environment {{ .EnvName }}
{{ .EnrollExpiry }}
{{ if eq $metadata.Level "admin" }}
{{ if not .EnrollExpired }}
{{ end }}
{{ if .EnrollExpired }}
{{ end }}
{{end }}
Run this command in Linux or Mac to quickly add/update nodes in the environment {{ .EnvName }}. It will install osquery in the system:
{{ .QuickAddShell }}
Run this command in Windows to quickly add nodes in the environment {{ .EnvName }}. It will install osquery in the system:
{{ .QuickAddPowershell }}
Quick remove nodes for environment {{ .EnvName }}
{{ .RemoveExpiry }}
{{ if eq $metadata.Level "admin" }}
{{ if not .RemoveExpired }}
{{ end }}
{{ if .RemoveExpired }}
{{ end }}
{{ end }}
Run this command in Linux or Mac to quickly remove nodes in the environment {{ .EnvName }}. It will NOT remove osquery from the system:
{{ .QuickRemoveShell }}
Run this command in Windows to quickly remove nodes in the environment {{ .EnvName }}. It will NOT remove osquery from the system:
{{ .QuickRemovePowershell }}
Values to manually enroll nodes for environment {{ .EnvName }}
Enrollment secret:
{{ .Secret }}
Enrollment flags for osquery:
{{ .Flags }}
Note: Secret and certificate path need to be changed.
Enrollment certificate:
{{ if eq $metadata.Level "admin" }}
{{ end }}
{{ .Certificate }}