Pilot access is invite-only.Request access

spot-suite. clearscreen. política web de endpoint
Voltar à visão geral da implementação

Embalar o agente de endpoint como uma aplicação Win32.

ClearScreen implementa-se sem extensão. Intune instala o agente nativo, escreve a configuração gerida e deteta o serviço ClearScreen após o registo.

  1. Compilar clearscreen.exe com make build-all.
  2. Embalar o binário com a ferramenta Microsoft Win32 Content Prep Tool.
  3. Instalar com install-clearscreen.ps1 -EnrollmentKey "<chave de registo>".
  4. Utilizar Get-Service -Name ClearScreen -ErrorAction SilentlyContinue como a regra de detecção.

Comando de instalação

install-clearscreen.ps1 -EnrollmentKey "<enrollment key>"

Configuração gerida

{
  "mode": "managed",
  "bundle_url": "https://clear-screen.ai/v1/indicators/bundle",
  "blocked_categories": ["phishing", "malware", "command-and-control"],
  "report": true,
  "policy_tag": "default"
}