Nightfall Agent Deployment: Microsoft Intune
Learn how to install the Nightfall Agent for Windows using Intune as a Line-of-Business (LOB) app.
Prerequisites
You must have access to Microsoft Intune with the necessary admin privileges.
Get the .msi package and command arguments form https://app.nightfall.ai/endpoint
Download the .msi installer file for the Nightfall Agent.
Note the API Key and Company ID in the command line provided by Nightfall.
Deployment Steps
Log into the Intune Admin Center
Navigate to Microsoft Intune Admin Center.
Go to:
Home > Apps > All Apps > Add
Select App Type
Under App type, choose:
Line-of-business app
Add App Package
In the App package file section, click Select app package file.
Upload the
NightfallAgent.msi
file.
Configure App Information
Fill in the Name, Description, and other fields as desired.
Click Next.
Specify Install Command Line
In the Command-line arguments field, enter:
API_KEY=your_api_key_here COMPANY_ID=your_company_id_here ⚠️ Important: - Do NOT include msiexec /i NightfallAgent.msi — This is handled automatically. - Do NOT wrap the values in double quotes. ✅ Correct Example: API_KEY=ufapuhaefaw COMPANY_ID=qohuifpqrwf
Assign the App
Assign the app to the appropriate device groups or users.
Click Next and complete the wizard.
Monitor Deployment
Go to Monitor > App Install Status to confirm successful deployment.
Verify Installation on a target/test machine
Once installation shows as successfull by Intune, check if the agent is running:
Open Task Manager (
Ctrl + Shift + Esc
).Look for the Nightfall Agent & NightfallUI processes under the Processes tab.
Confirm the Nightfall agent is configured to your Nightfall tenant
On the windows machine:
Double-click the Nightfall agent icon in the status bar.
The displayed UUID should match your Nightfall tenant UUID located under https://app.nightfall.ai/settings/
On the Nightfall console:
The newly configured device should be listed under https://app.nightfall.ai/endpoint.
Last updated
Was this helpful?