# Adlumin Documentation
> This site contains developer documentation for the N-able Adlumin product. This includes an API reference, sample scripts, and a list of useful resources.
## Guides
- [Welcome to Adlumin](https://developer.n-able.com/adlumin/docs/getting-started.md)
## API Reference
- [List detections](https://developer.n-able.com/adlumin/reference/get_detections.md): Returns a paginated list of security detections for the authenticated tenant. Results can be filtered by severity, date range, acknowledgement status, and free-text search. Default sort is newest-first by `event_time`.
- [Acknowledge detections](https://developer.n-able.com/adlumin/reference/post_acknowledge-detections.md): Marks one or more detections as acknowledged, removing them from the active dashboard view. An acknowledged detection is not deleted — it remains available via the `/detections` endpoint with `acknowledged=true`. Pass an array of detection IDs to bulk-acknowledge. The response confirms which IDs were updated and which (if any) were not found or already acknowledged.
- [List at-risk Active Directory groups](https://developer.n-able.com/adlumin/reference/get_at-risk-groups.md): Returns Active Directory groups flagged as at-risk due to overly broad permissions, privileged access, or policy violations. Results exclude groups that have been granted a full risk exemption. Use the `type` parameter to switch between active at-risk groups and groups currently in an exempted state.
- [List at-risk network shares](https://developer.n-able.com/adlumin/reference/get_at-risk-shares.md): Returns network shares that have been identified as at-risk due to overly permissive access controls (e.g., world-readable or writable shares, shares accessible to privileged groups). Excludes shares with active exemptions.
- [List at-risk systems (hosts)](https://developer.n-able.com/adlumin/reference/get_at-risk-systems.md): Returns hosts/workstations flagged as at-risk. A system may be at-risk due to misconfiguration, stale patches, privileged account exposure, or anomalous activity. Results support filtering by operating system, domain, and exemption state.
- [List endpoint agent data](https://developer.n-able.com/adlumin/reference/get_endpoint-data.md): Returns endpoint security agent telemetry for devices managed under the authenticated tenant. Each record reflects the last-known state reported by the installed agent (Sentinel One, Carbon Black, etc.), including agent version, policy, and connectivity status.
- [Get aggregated endpoint summary](https://developer.n-able.com/adlumin/reference/get_complete-endpoint-data.md): Returns a comprehensive rolled-up summary of endpoint health across the tenant, combining at-risk counts, sensor health metrics, compliance posture, and network health in a single response. Ideal for dashboard widgets and executive summaries.
- [List registered devices](https://developer.n-able.com/adlumin/reference/get_device-data.md): Returns inventory-level device records for all hosts registered with the tenant. Unlike `/endpoint_data` (which reflects agent state), this endpoint returns the base device inventory including MAC address, OS, and domain membership regardless of agent installation status.
- [Get network health statistics](https://developer.n-able.com/adlumin/reference/get_network-data.md): Returns the full set of network health metrics for the tenant. Each metric represents a risk indicator (e.g., stale accounts, locked-out accounts, GPO violations) with a current count and a contribution to the overall network health score (0–100, higher is healthier). Metric categories include: - Active Directory hygiene (stale accounts, expired passwords, reversible encryption) - Detection posture (unacknowledged high/critical detections) - Privilege management (delegated/privileged domain accounts) - IT operations (service account failures, circular groups)
- [List firewall events](https://developer.n-able.com/adlumin/reference/get_firewall.md): Returns firewall log events from the tenant's network security devices. Events are sourced from the tenant's Elasticsearch index and include source/destination IPs, geographic data, action taken, and a UBA risk score. Use `action` to filter to blocked/dropped traffic only. Use `since`/`until` to scope to a time window. Geographic aggregations (top source/destination countries) are available as a separate query using `aggregate=geo`.
- [Get compliance insights](https://developer.n-able.com/adlumin/reference/get_compliance-insights.md): Returns compliance and policy violation metrics for the tenant, covering Active Directory hygiene, Group Policy violations, and detection posture. These metrics feed the Compliance Insights section of the Adlumin dashboard and can be used to track improvement over time. Metric definitions: | Field | Description | |---|---| | `stale_accounts_count` | AD accounts inactive for 90+ days | | `password_never_expire_count` | Accounts with password expiry disabled | | `password_reversible_encryption_count` | Accounts storing passwords with reversible encryption | | `stale_passwords_count` | Passwords not changed in 90+ days | | `gpo_violations_count` | Group Policy Object rule violations |
## Recipes
- [User Created N-central Detection](https://developer.n-able.com/adlumin/recipes/user-created-n-central-detection.md)
- [User Deleted N-central Detection](https://developer.n-able.com/adlumin/recipes/user-deleted-n-central-detection.md)
- [User Disabled N-central Detection](https://developer.n-able.com/adlumin/recipes/user-disabled-n-central-detection.md)
# Mail Assure Documentation
> Documentation for Mail Assure
## Guides
- [Getting Started](https://developer.n-able.com/mail-assure/docs/getting-started.md)
## API Reference
- [DELETE /periodic_reports_delivery/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-delivery.md)
- [GET /periodic_reports_delivery/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-delivery.md)
- [POST /periodic_reports_delivery/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-delivery.md)
- [PUT /periodic_reports_delivery/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-delivery.md)
- [DELETE /periodic_reports_delivery/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-delivery-domain.md)
- [GET /periodic_reports_delivery/{domain}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-delivery-domain.md)
- [POST /periodic_reports_delivery/{domain}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-delivery-domain.md)
- [PUT /periodic_reports_delivery/{domain}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-delivery-domain.md)
- [DELETE /periodic_reports_delivery/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-delivery-domain-recipient.md)
- [GET /periodic_reports_delivery/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-delivery-domain-recipient.md)
- [POST /periodic_reports_delivery/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-delivery-domain-recipient.md)
- [PUT /periodic_reports_delivery/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-delivery-domain-recipient.md)
- [DELETE /periodic_reports_delivery/{domain}/{recipient}/{id}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-delivery-domain-recipient-id.md)
- [GET /periodic_reports_delivery/{domain}/{recipient}/{id}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-delivery-domain-recipient-id.md)
- [POST /periodic_reports_delivery/{domain}/{recipient}/{id}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-delivery-domain-recipient-id.md)
- [PUT /periodic_reports_delivery/{domain}/{recipient}/{id}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-delivery-domain-recipient-id.md)
- [DELETE /periodic_reports_delivery/{domain}/{recipient}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-delivery-domain-recipient-id-property-field.md)
- [GET /periodic_reports_delivery/{domain}/{recipient}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-delivery-domain-recipient-id-property-field.md)
- [POST /periodic_reports_delivery/{domain}/{recipient}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-delivery-domain-recipient-id-property-field.md)
- [DELETE /periodic_reports_submission/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-submission.md)
- [GET /periodic_reports_submission/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-submission.md)
- [POST /periodic_reports_submission/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-submission.md)
- [PUT /periodic_reports_submission/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-submission.md)
- [DELETE /periodic_reports_submission/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-submission-domain.md)
- [GET /periodic_reports_submission/{domain}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-submission-domain.md)
- [POST /periodic_reports_submission/{domain}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-submission-domain.md)
- [PUT /periodic_reports_submission/{domain}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-submission-domain.md)
- [DELETE /periodic_reports_submission/{domain}/{sender}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-submission-domain-sender.md)
- [GET /periodic_reports_submission/{domain}/{sender}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-submission-domain-sender.md)
- [POST /periodic_reports_submission/{domain}/{sender}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-submission-domain-sender.md)
- [PUT /periodic_reports_submission/{domain}/{sender}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-submission-domain-sender.md)
- [DELETE /periodic_reports_submission/{domain}/{sender}/{id}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-submission-domain-sender-id.md)
- [GET /periodic_reports_submission/{domain}/{sender}/{id}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-submission-domain-sender-id.md)
- [POST /periodic_reports_submission/{domain}/{sender}/{id}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-submission-domain-sender-id.md)
- [PUT /periodic_reports_submission/{domain}/{sender}/{id}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-submission-domain-sender-id.md)
- [DELETE /periodic_reports_submission/{domain}/{sender}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-submission-domain-sender-id-property-field.md)
- [GET /periodic_reports_submission/{domain}/{sender}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-submission-domain-sender-id-property-field.md)
- [POST /periodic_reports_submission/{domain}/{sender}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-submission-domain-sender-id-property-field.md)
- [DELETE /periodic_reports_templates/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-templates.md)
- [GET /periodic_reports_templates/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-templates.md)
- [POST /periodic_reports_templates/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-templates.md)
- [PUT /periodic_reports_templates/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-templates.md)
- [DELETE /periodic_reports_templates/{name}/](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-templates-name.md)
- [GET /periodic_reports_templates/{name}/](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-templates-name.md)
- [POST /periodic_reports_templates/{name}/](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-templates-name.md)
- [PUT /periodic_reports_templates/{name}/](https://developer.n-able.com/mail-assure/reference/put_periodic-reports-templates-name.md)
- [DELETE /periodic_reports_templates/{name}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_periodic-reports-templates-name-property-field.md)
- [GET /periodic_reports_templates/{name}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_periodic-reports-templates-name-property-field.md)
- [POST /periodic_reports_templates/{name}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_periodic-reports-templates-name-property-field.md)
- [GET /statistics/delivery/attachment/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-attachment-daily.md)
- [GET /statistics/delivery/attachment/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-attachment-daily-domain.md)
- [GET /statistics/delivery/bandwidth/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-daily.md)
- [GET /statistics/delivery/bandwidth/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-daily-domain.md)
- [GET /statistics/delivery/bandwidth/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-hourly.md)
- [GET /statistics/delivery/bandwidth/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-hourly-domain.md)
- [GET /statistics/delivery/bandwidth/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-monthly.md)
- [GET /statistics/delivery/bandwidth/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-monthly-domain.md)
- [GET /statistics/delivery/bandwidth/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-weekly.md)
- [GET /statistics/delivery/bandwidth/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-weekly-domain.md)
- [GET /statistics/delivery/bandwidth/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-yearly.md)
- [GET /statistics/delivery/bandwidth/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-bandwidth-yearly-domain.md)
- [GET /statistics/delivery/count/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-daily.md)
- [GET /statistics/delivery/count/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-daily-domain.md)
- [GET /statistics/delivery/count/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-hourly.md)
- [GET /statistics/delivery/count/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-hourly-domain.md)
- [GET /statistics/delivery/count/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-monthly.md)
- [GET /statistics/delivery/count/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-monthly-domain.md)
- [GET /statistics/delivery/count/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-weekly.md)
- [GET /statistics/delivery/count/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-weekly-domain.md)
- [GET /statistics/delivery/count/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-yearly.md)
- [GET /statistics/delivery/count/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-count-yearly-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-daily.md)
- [GET /statistics/delivery/recipient/bandwidth/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-daily-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/daily/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-daily-domain-recipient.md)
- [GET /statistics/delivery/recipient/bandwidth/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-hourly.md)
- [GET /statistics/delivery/recipient/bandwidth/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-hourly-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/hourly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-hourly-domain-recipient.md)
- [GET /statistics/delivery/recipient/bandwidth/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-monthly.md)
- [GET /statistics/delivery/recipient/bandwidth/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-monthly-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/monthly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-monthly-domain-recipient.md)
- [GET /statistics/delivery/recipient/bandwidth/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-weekly.md)
- [GET /statistics/delivery/recipient/bandwidth/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-weekly-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/weekly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-weekly-domain-recipient.md)
- [GET /statistics/delivery/recipient/bandwidth/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-yearly.md)
- [GET /statistics/delivery/recipient/bandwidth/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-yearly-domain.md)
- [GET /statistics/delivery/recipient/bandwidth/yearly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-bandwidth-yearly-domain-recipient.md)
- [GET /statistics/delivery/recipient/count/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-daily.md)
- [GET /statistics/delivery/recipient/count/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-daily-domain.md)
- [GET /statistics/delivery/recipient/count/daily/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-daily-domain-recipient.md)
- [GET /statistics/delivery/recipient/count/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-hourly.md)
- [GET /statistics/delivery/recipient/count/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-hourly-domain.md)
- [GET /statistics/delivery/recipient/count/hourly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-hourly-domain-recipient.md)
- [GET /statistics/delivery/recipient/count/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-monthly.md)
- [GET /statistics/delivery/recipient/count/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-monthly-domain.md)
- [GET /statistics/delivery/recipient/count/monthly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-monthly-domain-recipient.md)
- [GET /statistics/delivery/recipient/count/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-weekly.md)
- [GET /statistics/delivery/recipient/count/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-weekly-domain.md)
- [GET /statistics/delivery/recipient/count/weekly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-weekly-domain-recipient.md)
- [GET /statistics/delivery/recipient/count/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-yearly.md)
- [GET /statistics/delivery/recipient/count/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-yearly-domain.md)
- [GET /statistics/delivery/recipient/count/yearly/{domain}/{recipient}/](https://developer.n-able.com/mail-assure/reference/get_statistics-delivery-recipient-count-yearly-domain-recipient.md)
- [GET /statistics/submission/bandwidth/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-daily.md)
- [GET /statistics/submission/bandwidth/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-daily-domain.md)
- [GET /statistics/submission/bandwidth/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-hourly.md)
- [GET /statistics/submission/bandwidth/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-hourly-domain.md)
- [GET /statistics/submission/bandwidth/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-monthly.md)
- [GET /statistics/submission/bandwidth/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-monthly-domain.md)
- [GET /statistics/submission/bandwidth/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-weekly.md)
- [GET /statistics/submission/bandwidth/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-weekly-domain.md)
- [GET /statistics/submission/bandwidth/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-yearly.md)
- [GET /statistics/submission/bandwidth/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-bandwidth-yearly-domain.md)
- [GET /statistics/submission/count/daily/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-daily.md)
- [GET /statistics/submission/count/daily/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-daily-domain.md)
- [GET /statistics/submission/count/hourly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-hourly.md)
- [GET /statistics/submission/count/hourly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-hourly-domain.md)
- [GET /statistics/submission/count/monthly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-monthly.md)
- [GET /statistics/submission/count/monthly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-monthly-domain.md)
- [GET /statistics/submission/count/weekly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-weekly.md)
- [GET /statistics/submission/count/weekly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-weekly-domain.md)
- [GET /statistics/submission/count/yearly/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-yearly.md)
- [GET /statistics/submission/count/yearly/{domain}/](https://developer.n-able.com/mail-assure/reference/get_statistics-submission-count-yearly-domain.md)
- [GET /log/delivery/](https://developer.n-able.com/mail-assure/reference/get_log-delivery.md)
- [GET /log/delivery/{domain}/](https://developer.n-able.com/mail-assure/reference/get_log-delivery-domain.md)
- [GET /log/delivery/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/get_log-delivery-domain-local-part.md)
- [GET /log/secure_email/{user}/](https://developer.n-able.com/mail-assure/reference/get_log-secure-email-user.md)
- [GET /log/submission/](https://developer.n-able.com/mail-assure/reference/get_log-submission.md)
- [GET /log/submission/{domain}/](https://developer.n-able.com/mail-assure/reference/get_log-submission-domain.md)
- [GET /log/submission/{domain}/{sender_address}/](https://developer.n-able.com/mail-assure/reference/get_log-submission-domain-sender-address.md)
- [DELETE /allowlist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/delete_allowlist-rules-delivery.md)
- [GET /allowlist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/get_allowlist-rules-delivery.md)
- [POST /allowlist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/post_allowlist-rules-delivery.md)
- [PUT /allowlist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/put_allowlist-rules-delivery.md)
- [DELETE /allowlist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/delete_allowlist-rules-delivery-id.md)
- [GET /allowlist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/get_allowlist-rules-delivery-id.md)
- [POST /allowlist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/post_allowlist-rules-delivery-id.md)
- [PUT /allowlist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/put_allowlist-rules-delivery-id.md)
- [DELETE /allowlist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_allowlist-rules-delivery-id-property-field.md)
- [GET /allowlist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_allowlist-rules-delivery-id-property-field.md)
- [POST /allowlist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_allowlist-rules-delivery-id-property-field.md)
- [DELETE /blocklist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/delete_blocklist-rules-delivery.md)
- [GET /blocklist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/get_blocklist-rules-delivery.md)
- [POST /blocklist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/post_blocklist-rules-delivery.md)
- [PUT /blocklist_rules_delivery/](https://developer.n-able.com/mail-assure/reference/put_blocklist-rules-delivery.md)
- [DELETE /blocklist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/delete_blocklist-rules-delivery-id.md)
- [GET /blocklist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/get_blocklist-rules-delivery-id.md)
- [POST /blocklist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/post_blocklist-rules-delivery-id.md)
- [PUT /blocklist_rules_delivery/{id}/](https://developer.n-able.com/mail-assure/reference/put_blocklist-rules-delivery-id.md)
- [DELETE /blocklist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_blocklist-rules-delivery-id-property-field.md)
- [GET /blocklist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_blocklist-rules-delivery-id-property-field.md)
- [POST /blocklist_rules_delivery/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_blocklist-rules-delivery-id-property-field.md)
- [DELETE /blocklisted_outgoing_senders/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-outgoing-senders.md)
- [GET /blocklisted_outgoing_senders/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-outgoing-senders.md)
- [POST /blocklisted_outgoing_senders/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-outgoing-senders.md)
- [PUT /blocklisted_outgoing_senders/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-outgoing-senders.md)
- [DELETE /blocklisted_outgoing_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-outgoing-senders-domain.md)
- [GET /blocklisted_outgoing_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-outgoing-senders-domain.md)
- [POST /blocklisted_outgoing_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-outgoing-senders-domain.md)
- [PUT /blocklisted_outgoing_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-outgoing-senders-domain.md)
- [DELETE /blocklisted_outgoing_senders/{domain}/{username}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-outgoing-senders-domain-username.md)
- [GET /blocklisted_outgoing_senders/{domain}/{username}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-outgoing-senders-domain-username.md)
- [POST /blocklisted_outgoing_senders/{domain}/{username}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-outgoing-senders-domain-username.md)
- [PUT /blocklisted_outgoing_senders/{domain}/{username}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-outgoing-senders-domain-username.md)
- [DELETE /blocklisted_outgoing_senders/{domain}/{username}/{address}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-outgoing-senders-domain-username-address.md)
- [GET /blocklisted_outgoing_senders/{domain}/{username}/{address}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-outgoing-senders-domain-username-address.md)
- [POST /blocklisted_outgoing_senders/{domain}/{username}/{address}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-outgoing-senders-domain-username-address.md)
- [PUT /blocklisted_outgoing_senders/{domain}/{username}/{address}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-outgoing-senders-domain-username-address.md)
- [DELETE /blocklisted_outgoing_senders/{domain}/{username}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-outgoing-senders-domain-username-address-property-field.md)
- [GET /blocklisted_outgoing_senders/{domain}/{username}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_blocklisted-outgoing-senders-domain-username-address-property-field.md)
- [POST /blocklisted_outgoing_senders/{domain}/{username}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_blocklisted-outgoing-senders-domain-username-address-property-field.md)
- [DELETE /blocklisted_recipients/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-recipients.md)
- [GET /blocklisted_recipients/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-recipients.md)
- [POST /blocklisted_recipients/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-recipients.md)
- [PUT /blocklisted_recipients/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-recipients.md)
- [DELETE /blocklisted_recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-recipients-domain.md)
- [GET /blocklisted_recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-recipients-domain.md)
- [POST /blocklisted_recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-recipients-domain.md)
- [PUT /blocklisted_recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-recipients-domain.md)
- [DELETE /blocklisted_recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-recipients-domain-local-part.md)
- [GET /blocklisted_recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-recipients-domain-local-part.md)
- [POST /blocklisted_recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-recipients-domain-local-part.md)
- [PUT /blocklisted_recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-recipients-domain-local-part.md)
- [DELETE /blocklisted_recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-recipients-domain-local-part-property-field.md)
- [GET /blocklisted_recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_blocklisted-recipients-domain-local-part-property-field.md)
- [POST /blocklisted_recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_blocklisted-recipients-domain-local-part-property-field.md)
- [DELETE /blocklisted_senders/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-senders.md)
- [GET /blocklisted_senders/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-senders.md)
- [POST /blocklisted_senders/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-senders.md)
- [PUT /blocklisted_senders/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-senders.md)
- [DELETE /blocklisted_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-senders-domain.md)
- [GET /blocklisted_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-senders-domain.md)
- [POST /blocklisted_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-senders-domain.md)
- [PUT /blocklisted_senders/{domain}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-senders-domain.md)
- [DELETE /blocklisted_senders/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-senders-domain-local-part.md)
- [GET /blocklisted_senders/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-senders-domain-local-part.md)
- [POST /blocklisted_senders/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-senders-domain-local-part.md)
- [PUT /blocklisted_senders/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-senders-domain-local-part.md)
- [DELETE /blocklisted_senders/{domain}/{local_part}/{address}/](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-senders-domain-local-part-address.md)
- [GET /blocklisted_senders/{domain}/{local_part}/{address}/](https://developer.n-able.com/mail-assure/reference/get_blocklisted-senders-domain-local-part-address.md)
- [POST /blocklisted_senders/{domain}/{local_part}/{address}/](https://developer.n-able.com/mail-assure/reference/post_blocklisted-senders-domain-local-part-address.md)
- [PUT /blocklisted_senders/{domain}/{local_part}/{address}/](https://developer.n-able.com/mail-assure/reference/put_blocklisted-senders-domain-local-part-address.md)
- [DELETE /blocklisted_senders/{domain}/{local_part}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_blocklisted-senders-domain-local-part-address-property-field.md)
- [GET /blocklisted_senders/{domain}/{local_part}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_blocklisted-senders-domain-local-part-address-property-field.md)
- [POST /blocklisted_senders/{domain}/{local_part}/{address}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_blocklisted-senders-domain-local-part-address-property-field.md)
- [DELETE /delivery_tls_incoming/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-incoming.md)
- [GET /delivery_tls_incoming/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-incoming.md)
- [POST /delivery_tls_incoming/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-incoming.md)
- [PUT /delivery_tls_incoming/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-incoming.md)
- [DELETE /delivery_tls_incoming/{domain_id}/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-incoming-domain-id.md)
- [GET /delivery_tls_incoming/{domain_id}/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-incoming-domain-id.md)
- [POST /delivery_tls_incoming/{domain_id}/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-incoming-domain-id.md)
- [PUT /delivery_tls_incoming/{domain_id}/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-incoming-domain-id.md)
- [DELETE /delivery_tls_incoming/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-incoming-domain-id-id.md)
- [GET /delivery_tls_incoming/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-incoming-domain-id-id.md)
- [POST /delivery_tls_incoming/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-incoming-domain-id-id.md)
- [PUT /delivery_tls_incoming/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-incoming-domain-id-id.md)
- [DELETE /delivery_tls_incoming/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-incoming-domain-id-id-property-field.md)
- [GET /delivery_tls_incoming/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-incoming-domain-id-id-property-field.md)
- [POST /delivery_tls_incoming/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-incoming-domain-id-id-property-field.md)
- [DELETE /delivery_tls_outgoing/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-outgoing.md)
- [GET /delivery_tls_outgoing/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-outgoing.md)
- [POST /delivery_tls_outgoing/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-outgoing.md)
- [PUT /delivery_tls_outgoing/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-outgoing.md)
- [DELETE /delivery_tls_outgoing/{domain_id}/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-outgoing-domain-id.md)
- [GET /delivery_tls_outgoing/{domain_id}/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-outgoing-domain-id.md)
- [POST /delivery_tls_outgoing/{domain_id}/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-outgoing-domain-id.md)
- [PUT /delivery_tls_outgoing/{domain_id}/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-outgoing-domain-id.md)
- [DELETE /delivery_tls_outgoing/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-outgoing-domain-id-id.md)
- [GET /delivery_tls_outgoing/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-outgoing-domain-id-id.md)
- [POST /delivery_tls_outgoing/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-outgoing-domain-id-id.md)
- [PUT /delivery_tls_outgoing/{domain_id}/{id}/](https://developer.n-able.com/mail-assure/reference/put_delivery-tls-outgoing-domain-id-id.md)
- [DELETE /delivery_tls_outgoing/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_delivery-tls-outgoing-domain-id-id-property-field.md)
- [GET /delivery_tls_outgoing/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_delivery-tls-outgoing-domain-id-id-property-field.md)
- [POST /delivery_tls_outgoing/{domain_id}/{id}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_delivery-tls-outgoing-domain-id-id-property-field.md)
- [DELETE /recipients/](https://developer.n-able.com/mail-assure/reference/delete_recipients.md)
- [GET /recipients/](https://developer.n-able.com/mail-assure/reference/get_recipients.md)
- [POST /recipients/](https://developer.n-able.com/mail-assure/reference/post_recipients.md)
- [PUT /recipients/](https://developer.n-able.com/mail-assure/reference/put_recipients.md)
- [DELETE /recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_recipients-domain.md)
- [GET /recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/get_recipients-domain.md)
- [POST /recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/post_recipients-domain.md)
- [PUT /recipients/{domain}/](https://developer.n-able.com/mail-assure/reference/put_recipients-domain.md)
- [DELETE /recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/delete_recipients-domain-local-part.md)
- [GET /recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/get_recipients-domain-local-part.md)
- [POST /recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/post_recipients-domain-local-part.md)
- [PUT /recipients/{domain}/{local_part}/](https://developer.n-able.com/mail-assure/reference/put_recipients-domain-local-part.md)
- [DELETE /recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_recipients-domain-local-part-property-field.md)
- [GET /recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_recipients-domain-local-part-property-field.md)
- [POST /recipients/{domain}/{local_part}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_recipients-domain-local-part-property-field.md)
- [DELETE /relays/](https://developer.n-able.com/mail-assure/reference/delete_relays.md)
- [GET /relays/](https://developer.n-able.com/mail-assure/reference/get_relays.md)
- [POST /relays/](https://developer.n-able.com/mail-assure/reference/post_relays.md)
- [PUT /relays/](https://developer.n-able.com/mail-assure/reference/put_relays.md)
- [DELETE /relays/{domain}/](https://developer.n-able.com/mail-assure/reference/delete_relays-domain.md)
- [GET /relays/{domain}/](https://developer.n-able.com/mail-assure/reference/get_relays-domain.md)
- [POST /relays/{domain}/](https://developer.n-able.com/mail-assure/reference/post_relays-domain.md)
- [PUT /relays/{domain}/](https://developer.n-able.com/mail-assure/reference/put_relays-domain.md)
- [DELETE /relays/{domain}/{property_field}](https://developer.n-able.com/mail-assure/reference/delete_relays-domain-property-field.md)
- [GET /relays/{domain}/{property_field}](https://developer.n-able.com/mail-assure/reference/get_relays-domain-property-field.md)
- [POST /relays/{domain}/{property_field}](https://developer.n-able.com/mail-assure/reference/post_relays-domain-property-field.md)
- [POST /regexcheck/](https://developer.n-able.com/mail-assure/reference/postregexcheck.md)
# N-able GraphQL API Documentation
> Many Products. One Platform. One Standard to Speed Up Your Work. GraphQL keeps queries consistent across our platform. Multi-product, multi-view, one standard to speed up your work.
## Guides
- [Get started with GraphQL and AI Tools](https://developer.n-able.com/gql/docs/get-started-with-graphql-ai-tools.md): Query your data from a single API endpoint, directly or through MCP for AI tools.
- [Introduction](https://developer.n-able.com/gql/docs/introduction-to-graphql-and-ai-tools.md): Choose the best way to access N-able data and capabilities.
- [Get your API tokens](https://developer.n-able.com/gql/docs/getting-your-tokens.md): Step-by-step guide for signing in and running your first query in Apollo Explorer
- [Explore the schema](https://developer.n-able.com/gql/docs/exploring-the-schema.md): Learn how to browse and understand the schema within Apollo Explorer
- [Write and run operations](https://developer.n-able.com/gql/docs/writing-and-running-queries.md): How to write, run, and refine operations
- [Best Practices](https://developer.n-able.com/gql/docs/best-practices.md): Recommended tips for effective use of Apollo Explorer
- [Troubleshooting](https://developer.n-able.com/gql/docs/troubleshooting.md): Solutions for common issues when using Apollo Explorer
- [Getting to know GraphQL](https://developer.n-able.com/gql/docs/getting-started.md): This page will help you get started with GraphQL. You'll be up and running in a jiffy!
- [How GraphQL Works](https://developer.n-able.com/gql/docs/page-1.md)
- [Core Components Overview](https://developer.n-able.com/gql/docs/core-components-overview.md)
- [Error Handling](https://developer.n-able.com/gql/docs/error-handling.md): Understanding and GraphQL error responses
- [GraphQL vs REST](https://developer.n-able.com/gql/docs/page-2.md)
- [Key Benefits of GraphQL](https://developer.n-able.com/gql/docs/key-benefits.md)
- [Sharing GraphQL Operations](https://developer.n-able.com/gql/docs/sharing-graphql-operations.md): Learn how to create and share links to specific GraphQL operations
- [How to use an API token](https://developer.n-able.com/gql/docs/how-to-use-an-api-token.md): Authenticate and run GraphQL queries with API tokens in GraphQL client, or PowerShell.
- [Create API tokens through the GraphQL API](https://developer.n-able.com/gql/docs/create-api-tokens-through-the-graphql-api.md): Generate API tokens using the CreateApiToken GraphQL mutation and a curl request.
- [Transition Queries to GraphQL](https://developer.n-able.com/gql/docs/transitioning-queries-to-graphql-overview.md)
- [REST to GraphQL Example: Exporting All N-central Devices](https://developer.n-able.com/gql/docs/rest-to-graphql-example-exporting-all-n-central-devices.md)
- [Key Considerations for Migrating to GraphQL](https://developer.n-able.com/gql/docs/key-considerations-for-migrating-to-graphql.md)
- [GraphQL FAQs](https://developer.n-able.com/gql/docs/graphql-structure.md)
- [Why do I see MAX_*_LIMIT errors?](https://developer.n-able.com/gql/docs/why-do-i-see-max_height_limit-max_depth_limit-and-max_aliases_limit-errors.md): These errors indicate that your GraphQL operation exceeds system limits for height, depth, or alias count.
- [N-able MCP](https://developer.n-able.com/gql/docs/mcp.md): Overview, Tools, and Client Integration Guide
- [MCP Capabilities](https://developer.n-able.com/gql/docs/mcp-capabilities.md): Default tools and custom tooling
- [Copilot Setup](https://developer.n-able.com/gql/docs/copilot-setup.md)
- [N-able MCP: First 30 Minutes](https://developer.n-able.com/gql/docs/n-able-mcp-first-30-minutes.md): Use this quick-start to move from token creation to a validated first response in under 30 minutes.
- [GraphQL quiz](https://developer.n-able.com/gql/docs/graphql-quiz-time.md): Test your newfound knowledge
- [N-able MCP quiz](https://developer.n-able.com/gql/docs/n-able-mcp-quiz-time.md): Test your newfound knowledge
# Cove Documentation
> Explore the new Cove Data Protection Developer Portal. Access APIs, code samples, and real-world guides to integrate and deploy solutions with ease.
## Guides
- [Getting Started with Cove Data Protection](https://developer.n-able.com/n-able-cove/docs/getting-started.md): JSON-RPC API guide for Cove Data Protection (Cove)
- [How to use the Backup Manager JSON-RPC API schema](https://developer.n-able.com/n-able-cove/docs/how-to-use-the-backup-manager-json-rpc-api-schema.md): The schema for the protocol is currently in beta.
- [Construct A JSON-RPC API Call](https://developer.n-able.com/n-able-cove/docs/construct-a-json-rpc-api-call.md): Building an API request
- [Authorization](https://developer.n-able.com/n-able-cove/docs/authorization.md): Authorization in JSON-RPC API
- [Device Management](https://developer.n-able.com/n-able-cove/docs/device-management.md): Device management methods in JSON-RPC API
- [Adding backup devices](https://developer.n-able.com/n-able-cove/docs/adding-devices.md)
- [Getting device info by name](https://developer.n-able.com/n-able-cove/docs/getting-device-info-by-name-in-json-rpc-api.md)
- [Getting device info by ID](https://developer.n-able.com/n-able-cove/docs/getting-device-info-by-id-in-json-rpc-api.md)
- [Getting device info by Token](https://developer.n-able.com/n-able-cove/docs/getting-device-info-by-token-in-json-rpc-api.md)
- [Getting device ID](https://developer.n-able.com/n-able-cove/docs/getting-device-id-in-json-rpc-api.md)
- [Enumerating Devices](https://developer.n-able.com/n-able-cove/docs/enumerating-devices-in-json-rpc-api.md)
- [Enumerating Device Statistics](https://developer.n-able.com/n-able-cove/docs/enumerating-device-statistics-in-json-rpc-api.md)
- [Changing device properties](https://developer.n-able.com/n-able-cove/docs/changing-device-properties-in-json-rpc-api.md)
- [Removing devices](https://developer.n-able.com/n-able-cove/docs/removing-devices-in-json-rpc-api.md)
- [Customer Management](https://developer.n-able.com/n-able-cove/docs/customer-management.md): Customer management methods in JSON-RPC API
- [Adding customers](https://developer.n-able.com/n-able-cove/docs/adding-customers-in-json-rpc-api.md)
- [Enumerating customers](https://developer.n-able.com/n-able-cove/docs/enumerating-customers-in-json-rpc-api.md)
- [Enumerating customer properties](https://developer.n-able.com/n-able-cove/docs/enumerating-customer-properties-in-json-rpc-api.md)
- [Enumerating child customers](https://developer.n-able.com/n-able-cove/docs/enumerating-child-customers-in-json-rpc-api.md)
- [Getting Customer Information By Name](https://developer.n-able.com/n-able-cove/docs/getting-customer-information-by-name-in-json-rpc-api.md)
- [Getting Customer Information By ID](https://developer.n-able.com/n-able-cove/docs/getting-customer-information-by-id-in-json-rpc-api.md)
- [Getting Customer Information by UID](https://developer.n-able.com/n-able-cove/docs/getting-customer-information-by-uid-in-json-rpc-api.md)
- [Getting Customer Information History](https://developer.n-able.com/n-able-cove/docs/getting-customer-information-history-in-json-rpc-api.md)
- [Getting Customer State](https://developer.n-able.com/n-able-cove/docs/getting-customer-state-in-json-rpc-api.md)
- [Getting Customer Tree](https://developer.n-able.com/n-able-cove/docs/getting-customer-tree-in-json-rpc-api.md)
- [Regenerate a Customer UID](https://developer.n-able.com/n-able-cove/docs/regenerate-a-customer-uid-on-json-rpc-api.md)
- [Changing customer properties](https://developer.n-able.com/n-able-cove/docs/changing-customer-properties-in-json-rpc-api.md)
- [Removing Customers](https://developer.n-able.com/n-able-cove/docs/removing-customers-in-json-rpc-api.md)
- [Migrating from GetPartnerInfo to GetPartnerInfoById ](https://developer.n-able.com/n-able-cove/docs/migrating-from-getpartnerinfo-to-getpartnerinfobyid.md)
- [Storage Management](https://developer.n-able.com/n-able-cove/docs/storage-management.md): Storage management methods in JSON-RPC API
- [Getting storage information](https://developer.n-able.com/n-able-cove/docs/getting-storage-information-in-json-rpc-api.md)
- [Getting storage node information](https://developer.n-able.com/n-able-cove/docs/getting-storage-node-information-in-json-rpc-api.md)
- [Getting a list of storage nodes](https://developer.n-able.com/n-able-cove/docs/getting-a-list-of-storage-nodes-in-json-rpc-api.md)
- [Getting a list of storage nodes (by account ID)](https://developer.n-able.com/n-able-cove/docs/getting-a-list-of-storage-nodes-by-account-id-in-json-rpc-api.md)
- [Getting a list of storage statistics](https://developer.n-able.com/n-able-cove/docs/getting-a-list-of-storage-statistics-in-json-rpc-api.md)
- [Getting a list of storages](https://developer.n-able.com/n-able-cove/docs/getting-a-list-of-storages-in-json-rpc-api.md)
- [User Management](https://developer.n-able.com/n-able-cove/docs/user-management.md): User management methods in JSON-RPC API
- [Adding users](https://developer.n-able.com/n-able-cove/docs/adding-users-in-json-rpc-api.md)
- [Enumerating users](https://developer.n-able.com/n-able-cove/docs/enumerating-users-in-json-rpc-api.md)
- [Getting user information](https://developer.n-able.com/n-able-cove/docs/getting-user-information-in-json-rpc-api.md)
- [Getting user information by user ID](https://developer.n-able.com/n-able-cove/docs/getting-user-information-by-user-id-in-json-rpc-api.md)
- [Enumerating user roles](https://developer.n-able.com/n-able-cove/docs/enumerating-user-roles.md)
- [Changing user properties](https://developer.n-able.com/n-able-cove/docs/changing-user-properties-in-json-rpc-api.md)
- [Removing users](https://developer.n-able.com/n-able-cove/docs/removing-users-in-json-rpc-api.md)
- [Miscellaneous Methods](https://developer.n-able.com/n-able-cove/docs/miscellaneous-methods.md): Miscellaneous methods in JSON-RPC API
- [Get Dashboard View settings](https://developer.n-able.com/n-able-cove/docs/get-dashboard-view-settings-in-json-rpc-api.md)
- [Enumerating User Dashboard View settings](https://developer.n-able.com/n-able-cove/docs/enumerating-user-dashboard-view-settings-in-json-rpc-api.md)
- [Enumerating Regions](https://developer.n-able.com/n-able-cove/docs/enumerating-regions-in-json-rpc-api.md)
- [Enumerating Storage Locations](https://developer.n-able.com/n-able-cove/docs/enumerating-storage-locations-in-json-rpc-api.md)
- [Enumerating Device's Profiles](https://developer.n-able.com/n-able-cove/docs/enumerating-devices-profiles-in-json-rpc-api.md)
- [Column Codes](https://developer.n-able.com/n-able-cove/docs/column-codes.md): Management Console column codes for API
- [Management Console column codes for API (Legacy)](https://developer.n-able.com/n-able-cove/docs/management-console-column-codes-for-api-legacy.md)
## API Reference
- [Retrieve invoices](https://developer.n-able.com/n-able-cove/reference/post_invoicesready-sfdcid-timeframe-1.md): This endpoint allows you to fetch available, finalised invoices for a specific timeframe.
- [Retrieve billable services](https://developer.n-able.com/n-able-cove/reference/post_psabillableservices-sfdcid-timeframe-contractid-1.md): This endpoint returns a detailed list of available billable services and clients for a given contract and timeframe.
- [Retrieve detailed device-level usage](https://developer.n-able.com/n-able-cove/reference/post_psausagedetailsdevices-sfdcid-timeframe-contractid-invoiceid-1.md): This endpoint provides detailed device-level usage data for specific contracts and invoices within a given timeframe.
## Recipes
- [Analyze billing efile](https://developer.n-able.com/n-able-cove/recipes/analyze-billing-efile.md)
- [Check TLS Version](https://developer.n-able.com/n-able-cove/recipes/check-tls-version.md)
- [Cove - Add Customers](https://developer.n-able.com/n-able-cove/recipes/cove-add-customers.md)
- [Cove - Billing - ConnectWise Manage](https://developer.n-able.com/n-able-cove/recipes/cove-billing-connectwise-manage.md)
- [Cove - Check - Read-Only Mode](https://developer.n-able.com/n-able-cove/recipes/cove-check-read-only-mode.md)
- [Cove - ClientTool - Command Line Examples](https://developer.n-able.com/n-able-cove/recipes/cove-clienttool-command-line-examples.md)
- [Cove - ClientTool - Export Session File Lists](https://developer.n-able.com/n-able-cove/recipes/cove-clienttool-export-session-file-lists.md)
- [Cove - Convert To Passphrase](https://developer.n-able.com/n-able-cove/recipes/cove-convert-to-passphrase.md)
- [Cove - Deploy - Installation Token](https://developer.n-able.com/n-able-cove/recipes/cove-deploy-installation-token.md)
- [Cove - Deploy - Single Line](https://developer.n-able.com/n-able-cove/recipes/cove-deploy-single-line.md)
- [Cove - Download Exec Summary PDF Report](https://developer.n-able.com/n-able-cove/recipes/cove-download-exec-summary-pdf-report.md)
- [Cove - Generate Backup Selections Report](https://developer.n-able.com/n-able-cove/recipes/cove-generate-backup-selections-report.md)
- [Cove - Get Bulk Device Errors](https://developer.n-able.com/n-able-cove/recipes/cove-get-bulk-device-errors.md)
- [Cove - Get Device Session Statistics](https://developer.n-able.com/n-able-cove/recipes/cove-get-device-session-statistics.md)
- [Cove - M365 - User Cleanup Offboarding](https://developer.n-able.com/n-able-cove/recipes/cove-m365-user-cleanup-offboarding.md)
- [Cove - Manage Users](https://developer.n-able.com/n-able-cove/recipes/cove-manage-users.md)
- [Cove - Offboard Restore](https://developer.n-able.com/n-able-cove/recipes/cove-offboard-restore.md)
- [Cove - Set Device Alias to S/N | Last User](https://developer.n-able.com/n-able-cove/recipes/cove-set-device-alias-to-sn-last-user.md)
- [Cove - Set Google Drive Exclusion](https://developer.n-able.com/n-able-cove/recipes/cove-set-google-drive-exclusion.md)
- [Cove - Set Local Database Cache Size](https://developer.n-able.com/n-able-cove/recipes/cove-set-local-database-cache-size.md)
- [Mac - Cove Data Protection Monitoring for N-central](https://developer.n-able.com/n-able-cove/recipes/mac-cove-data-protection-monitoring-for-n-central.md)
- [Mac - N-able Integrated Backup Monitoring for RMM](https://developer.n-able.com/n-able-cove/recipes/mac-n-able-integrated-backup-monitoring-for-rmm.md)
## Changelog
- [New Recipe - Cove - Generate Backup Selections Report](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-generate-backup-selections-report.md)
- [New Recipe - Cove - ClientTool - Export Session File Lists](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-clienttool-export-session-file-lists.md)
- [New Recipe - Cove - Set Device Alias to S/N | Last User](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-set-device-alias-to-sn-last-user.md)
- [New Recipe - Cove - Get Executive Summary Reports](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-get-executive-summary-reports.md)
- [New Recipe - Cove - Add Customers](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-add-customers.md)
- [New Recipe - Cove - Get Bulk Device Errors](https://developer.n-able.com/n-able-cove/changelog/cove-get-bulk-device-errors.md)
- [New Recipe - Cove - Set Local Database Cache Size](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-set-local-database-cache-size.md)
- [New Dedicated Billing API Section](https://developer.n-able.com/n-able-cove/changelog/new-dedicated-billing-api-section.md)
- [New Recipe - Cove - Manage Users](https://developer.n-able.com/n-able-cove/changelog/new-recipe-cove-manage-users.md)
- [Enhanced Recipe - Cove - Deploy - Single Line](https://developer.n-able.com/n-able-cove/changelog/enhanced-recipe-cove-deploy-single-line-1.md)
# N-central Documentation
> Documentation for N-central
## Guides
- [Overview of N-central REST APIs](https://developer.n-able.com/n-central/docs/getting-started-with-n-central-apis.md)
- [Quickstart Guide](https://developer.n-able.com/n-central/docs/quickstart.md)
- [REST API FAQs](https://developer.n-able.com/n-central/docs/rest-api-faqs.md): Answers to common questions about N-able N-central REST APIs.
- [Create an API-only user](https://developer.n-able.com/n-central/docs/create-an-api-only-user.md): Create an N-central user with API-only access permissions.
- [REST API known issues and limitations](https://developer.n-able.com/n-central/docs/rest-api-known-issues-and-limitations.md): Known issues and limitations of the REST API, including bugs, performance constraints, and unsupported features.
- [SOAP API (Legacy)](https://developer.n-able.com/n-central/docs/soap-api-legacy.md): Review the details of our SOAP API (legacy).
- [Notification acknowledgment using XML](https://developer.n-able.com/n-central/docs/notification-acknowledgment-using-xml.md): N-able N-central registers alerts with third-party ticketing systems via XML notifications sent through email or HTTP post.
- [XML notifications schema](https://developer.n-able.com/n-central/docs/xml-notifications-schema.md): An example of the XML notification schema
- [Link to N-able N-central using URLs](https://developer.n-able.com/n-central/docs/link-to-n-able-n-central-using-urls.md)
- [URL encoding of special characters](https://developer.n-able.com/n-central/docs/url-encoding-of-special-characters.md)
- [Web service APIs](https://developer.n-able.com/n-central/docs/web-service-apis.md)
- [Sample code](https://developer.n-able.com/n-central/docs/sample-code.md)
- [N-central REST API Videos](https://developer.n-able.com/n-central/docs/n-central-rest-api-videos.md): Welcome to our developer portal video series on N-central APIs!
- [Community and Support](https://developer.n-able.com/n-central/docs/community-and-support.md): Make the most of N-able N-central resources.
- [Authentication & System Health APIs Overview](https://developer.n-able.com/n-central/docs/authentication-system-health-apis-overview.md)
- [Managing Authentication](https://developer.n-able.com/n-central/docs/managing-authentication.md)
- [Managing System Health](https://developer.n-able.com/n-central/docs/managing-system-health.md)
- [Organization Management APIs Overview](https://developer.n-able.com/n-central/docs/organization-management-apis-overview.md)
- [Managing Service Organizations](https://developer.n-able.com/n-central/docs/managing-service-organizations.md)
- [Manage Customers](https://developer.n-able.com/n-central/docs/manage-customers.md)
- [Manage Sites](https://developer.n-able.com/n-central/docs/manage-sites.md)
- [Device Management APIs Overview](https://developer.n-able.com/n-central/docs/device-management-apis-overview.md)
- [Retrieve Device Details](https://developer.n-able.com/n-central/docs/retrieve-device-details.md)
- [User & Access Control APIs Overview](https://developer.n-able.com/n-central/docs/user-access-control-apis-overview.md)
- [Manage Users & Access Control](https://developer.n-able.com/n-central/docs/manage-users-access-control.md)
- [Task & Job Management APIs Overview](https://developer.n-able.com/n-central/docs/task-job-management-apis-overview.md)
- [Manage Tasks and Jobs](https://developer.n-able.com/n-central/docs/manage-tasks-and-jobs.md)
- [PSA Integration APIs Overview](https://developer.n-able.com/n-central/docs/psa-integration-apis-overview.md)
- [Manage PSA Integrations](https://developer.n-able.com/n-central/docs/manage-psa-integrations.md)
- [Custom Properties & Configuration APIs Overview](https://developer.n-able.com/n-central/docs/custom-properties-configuration-apis-overview.md)
- [Manage Customer Properties and Configurations](https://developer.n-able.com/n-central/docs/manage-customer-properties-and-configurations.md)
- [Device Filters & Registration APIs Overview](https://developer.n-able.com/n-central/docs/device-filters-registration-apis-overview.md)
- [Retrieve Filters and Registrations](https://developer.n-able.com/n-central/docs/retrieve-filters-and-registrations.md)
- [Active Issues API](https://developer.n-able.com/n-central/docs/active-issues-api.md)
- [Request Patch Reports ( v2025.4 and up )](https://developer.n-able.com/n-central/docs/patch-reports.md): Using the Patch Reports API to get reports on patch statistics
## API Reference
- [Obtains access and refresh tokens using an N-central User-API Token (JWT).](https://developer.n-able.com/n-central/reference/authenticate.md):
This method essentially uses the HTTP bearer authentication. To obtain the "N-central User-API Token (JWT)", visit the N-central UI. Then navigate to Administration → User Management → Users → Click on user → API Access → GENERATE JSON WEB TOKEN.
- [Obtains a new API-Access token using a valid refresh token.](https://developer.n-able.com/n-central/reference/refresh.md): In order to refresh the API-Access token, you must first authenticate to obtain a valid "refresh token" and include it in the request body.
- [List the authentication-related links.](https://developer.n-able.com/n-central/reference/authroot.md)
- [Check the validity of the API-Access token.](https://developer.n-able.com/n-central/reference/validate.md): In order to validate the API-Access token, you must first authenticate to obtain the API-Access token.
- [PREVIEW: Get extra information about the version of different systems in N-central using credentials.](https://developer.n-able.com/n-central/reference/apiextraauthenticated.md): Get extra information about the version of different systems in N-central using credentials.
NOTE:This endpoint is currently in a preview stage.
- [List links to other endpoints.](https://developer.n-able.com/n-central/reference/apiroot.md)
- [Return version information of the running API-Service.](https://developer.n-able.com/n-central/reference/apiroot_1.md)
- [PREVIEW: Get information about the version of different systems in N-central.](https://developer.n-able.com/n-central/reference/apiextra.md): Get extra information about the version of different systems in N-central.
NOTE:This endpoint is currently in a preview stage.
- [Return the start and current time of the server. This indicates that the server is running.](https://developer.n-able.com/n-central/reference/health.md)
- [Retrieve a device asset lifecycle information by Device ID.](https://developer.n-able.com/n-central/reference/getdevicewarrantyinfo.md): Retrieves a device asset lifecycle information with a specific id.
- [Modifies the Asset Lifecycle Information by Device Id.](https://developer.n-able.com/n-central/reference/putassetlifecycleinfo.md): Modifies the Asset Lifecycle Information for a device with a specific id.Please note that updateWarrantyError is read only.
- [Modifies the Asset Lifecycle Information by Device Id.](https://developer.n-able.com/n-central/reference/patchassetlifecycleinfo.md): Modifies the Asset Lifecycle Information for a device with a specific id.Please note that updateWarrantyError is read only.
- [PREVIEW : Retrieve the list of devices by org unit id.](https://developer.n-able.com/n-central/reference/listdevicesbyorgunitid.md): Retrieves the list of devices from N-central for the logged in user. NOTE: This endpoint is in the preview stage.
- [Retrieve the list of devices.](https://developer.n-able.com/n-central/reference/listdevices.md): Retrieves the list of devices from N-central for the logged in user.
- [Retrieve a device by ID.](https://developer.n-able.com/n-central/reference/getdevicebyid.md): Retrieves a device with a specific id.
- [PREVIEW : Retrieves the status of the service monitoring tasks for a given device.](https://developer.n-able.com/n-central/reference/getdevicestatus.md): Retrieves the status of the service monitoring tasks for a given device.
NOTE: This endpoint is currently in a preview stage.
- [Retrieve Asset Information for a device by ID.](https://developer.n-able.com/n-central/reference/getassetinfo.md): Retrieves complete asset information for a device with a specific id.
Also See: DeviceAssetInfoResponse
- [PREVIEW : Retrieves the appliance-task information.](https://developer.n-able.com/n-central/reference/getappliancetaskinformationdetails.md): Retrieves the appliance-task information for a given taskId.
NOTE: This endpoint is currently in a preview stage.
- [Retrieve a list of all service organizations.](https://developer.n-able.com/n-central/reference/listserviceorganizations.md): Returns a list of all service organizations.
- [PREVIEW: Creates a new service organization (SO).](https://developer.n-able.com/n-central/reference/createserviceorganization.md): Creates a new service organization with the specified details.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a list of all customers under a service organization.](https://developer.n-able.com/n-central/reference/listcustomers.md): Returns a list of all customers under a service organization.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Creates a customer.](https://developer.n-able.com/n-central/reference/createcustomer.md): Creates a new customer with the specified details.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a list of sites under a customer.](https://developer.n-able.com/n-central/reference/listsites_1.md): Returns a list of all sites under a customer.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Creates a site.](https://developer.n-able.com/n-central/reference/createsite.md): Creates a new site with the specified details.
NOTE:This endpoint is currently in a preview stage.
- [Retrieve a list of all sites.](https://developer.n-able.com/n-central/reference/listsites.md): Returns a list of all sites.
- [PREVIEW: Retrieve a site.](https://developer.n-able.com/n-central/reference/getsite.md): Returns a site.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a service organization.](https://developer.n-able.com/n-central/reference/getserviceorganization.md): Returns a service organization.
NOTE:This endpoint is currently in a preview stage.
- [Retrieve a list of all organization units.](https://developer.n-able.com/n-central/reference/listorganizationunits.md): Returns a list of all organization units.
- [PREVIEW: Retrieve an organization unit.](https://developer.n-able.com/n-central/reference/getorganizationunit.md): Returns an organization unit.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a list of all organization units children.](https://developer.n-able.com/n-central/reference/listorganizationunitchildren.md): Returns a list of all organization units under the specific organization unit.
NOTE:This endpoint is currently in a preview stage.
- [Retrieve a list of all customers.](https://developer.n-able.com/n-central/reference/listcustomers_1.md): Returns a list of all customers.
- [PREVIEW: Retrieve a customer.](https://developer.n-able.com/n-central/reference/getcustomer.md): Returns a customer.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve the list of filters.](https://developer.n-able.com/n-central/reference/listfilters.md): Retrieves the list of filters from N-central for the logged in user.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Update the default organization unit custom property.](https://developer.n-able.com/n-central/reference/modifydefaultorganizationunitproperty.md): Update the default organization unit custom property for the given organization unit id and property id.
- [PREVIEW: Get the organization unit custom property.](https://developer.n-able.com/n-central/reference/getorganizationunitproperty.md): Get the organization unit custom property for the given organization unit id and property id.
- [PREVIEW: Update the organization unit custom property.](https://developer.n-able.com/n-central/reference/modifyorganizationunitpropertyvalue.md): Update the organization unit custom property for the given organization unit id and property id.
- [PREVIEW: Get the device custom property.](https://developer.n-able.com/n-central/reference/getdevicecustomproperty.md): Get the device custom property for the given device id and property id.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Modify Device Custom Property](https://developer.n-able.com/n-central/reference/modifydeviceproperty.md): Modifies one custom property for a device.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Get the organization unit custom property.](https://developer.n-able.com/n-central/reference/getcustomproperty.md): Get the organization unit custom property for the given organization unit id and property id.
- [PREVIEW: Get the list of organization custom properties.](https://developer.n-able.com/n-central/reference/listcustomerproperties.md): Get the list of organization unit custom properties for the given organization unit id.
- [PREVIEW: Retrieve Device Default Custom Property information by organization unit id and property id](https://developer.n-able.com/n-central/reference/getdevicedefaultcustomproperty.md): Retrieves default custom properties information
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve Device Custom Properties by device id](https://developer.n-able.com/n-central/reference/listdevicecustomproperties.md): Retrieves custom properties list for a device.
NOTE:This endpoint is currently in a preview stage.
- [Create a direct-support schedule task.](https://developer.n-able.com/n-central/reference/createremoteexecutiontaskdirect.md): Create a direct-support schedule task against a specific device. As a direct-support schedule task, the task will be executed immediately against a single device. For more information about the request payload, please review below the schema of the relevant data type: DirectSupportTask, ScheduledTaskCredential, and ScheduledTaskParameter.
- [List the task-related links.](https://developer.n-able.com/n-central/reference/taskroot.md)
- [Retrieves general information for a given task.](https://developer.n-able.com/n-central/reference/gettask.md): Retrieves general information for a given task using the task ID.
- [Retrieves aggregated status for a given task.](https://developer.n-able.com/n-central/reference/gettaskstatus.md): Retrieves the aggregated status associated with a given task using the task ID.
- [Retrieves detailed status per device for a given task.](https://developer.n-able.com/n-central/reference/listtaskstatusdetails.md): Retrieve a list of detailed statuses for each device associated with the given task using the task ID.
- [PREVIEW : Adds set of maintenance windows for a list of given devices.](https://developer.n-able.com/n-central/reference/addmaintenancewindowsbydeviceids.md): Adds set of maintenance windows for a given device.
NOTE: This endpoint is currently in a preview stage.
The provided list of maintenance windows, will be applied to every device in the list.
- [PREVIEW : Deletes device patch maintenance windows by given list of Schedule Ids.](https://developer.n-able.com/n-central/reference/deletemaintenancewindowsbyscheduleids.md): Deletes patch maintenance windows by given list of Schedule Ids. Currently only supports Patch maintenance windows. And only windows created at the device level can be deleted.
NOTE: This endpoint is currently in a preview stage.
- [PREVIEW : Retrieves all maintenance windows for a device.](https://developer.n-able.com/n-central/reference/getmaintenancewindowsbydeviceid.md): Retrieves all maintenance windows for a given device.
NOTE: This endpoint is currently in a preview stage.
- [PREVIEW: List the user related links.](https://developer.n-able.com/n-central/reference/userroot.md): User List.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve the list of users.](https://developer.n-able.com/n-central/reference/listusers.md): Retrieves the list of users within a specified org unit.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a list of user roles for a given organization unit.](https://developer.n-able.com/n-central/reference/listuserroles.md): Returns a list of user roles for a given organization unit.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Add a new user role for a given organization unit.](https://developer.n-able.com/n-central/reference/adduserrole.md): Add a new user role for a organization unit and return the role id.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a user role for a given organization unit and user role id.](https://developer.n-able.com/n-central/reference/getuserrole.md): Returns a user role for a given organization unit and user role id.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Creates a new device type access group.](https://developer.n-able.com/n-central/reference/createdeviceaccessgroup.md): Creates a new device type access group with the specified details.
NOTE: This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve Access Groups Information for an Org Unit by ID.](https://developer.n-able.com/n-central/reference/listaccessgroups.md): Retrieves access group information for an organization unit with a specific id.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Creates a new organization unit type access group.](https://developer.n-able.com/n-central/reference/createorgunitaccessgroup.md): Creates a new organization unit type access group with the specified details.
NOTE: This endpoint is currently in a preview stage.
- [PREVIEW: List the access group related links.](https://developer.n-able.com/n-central/reference/accessgrouproot.md): Lists all the API endpoints for access group related actions.
- [PREVIEW: Retrieve detailed information for a specific Access Group by ID.](https://developer.n-able.com/n-central/reference/getaccessgroup.md): Retrieves detailed information for a specific Access Group, including its name, type, and associated devices or users.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Fetch job statuses](https://developer.n-able.com/n-central/reference/listjobstatuses.md): Fetch a list of job statuses for the given organization unit.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Fetch active issues](https://developer.n-able.com/n-central/reference/listactiveissues.md): Fetch a list of active issues for the given organization unit.
NOTE:Only organization units that are customers or sites are currently supported.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a site registration token.](https://developer.n-able.com/n-central/reference/getsiteregistrationtoken.md): Returns a site registration token.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a organization unit registration token.](https://developer.n-able.com/n-central/reference/getorganizationunitregistrationtoken.md): Returns a organization unit registration token.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve a customer registration token.](https://developer.n-able.com/n-central/reference/getcustomerregistrationtoken.md): Returns a customer registration token.
NOTE:This endpoint is currently in a preview stage.
- [Retrieve tasks for a specific device.](https://developer.n-able.com/n-central/reference/listtasksfordevice.md): Retrieves a list of tasks associated with a specified device using the device ID.
- [PREVIEW: Validate Standard PSA Credentials.](https://developer.n-able.com/n-central/reference/validatepsacredentials.md): Validates the credentials for the standard PSA system and returns a response indicating the validity. The only supported standard PSA integration to use with this endpoint is 3 (Tigerpaw)
NOTE: This endpoint is currently in a preview stage.
- [PREVIEW: Retrieve detailed information for a specific Custom PSA Ticket by ID.](https://developer.n-able.com/n-central/reference/getcustomticketinfo.md): Retrieves detailed information for a specific Custom PSA Ticket. The endpoint is exclusive to CUSTOM PSA Integrations, NOT for ConnectWise, AutoTask, TigerPaw or other managed PSAs.
NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: List the standard psa related links.](https://developer.n-able.com/n-central/reference/standardpsaroot.md): NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: List the custom psa related links.](https://developer.n-able.com/n-central/reference/custompsaroot.md): NOTE:This endpoint is currently in a preview stage.
- [PREVIEW: List the custom psa tickets related links.](https://developer.n-able.com/n-central/reference/custompsaticketsroot.md): NOTE:This endpoint is currently in a preview stage.
## Recipes
- [3rd Party AV status script v2.50](https://developer.n-able.com/n-central/recipes/3rd-party-av-status-script-v2499.md)
- [Account Failed to Logon](https://developer.n-able.com/n-central/recipes/account-failed-to-logon.md)
- [Acronis Log check](https://developer.n-able.com/n-central/recipes/acronis-log-check.md)
- [AD Group Members Lockout Monitoring](https://developer.n-able.com/n-central/recipes/ad-group-members-lockout-monitoring.md)
- [Add Computer to Domain](https://developer.n-able.com/n-central/recipes/add-computer-to-domain.md)
- [Add Trusted Sites from Input File](https://developer.n-able.com/n-central/recipes/add-trusted-sites-from-input-file.md)
- [Add website shortcut to desktop](https://developer.n-able.com/n-central/recipes/add-website-shortcut-to-desktop.md)
- [Adlumin Agent monitor](https://developer.n-able.com/n-central/recipes/adlumin-agent-monitor.md)
- [Adlumin Agent Status - Custom Service](https://developer.n-able.com/n-central/recipes/adlumin-agent-status-custom-service.md)
- [AKCP Humidity Sensor](https://developer.n-able.com/n-central/recipes/akcp-humidity-sensor.md)
- [AKCP Temperature Sensor service](https://developer.n-able.com/n-central/recipes/akcp-temperature-sensor-service.md)
- [Allow SNMP Queries from 127.0.0.1](https://developer.n-able.com/n-central/recipes/allow-snmp-queries-from-127001.md)
- [AnyDesk Detection](https://developer.n-able.com/n-central/recipes/anydesk-detection.md)
- [AnyDesk Removal](https://developer.n-able.com/n-central/recipes/anydesk-removal.md)
- [ArcticWolf Agent Install](https://developer.n-able.com/n-central/recipes/arcticwolf-agent-install.md)
- [Aruba Instant Access Point](https://developer.n-able.com/n-central/recipes/aruba-instant-access-point.md)
- [Automation Policy Loop Example x amount of times](https://developer.n-able.com/n-central/recipes/automation-policy-loop-example-x-amount-of-times.md)
- [AVTECH Switch Monitoring](https://developer.n-able.com/n-central/recipes/avtech-switch-monitoring.md)
- [Axcient Backup](https://developer.n-able.com/n-central/recipes/axcient-backup.md)
- [Azure Certificate Monitoring N-central](https://developer.n-able.com/n-central/recipes/azure-certificate-monitoring-n-central.md)
- [Azure Keyvault REST API Code Example](https://developer.n-able.com/n-central/recipes/azure-keyvault-rest-api-code-example.md)
- [Backup Event Logs](https://developer.n-able.com/n-central/recipes/backup-event-logs.md)
- [Backup Monitoring for Axcient Appliance](https://developer.n-able.com/n-central/recipes/backup-monitoring-for-axcient-appliance.md)
- [Backup Palo Alto](https://developer.n-able.com/n-central/recipes/backup-palo-alto.md)
- [Barracuda Spam Appliance](https://developer.n-able.com/n-central/recipes/barracuda-spam-appliance.md)
- [Basic Application Check](https://developer.n-able.com/n-central/recipes/basic-application-check.md)
- [Basic Disk Cleanup](https://developer.n-able.com/n-central/recipes/basic-disk-cleanup.md)
- [Battery Capacity Monitoring NC](https://developer.n-able.com/n-central/recipes/battery-capacity-monitoring-nc.md)
- [Battery Health Monitoring](https://developer.n-able.com/n-central/recipes/battery-health-monitoring.md)
- [BitLocker Disk Encryption Monitoring v2 - N-central](https://developer.n-able.com/n-central/recipes/bitlocker-disk-encryption-monitoring-v2-n-central.md)
- [BitLocker Keys Export](https://developer.n-able.com/n-central/recipes/bitlocker-keys-export.md)
- [BitLocker Recovery Key Clean Up](https://developer.n-able.com/n-central/recipes/bitlocker-recovery-key-clean-up.md)
- [BitLockerRecoveryKey](https://developer.n-able.com/n-central/recipes/bitlockerrecoverykey.md)
- [BitLockerStatus](https://developer.n-able.com/n-central/recipes/bitlockerstatus.md)
- [Bittorrent Detection and Mitigating - PowerShell](https://developer.n-able.com/n-central/recipes/bittorrent-detection-and-mitigating-powershell.md)
- [Block Macros in Office](https://developer.n-able.com/n-central/recipes/block-macros-in-office.md)
- [BSOD (Blue Screen of Death) Monitoring](https://developer.n-able.com/n-central/recipes/bsod-blue-screen-of-death-monitoring.md)
- [Catch Account Lockouts](https://developer.n-able.com/n-central/recipes/catch-account-lockouts.md)
- [Change Domain User's Password](https://developer.n-able.com/n-central/recipes/change-domain-users-password.md)
- [Change Local User Password](https://developer.n-able.com/n-central/recipes/change-local-user-password.md)
- [Check Default Anti-Virus - PowerShell](https://developer.n-able.com/n-central/recipes/check-default-anti-virus-powershell.md)
- [Check for TLS 1.2](https://developer.n-able.com/n-central/recipes/check-for-tls-12.md)
- [Check if device is Azure AD joined](https://developer.n-able.com/n-central/recipes/check-if-device-is-azure-ad-joined.md)
- [Check if Device is online](https://developer.n-able.com/n-central/recipes/check-if-device-is-online.md)
- [Check if File Exist](https://developer.n-able.com/n-central/recipes/check-if-file-exist.md)
- [Check if Logged On User is a Local Admin](https://developer.n-able.com/n-central/recipes/check-if-logged-on-user-is-a-local-admin.md)
- [Check if .net 3.5 is installed](https://developer.n-able.com/n-central/recipes/check-if-net-35-is-installed.md)
- [Check Local Document Storage](https://developer.n-able.com/n-central/recipes/check-local-document-storage.md)
- [Check Memory Configuration](https://developer.n-able.com/n-central/recipes/check-memory-configuration.md)
- [Check SSL expiration](https://developer.n-able.com/n-central/recipes/check-ssl-expiration.md)
- [Check Task Scheduled](https://developer.n-able.com/n-central/recipes/check-task-scheduled.md)
- [Check TLS 1.2 Available N-central](https://developer.n-able.com/n-central/recipes/check-tls-12-available-n-central.md)
- [Check UAC level for a machine and adjust as needed](https://developer.n-able.com/n-central/recipes/check-uac-level-for-a-machine-and-adjust-as-needed.md)
- [CheckDisk Status](https://developer.n-able.com/n-central/recipes/checkdisk-status.md)
- [Chrome Extension Installer](https://developer.n-able.com/n-central/recipes/chrome-extension-installer.md)
- [Cisco 800 series](https://developer.n-able.com/n-central/recipes/cisco-800-series.md)
- [Cisco ASA BotNet Traffic](https://developer.n-able.com/n-central/recipes/cisco-asa-botnet-traffic.md)
- [Cisco ASA Firewall Failover Monitor](https://developer.n-able.com/n-central/recipes/cisco-asa-firewall-failover-monitor.md)
- [Cisco Call Manager Services](https://developer.n-able.com/n-central/recipes/cisco-call-manager-services.md)
- [Cisco Meraki Monitoring](https://developer.n-able.com/n-central/recipes/cisco-meraki-monitoring.md)
- [Cisco Secure FMC - CVE 2026 20079 Check](https://developer.n-able.com/n-central/recipes/cisco-secure-fmc-cve-2026-20079-check.md)
- [Claude MSIX Installation Script](https://developer.n-able.com/n-central/recipes/claude-msix-installation-script.md)
- [Clean Desktop](https://developer.n-able.com/n-central/recipes/clean-desktop.md)
- [Clean Windows.Old](https://developer.n-able.com/n-central/recipes/clean-windowsold.md)
- [Cleanup Old Files in a Desired Folder](https://developer.n-able.com/n-central/recipes/cleanup-old-files-in-a-desired-folder.md)
- [Cleanup Windows Updates Configuration](https://developer.n-able.com/n-central/recipes/cleanup-windows-updates-configuration.md)
- [Cleanup WSUS](https://developer.n-able.com/n-central/recipes/cleanup-wsus-1.md)
- [Cleanup WSUS](https://developer.n-able.com/n-central/recipes/cleanup-wsus.md)
- [Clear Print Queue](https://developer.n-able.com/n-central/recipes/clear-print-queue.md)
- [Clear Print Spooler](https://developer.n-able.com/n-central/recipes/clear-print-spooler.md)
- [Clear User Temp files](https://developer.n-able.com/n-central/recipes/clear-user-temp-files.md)
- [CloudRadial Agent deployment](https://developer.n-able.com/n-central/recipes/cloudradial-agent-deployment.md)
- [Code42 Backup Monitoring](https://developer.n-able.com/n-central/recipes/code42-backup-monitoring.md)
- [Code42 Version Monitoring](https://developer.n-able.com/n-central/recipes/code42-version-monitoring.md)
- [Compare Domain Admin Accounts](https://developer.n-able.com/n-central/recipes/compare-domain-admin-accounts.md)
- [Compare File Permissions](https://developer.n-able.com/n-central/recipes/compare-file-permissions.md)
- [Competitor RMM Monitoring - N-central](https://developer.n-able.com/n-central/recipes/competitor-rmm-monitoring-n-central.md)
- [Computer Account Removal Script](https://developer.n-able.com/n-central/recipes/computer-account-removal-script-1.md)
- [Computer Account Removal Script](https://developer.n-able.com/n-central/recipes/computer-account-removal-script.md)
- [Configure Intune if computer is in Azure AD](https://developer.n-able.com/n-central/recipes/configure-intune-if-computer-is-in-azure-ad.md)
- [Configure MSP Backup Monthly Archive](https://developer.n-able.com/n-central/recipes/configure-msp-backup-monthly-archive.md)
- [Configure Power Plan and Screensaver with password requirements on Windows Devices](https://developer.n-able.com/n-central/recipes/configure-power-plan-and-screensaver-with-password-requirements-on-windows-devices.md)
- [Configure VSS Shadowstorage](https://developer.n-able.com/n-central/recipes/configure-vss-shadowstorage.md)
- [Cove Data Protection Bulk Set Archive Schedule](https://developer.n-able.com/n-central/recipes/cove-data-protection-bulk-set-archive-schedule.md)
- [Cove Data Protection Bulk Set GUI Password](https://developer.n-able.com/n-central/recipes/cove-data-protection-bulk-set-gui-password.md)
- [Cove Data Protection - Convert To PassPhrase](https://developer.n-able.com/n-central/recipes/cove-data-protection-convert-to-passphrase.md)
- [Cove Data Protection - Deploy Backup Manager](https://developer.n-able.com/n-central/recipes/cove-data-protection-deploy-backup-manager.md)
- [Cove Data Protection - Deploy Documents](https://developer.n-able.com/n-central/recipes/cove-data-protection-deploy-documents.md)
- [Cove Data Protection Deploy](https://developer.n-able.com/n-central/recipes/cove-data-protection-deploy.md)
- [Cove Data Protection - Get All Device Installations](https://developer.n-able.com/n-central/recipes/cove-data-protection-get-all-device-installations.md)
- [Cove Data Protection - Get Session File Details](https://developer.n-able.com/n-central/recipes/cove-data-protection-get-session-file-details.md)
- [Cove Data Protection - Redeploy](https://developer.n-able.com/n-central/recipes/cove-data-protection-redeploy.md)
- [Cove Data Protection - Reuse Credentials](https://developer.n-able.com/n-central/recipes/cove-data-protection-reuse-credentials.md)
- [Cove Data Protection - Set Device Product](https://developer.n-able.com/n-central/recipes/cove-data-protection-set-device-product.md)
- [Cove Data Protection - Set Device Profile](https://developer.n-able.com/n-central/recipes/cove-data-protection-set-device-profile.md)
- [Cove Data Protection - Store Credentials](https://developer.n-able.com/n-central/recipes/cove-data-protection-store-credentials.md)
- [Cove Data Protection - Uninstall](https://developer.n-able.com/n-central/recipes/cove-data-protection-uninstall.md)
- [Cove Data Protection - Upgrade](https://developer.n-able.com/n-central/recipes/cove-data-protection-upgrade.md)
- [Cove Local Speed Vault Status - N-central](https://developer.n-able.com/n-central/recipes/cove-local-speed-vault-status-n-central.md)
- [Cove Local Speed Vault Status - PowerShell](https://developer.n-able.com/n-central/recipes/cove-local-speed-vault-status-powershell.md)
- [CPU for HP ProCurve](https://developer.n-able.com/n-central/recipes/cpu-for-hp-procurve.md)
- [CPU Percentage Check - Compare to previous time](https://developer.n-able.com/n-central/recipes/cpu-percentage-check-compare-to-previous-time.md)
- [Create and Cleanup Temporary Local Admin User](https://developer.n-able.com/n-central/recipes/create-and-cleanup-temporary-local-admin-user.md)
- [Create Domain Account](https://developer.n-able.com/n-central/recipes/create-domain-account.md)
- [Create ESXi Snapshot for a VM](https://developer.n-able.com/n-central/recipes/create-esxi-snapshot-for-a-vm.md)
- [Create FortiClient VPN Config](https://developer.n-able.com/n-central/recipes/create-forticlient-vpn-config.md)
- [Create L2TP over IPSEC VPN](https://developer.n-able.com/n-central/recipes/create-l2tp-over-ipsec-vpn.md)
- [Create Local Admin Account](https://developer.n-able.com/n-central/recipes/create-local-admin-account-1.md)
- [Create Local Admin Account](https://developer.n-able.com/n-central/recipes/create-local-admin-account.md)
- [Create Local End User](https://developer.n-able.com/n-central/recipes/create-local-end-user.md)
- [Create N-central API Access Token](https://developer.n-able.com/n-central/recipes/create-n-central-api-access-token.md)
- [Create Periodic Restore Points with Date-Time](https://developer.n-able.com/n-central/recipes/create-periodic-restore-points-with-date-time.md)
- [Create URL Shortcut](https://developer.n-able.com/n-central/recipes/create-url-shortcut.md)
- [Create User Account](https://developer.n-able.com/n-central/recipes/create-user-account.md)
- [Create Windows Scheduled Task (PS1)](https://developer.n-able.com/n-central/recipes/create-windows-scheduled-task-ps1.md)
- [Create Windows Shortcut with Parameters or Arguments (AMP)](https://developer.n-able.com/n-central/recipes/create-windows-shortcut-with-parameters-or-arguments-amp.md)
- [Create Windows Shortcut with Parameters or Arguments (PS1)](https://developer.n-able.com/n-central/recipes/create-windows-shortcut-with-parameters-or-arguments-ps1.md)
- [Creating Shadow Copy Script](https://developer.n-able.com/n-central/recipes/creating-shadow-copy-script.md)
- [Crypto Prevention Script](https://developer.n-able.com/n-central/recipes/crypto-prevention-script.md)
- [Custom monitoring Clock Drift](https://developer.n-able.com/n-central/recipes/custom-monitoring-clock-drift.md)
- [Custom monitoring for Dell RD1000 tape drives.](https://developer.n-able.com/n-central/recipes/custom-monitoring-for-dell-rd1000-tape-drives.md)
- [Custom monitoring to check the age of a file](https://developer.n-able.com/n-central/recipes/custom-monitoring-to-check-the-age-of-a-file.md)
- [Custom Properties Export and Import](https://developer.n-able.com/n-central/recipes/custom-properties-export-and-import.md)
- [Custom service monitoring for Dell Appassure 5](https://developer.n-able.com/n-central/recipes/custom-service-monitoring-for-dell-appassure-5.md)
- [CVE-2021-26855 IOC](https://developer.n-able.com/n-central/recipes/cve-2021-26855-ioc.md)
- [CVE-2021-36934 Mitigation](https://developer.n-able.com/n-central/recipes/cve-2021-36934-mitigation.md)
- [CVE-2021-40444 Mitigation NC](https://developer.n-able.com/n-central/recipes/cve-2021-40444-mitigation-nc.md)
- [CVE-2022-30190 'Follina' Mitigations](https://developer.n-able.com/n-central/recipes/cve-2022-30190-follina-mitigations.md)
- [CVE-2022-30190 'Follina' Monitoring](https://developer.n-able.com/n-central/recipes/cve-2022-30190-follina-monitoring.md)
- [CVE-2026-18577 - Detection](https://developer.n-able.com/n-central/recipes/cve-2026-18577-detection.md)
- [CyberPower UPS Monitoring](https://developer.n-able.com/n-central/recipes/cyberpower-ups-monitoring.md)
- [Datto Backup Check](https://developer.n-able.com/n-central/recipes/datto-backup-check.md)
- [Default Agent GPO Setup](https://developer.n-able.com/n-central/recipes/default-agent-gpo-setup.md)
- [Defrag C if the Main Drive is not a SSD](https://developer.n-able.com/n-central/recipes/defrag-c-if-the-main-drive-is-not-a-ssd.md)
- [Delete Computer Account Script](https://developer.n-able.com/n-central/recipes/delete-computer-account-script.md)
- [Delete DBUtil_2_3.sys (Dell Vulnerability) - AMP](https://developer.n-able.com/n-central/recipes/delete-dbutil_2_3sys-dell-vulnerability-amp.md)
- [Delete DBUtil_2_3.sys (Dell Vulnerability) - PS1](https://developer.n-able.com/n-central/recipes/delete-dbutil_2_3sys-dell-vulnerability-ps1.md)
- [Delete files older than X days](https://developer.n-able.com/n-central/recipes/delete-files-older-than-x-days.md)
- [Delete Shadow Copies](https://developer.n-able.com/n-central/recipes/delete-shadow-copies.md)
- [Deleting Files from All Users Download Folder on Windows Device](https://developer.n-able.com/n-central/recipes/deleting-files-from-all-users-download-folder-on-windows-device.md)
- [Deleting specific shadow copy storage](https://developer.n-able.com/n-central/recipes/deleting-specific-shadow-copy-storage.md)
- [Dell CPU Status service](https://developer.n-able.com/n-central/recipes/dell-cpu-status-service.md)
- [Dell iDRAC monitoring](https://developer.n-able.com/n-central/recipes/dell-idrac-monitoring.md)
- [Dell OpenManage DSM Service Start Up Bug Fix](https://developer.n-able.com/n-central/recipes/dell-openmanage-dsm-service-start-up-bug-fix.md)
- [Dell PowerConnect Switch monitoring service](https://developer.n-able.com/n-central/recipes/dell-powerconnect-switch-monitoring-service.md)
- [Dell Predictive Disk Failure](https://developer.n-able.com/n-central/recipes/dell-predictive-disk-failure.md)
- [DELL System Battery Status](https://developer.n-able.com/n-central/recipes/dell-system-battery-status.md)
- [Deploy Cisco Umbrella - updated](https://developer.n-able.com/n-central/recipes/deploy-cisco-umbrella-updated.md)
- [Deploy Mimecast Security Agent](https://developer.n-able.com/n-central/recipes/deploy-mimecast-security-agent.md)
- [Deploy N-able MDR (Adlumin) Agent](https://developer.n-able.com/n-central/recipes/deploy-n-able-mdr-adlumin-agent.md)
- [Deploy ThreatLocker](https://developer.n-able.com/n-central/recipes/deploy-threatlocker.md)
- [Detect and Kill Bittorrent](https://developer.n-able.com/n-central/recipes/detect-and-kill-bittorrent.md)
- [Device Age](https://developer.n-able.com/n-central/recipes/device-age.md)
- [Device Asset Report from API](https://developer.n-able.com/n-central/recipes/device-asset-report-from-api.md)
- [DHCP Scope Monitoring](https://developer.n-able.com/n-central/recipes/dhcp-scope-monitoring.md)
- [Disable 3rd party software updates and notification](https://developer.n-able.com/n-central/recipes/disable-3rd-party-software-updates-and-notification.md)
- [Disable Autorun](https://developer.n-able.com/n-central/recipes/disable-autorun.md)
- [Disable Bing Addon on Office365 (February 2020 Update)](https://developer.n-able.com/n-central/recipes/disable-bing-addon-on-office365-february-2020-update.md)
- [Disable End User Windows Update Access](https://developer.n-able.com/n-central/recipes/disable-end-user-windows-update-access.md)
- [Disable Inactive Active Directory Accounts](https://developer.n-able.com/n-central/recipes/disable-inactive-active-directory-accounts.md)
- [Disable Inactive Active Directory Users](https://developer.n-able.com/n-central/recipes/disable-inactive-active-directory-users.md)
- [Disable Inactive AD Accounts](https://developer.n-able.com/n-central/recipes/disable-inactive-ad-accounts.md)
- [Disable Inactive Users](https://developer.n-able.com/n-central/recipes/disable-inactive-users.md)
- [Disable Launching Applications and Unsafe Files](https://developer.n-able.com/n-central/recipes/disable-launching-applications-and-unsafe-files.md)
- [Disable News and Interests in 21H1](https://developer.n-able.com/n-central/recipes/disable-news-and-interests-in-21h1.md)
- [Disable RDP](https://developer.n-able.com/n-central/recipes/disable-rdp.md)
- [Disable Sleep and Hibernation](https://developer.n-able.com/n-central/recipes/disable-sleep-and-hibernation.md)
- [Disable SMB v1](https://developer.n-able.com/n-central/recipes/disable-smb-v1.md)
- [Disable SMBv1](https://developer.n-able.com/n-central/recipes/disable-smbv1-1.md)
- [Disable SMBV1](https://developer.n-able.com/n-central/recipes/disable-smbv1.md)
- [Disable Windows Fast-Startup](https://developer.n-able.com/n-central/recipes/disable-windows-fast-startup.md)
- [Disable Windows Hello](https://developer.n-able.com/n-central/recipes/disable-windows-hello.md)
- [Disable Windows Recall](https://developer.n-able.com/n-central/recipes/disable-windows-recall.md)
- [Disk Change Detection - PowerShell](https://developer.n-able.com/n-central/recipes/disk-change-detection-powershell.md)
- [Disk Change Detection](https://developer.n-able.com/n-central/recipes/disk-change-detection.md)
- [Disk Monitoring for Hyper-V Shared Volume](https://developer.n-able.com/n-central/recipes/disk-monitoring-for-hyper-v-shared-volume.md)
- [Disk Monitoring for QNAP devices](https://developer.n-able.com/n-central/recipes/disk-monitoring-for-qnap-devices.md)
- [DISM and SFC Disk Scan](https://developer.n-able.com/n-central/recipes/dism-and-sfc-disk-scan.md)
- [Display Windows Installation date and time](https://developer.n-able.com/n-central/recipes/display-windows-installation-date-and-time.md)
- [DNS Filter Add Local Domain](https://developer.n-able.com/n-central/recipes/dns-filter-add-local-domain.md)
- [DNS Filter Replace Local Domains](https://developer.n-able.com/n-central/recipes/dns-filter-replace-local-domains.md)
- [DNS Filter SSL Certificate Checks and Installs if Missing](https://developer.n-able.com/n-central/recipes/dns-filter-ssl-certificate-checks-and-installs-if-missing.md)
- [DNS Filter SSL Certificate Status](https://developer.n-able.com/n-central/recipes/dns-filter-ssl-certificate-status.md)
- [DNS Filtering Roaming Agent Monitor N-central](https://developer.n-able.com/n-central/recipes/dns-filtering-roaming-agent-monitor-n-central.md)
- [DNSFilter Agent Install](https://developer.n-able.com/n-central/recipes/dnsfilter-agent-install.md)
- [Do all of [a customer name's] devices appear to have virus protection installed - Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/do-all-of-a-customer-names-devices-appear-to-have-virus-protection-installed-direct-data-access-dda.md)
- [Download and Install Cove Data Protection](https://developer.n-able.com/n-central/recipes/download-and-install-cove-data-protection.md)
- [Download and Install Firefox](https://developer.n-able.com/n-central/recipes/download-and-install-firefox.md)
- [Download and Install Google Chrome](https://developer.n-able.com/n-central/recipes/download-and-install-google-chrome.md)
- [Download and Run File from URL](https://developer.n-able.com/n-central/recipes/download-and-run-file-from-url.md)
- [Download File If New Version is Available](https://developer.n-able.com/n-central/recipes/download-file-if-new-version-is-available.md)
- [Download FTPDmin](https://developer.n-able.com/n-central/recipes/download-ftpdmin.md)
- [EDF SDK Status](https://developer.n-able.com/n-central/recipes/edf-sdk-status.md)
- [Email Blacklist check](https://developer.n-able.com/n-central/recipes/email-blacklist-check.md)
- [Empty Downloads Folder](https://developer.n-able.com/n-central/recipes/empty-downloads-folder.md)
- [Enable Bitlocker (PS1)](https://developer.n-able.com/n-central/recipes/enable-bitlocker-ps1.md)
- [Enable Bitlocker](https://developer.n-able.com/n-central/recipes/enable-bitlocker.md)
- [Enable ESU on Windows 7](https://developer.n-able.com/n-central/recipes/enable-esu-on-windows-7.md)
- [Enable File and Print Sharing](https://developer.n-able.com/n-central/recipes/enable-file-and-print-sharing.md)
- [Enable File and Print](https://developer.n-able.com/n-central/recipes/enable-file-and-print.md)
- [Enable Non-Admin users to install print drivers](https://developer.n-able.com/n-central/recipes/enable-non-admin-users-to-install-print-drivers.md)
- [Enable RDP](https://developer.n-able.com/n-central/recipes/enable-rdp.md)
- [Enable Smartscreen](https://developer.n-able.com/n-central/recipes/enable-smartscreen.md)
- [Enable UAC](https://developer.n-able.com/n-central/recipes/enable-uac.md)
- [Enable User Account Control](https://developer.n-able.com/n-central/recipes/enable-user-account-control.md)
- [Enable User Password Complexity Flag](https://developer.n-able.com/n-central/recipes/enable-user-password-complexity-flag.md)
- [Enable Windows Fast-Startup](https://developer.n-able.com/n-central/recipes/enable-windows-fast-startup.md)
- [Enable Windows Firewall - Set to Default](https://developer.n-able.com/n-central/recipes/enable-windows-firewall-set-to-default.md)
- [Enable Windows Firewall](https://developer.n-able.com/n-central/recipes/enable-windows-firewall.md)
- [Enable Windows Restore Points on C Drive](https://developer.n-able.com/n-central/recipes/enable-windows-restore-points-on-c-drive.md)
- [End User Offboarding](https://developer.n-able.com/n-central/recipes/end-user-offboarding.md)
- [End User Onboarding](https://developer.n-able.com/n-central/recipes/end-user-onboarding.md)
- [Enumerating "Classic" COM Classes Script](https://developer.n-able.com/n-central/recipes/enumerating-classic-com-classes-script.md)
- [ESET Direct Management Monitoring](https://developer.n-able.com/n-central/recipes/eset-direct-management-monitoring.md)
- [ESET Uninstall Script](https://developer.n-able.com/n-central/recipes/eset-uninstall-script.md)
- [ESXi Snapshot Monitoring](https://developer.n-able.com/n-central/recipes/esxi-snapshot-monitoring.md)
- [ESXi V-Motion guests](https://developer.n-able.com/n-central/recipes/esxi-v-motion-guests.md)
- [Exchange 2019 Service Template](https://developer.n-able.com/n-central/recipes/exchange-2019-service-template.md)
- [Exchange DAG Status](https://developer.n-able.com/n-central/recipes/exchange-dag-status.md)
- [Exchange On-premises Mitigation Tool v2](https://developer.n-able.com/n-central/recipes/exchange-on-premises-mitigation-tool-v2.md)
- [Export All N-central Devices](https://developer.n-able.com/n-central/recipes/export-all-n-central-devices.md)
- [Export Custom Device Property Values - AMP](https://developer.n-able.com/n-central/recipes/export-custom-device-property-values-amp.md)
- [Export Custom Device Property Values - PowerShell](https://developer.n-able.com/n-central/recipes/export-custom-device-property-values-powershell.md)
- [Export Custom Property API](https://developer.n-able.com/n-central/recipes/export-custom-property-api.md)
- [Export Custom Property for Multiple Devices](https://developer.n-able.com/n-central/recipes/export-custom-property-for-multiple-devices.md)
- [Export Customer Custom Property for Multiple Customers](https://developer.n-able.com/n-central/recipes/export-customer-custom-property-for-multiple-customers.md)
- [Export Org Unit List](https://developer.n-able.com/n-central/recipes/export-org-unit-list.md)
- [Failed Login Detection - Custom Service](https://developer.n-able.com/n-central/recipes/failed-login-detection-custom-service.md)
- [Failed Login Detection - PowerShell](https://developer.n-able.com/n-central/recipes/failed-login-detection-powershell.md)
- [File Age Check](https://developer.n-able.com/n-central/recipes/file-age-check.md)
- [File Content Search (NC)](https://developer.n-able.com/n-central/recipes/file-content-search-nc.md)
- [File Count Check Against List of Folders (NC)](https://developer.n-able.com/n-central/recipes/file-count-check-against-list-of-folders-nc.md)
- [Find Files Over a Certain Size In A Specific Folder](https://developer.n-able.com/n-central/recipes/find-files-over-a-certain-size-in-a-specific-folder.md)
- [FInd PST Files](https://developer.n-able.com/n-central/recipes/find-pst-files-1.md)
- [Find PST Files (PS1)](https://developer.n-able.com/n-central/recipes/find-pst-files-ps1.md)
- [Find PST Files](https://developer.n-able.com/n-central/recipes/find-pst-files.md)
- [Find User Idle Time](https://developer.n-able.com/n-central/recipes/find-user-idle-time.md)
- [Fix Clock Drift by syncing time servers](https://developer.n-able.com/n-central/recipes/fix-clock-drift-by-syncing-time-servers.md)
- [Fix Printer Issues](https://developer.n-able.com/n-central/recipes/fix-printer-issues.md)
- [Folder Info](https://developer.n-able.com/n-central/recipes/folder-info.md)
- [Force and Update to Group Policy](https://developer.n-able.com/n-central/recipes/force-and-update-to-group-policy.md)
- [Force Windows 10 22h2 update](https://developer.n-able.com/n-central/recipes/force-windows-10-22h2-update.md)
- [Forces Windows 10 devices to upgrade to latest windows 10 release](https://developer.n-able.com/n-central/recipes/forces-windows-10-devices-to-upgrade-to-latest-windows-10-release.md)
- [Fortinet - FortiGate, FortiSwitch and FortiAP Monitoring Templates](https://developer.n-able.com/n-central/recipes/fortinet-fortigate-fortiswitch-and-fortiap-monitoring-templates.md)
- [Fortinet High Availability monitoring](https://developer.n-able.com/n-central/recipes/fortinet-high-availability-monitoring.md)
- [FortiOS Firmware Version](https://developer.n-able.com/n-central/recipes/fortios-firmware-version.md)
- [Free Physical Memory - N-central](https://developer.n-able.com/n-central/recipes/free-physical-memory-n-central.md)
- [Get Access Groups](https://developer.n-able.com/n-central/recipes/get-access-groups.md)
- [Get Active Issues Based on Service Name](https://developer.n-able.com/n-central/recipes/get-active-issues-based-on-service-name.md)
- [Get AD Users](https://developer.n-able.com/n-central/recipes/get-ad-users.md)
- [Get Bios Information](https://developer.n-able.com/n-central/recipes/get-bios-information.md)
- [Get Bitlocker Keys (PS1)](https://developer.n-able.com/n-central/recipes/get-bitlocker-keys-ps1.md)
- [Get Chrome 32 or 64 bit version](https://developer.n-able.com/n-central/recipes/get-chrome-32-or-64-bit-version.md)
- [Get Computer’s Wi-Fi Passwords](https://developer.n-able.com/n-central/recipes/get-computers-wi-fi-passwords.md)
- [Get Detailed Windows Version](https://developer.n-able.com/n-central/recipes/get-detailed-windows-version.md)
- [Get Device Age](https://developer.n-able.com/n-central/recipes/get-device-age.md)
- [Get Device Local Time Zone - AMP](https://developer.n-able.com/n-central/recipes/get-device-local-time-zone-amp.md)
- [Get Device Local Time Zone - PowerShell](https://developer.n-able.com/n-central/recipes/get-device-local-timezone-powershell.md)
- [Get Disabled, Locked or Expired AD Accounts](https://developer.n-able.com/n-central/recipes/get-disabled-locked-or-expired-ad-accounts-1.md)
- [Get Filters](https://developer.n-able.com/n-central/recipes/get-filters.md)
- [Get HDD vs SSD devices](https://developer.n-able.com/n-central/recipes/get-hdd-vs-ssd-devices.md)
- [Get IE Connection Info](https://developer.n-able.com/n-central/recipes/get-ie-connection-info.md)
- [Get installed Application from N-central API](https://developer.n-able.com/n-central/recipes/get-installed-application-from-n-central-api.md)
- [Get Internet Service Provider Information](https://developer.n-able.com/n-central/recipes/get-internet-service-provider-information.md)
- [Get Local Users and their Groups](https://developer.n-able.com/n-central/recipes/get-local-users-and-their-groups.md)
- [Get Local Users](https://developer.n-able.com/n-central/recipes/get-local-users.md)
- [Get N-central Device ID - AMP](https://developer.n-able.com/n-central/recipes/get-n-central-device-id-amp.md)
- [Get N-central Device ID - PowerShell](https://developer.n-able.com/n-central/recipes/get-n-central-device-id-powershell.md)
- [Get Network Card Details](https://developer.n-able.com/n-central/recipes/get-network-card-details.md)
- [Get Parallel Port Properties](https://developer.n-able.com/n-central/recipes/get-parallel-port-properties.md)
- [Get Public IP Address V2](https://developer.n-able.com/n-central/recipes/get-public-ip-address-v2.md)
- [Get Public IP Address](https://developer.n-able.com/n-central/recipes/get-public-ip-address.md)
- [Get Wifi Passwords](https://developer.n-able.com/n-central/recipes/get-wifi-passwords.md)
- [Get Windows Version Details](https://developer.n-able.com/n-central/recipes/get-windows-version-details.md)
- [GMSA (Group Managed Service Accounts)](https://developer.n-able.com/n-central/recipes/gmsa-group-managed-service-accounts.md)
- [Harden Adobe Reader - Block Embedded files](https://developer.n-able.com/n-central/recipes/harden-adobe-reader-block-embedded-files.md)
- [Harden all version of MS Office against common malspam attacks](https://developer.n-able.com/n-central/recipes/harden-all-version-of-ms-office-against-common-malspam-attacks.md)
- [Hardware Monitoring for SuperMicro Servers](https://developer.n-able.com/n-central/recipes/hardware-monitoring-for-supermicro-servers.md)
- [How many devices am I managing at each of my customers - Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/how-many-devices-am-i-managing-at-each-of-my-customers-direct-data-access-dda.md)
- [How many devices are nearing the end of their service life? Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/how-many-devices-are-nearing-the-end-of-their-service-life-direct-data-access-dda.md)
- [HP MSA storage status monitoring](https://developer.n-able.com/n-central/recipes/hp-msa-storage-status-monitoring.md)
- [HP P2000 Disk Monitoring](https://developer.n-able.com/n-central/recipes/hp-p2000-disk-monitoring.md)
- [HP P2000 SAN custom monitoring](https://developer.n-able.com/n-central/recipes/hp-p2000-san-custom-monitoring.md)
- [HP ProCurve Switch monitoring service](https://developer.n-able.com/n-central/recipes/hp-procurve-switch-monitoring-service.md)
- [Huntress Agent Health in N-central](https://developer.n-able.com/n-central/recipes/huntress-agent-health-in-n-central.md)
- [Huntress Agent Status](https://developer.n-able.com/n-central/recipes/huntress-agent-status.md)
- [HWg-STE Temperature Sensor Custom Service](https://developer.n-able.com/n-central/recipes/hwg-ste-temperature-sensor-custom-service.md)
- [Hyper-V Get Running VM Count (NC)](https://developer.n-able.com/n-central/recipes/hyper-v-get-running-vm-count-nc.md)
- [Hyper-V Monitoring](https://developer.n-able.com/n-central/recipes/hyper-v-monitoring.md)
- [Hyper-V Replication (custom monitoring)](https://developer.n-able.com/n-central/recipes/hyper-v-replication-custom-monitoring.md)
- [Hyper-V Replication Monitoring (Stock N-central monitoring)](https://developer.n-able.com/n-central/recipes/hyper-v-replication-monitoring-stock-n-central-monitoring.md)
- [Hyper-V Replication monitoring](https://developer.n-able.com/n-central/recipes/hyper-v-replication-monitoring.md)
- [Hyper-V Snapshots cleanup based on name](https://developer.n-able.com/n-central/recipes/hyper-v-snapshots-cleanup-based-on-name.md)
- [IBM FlashSytem 5000 Monitoring](https://developer.n-able.com/n-central/recipes/ibm-flashsytem-5000-monitoring.md)
- [IBM Power Supply Monitoring](https://developer.n-able.com/n-central/recipes/ibm-power-supply-monitoring-1.md)
- [IBM Power Supply Monitoring](https://developer.n-able.com/n-central/recipes/ibm-power-supply-monitoring.md)
- [If the latest build of Windows 11 is XXXX how many devices are running the latest version of Windows 11 - Direct Data Access (DDA)](https://developer.n-able.com/n-central/recipes/if-the-latest-build-of-windows-11-is-xxxx-how-many-devices-are-running-the-latest-version-of-windows-11-direct-data-access-dda.md)
- [Import Registry File](https://developer.n-able.com/n-central/recipes/import-registry-file.md)
- [Initiate Bitdefender Scan](https://developer.n-able.com/n-central/recipes/initiate-bitdefender-scan.md)
- [Inline - Power - Cisco](https://developer.n-able.com/n-central/recipes/inline-power-cisco.md)
- [Install Chocolatey Package](https://developer.n-able.com/n-central/recipes/install-chocolatey-package.md)
- [Install Chocolatey Platform](https://developer.n-able.com/n-central/recipes/install-chocolatey-platform.md)
- [Install Dell Support Assist](https://developer.n-able.com/n-central/recipes/install-dell-support-assist.md)
- [Install FortiClient](https://developer.n-able.com/n-central/recipes/install-forticlient.md)
- [Install Google Chrome Extension](https://developer.n-able.com/n-central/recipes/install-google-chrome-extension.md)
- [Install .NET 4.5 and Powershell 4.0](https://developer.n-able.com/n-central/recipes/install-net-45-and-powershell-40.md)
- [Install .net Framework 3.5](https://developer.n-able.com/n-central/recipes/install-net-framework-35.md)
- [Install Office 365 MS Project Pro](https://developer.n-able.com/n-central/recipes/install-office-365-ms-project-pro.md)
- [Install Office 365 MS Visio Pro](https://developer.n-able.com/n-central/recipes/install-office-365-ms-visio-pro.md)
- [Install Office365 Business Retail](https://developer.n-able.com/n-central/recipes/install-office365-business-retail.md)
- [Install Powershell 7.2 from Microsoft](https://developer.n-able.com/n-central/recipes/install-powershell-72-from-microsoft.md)
- [Install the Augmentt Discovery Agent](https://developer.n-able.com/n-central/recipes/install-the-augmentt-discovery-agent.md)
- [Install Windows Updates via WUSA](https://developer.n-able.com/n-central/recipes/install-windows-updates-via-wusa.md)
- [Internet Speed Test](https://developer.n-able.com/n-central/recipes/internet-speed-test.md)
- [Intronis Online Backup Service Template](https://developer.n-able.com/n-central/recipes/intronis-online-backup-service-template.md)
- [IP Blacklist Monitoring](https://developer.n-able.com/n-central/recipes/ip-blacklist-monitoring.md)
- [Is application Installed and Desired Version - NC](https://developer.n-able.com/n-central/recipes/is-application-installed-and-desired-version-nc.md)
- [Is Application Installed](https://developer.n-able.com/n-central/recipes/is-application-installed.md)
- [Is Computer in Safe Mode](https://developer.n-able.com/n-central/recipes/is-computer-in-safe-mode-1.md)
- [Is Computer in Safe Mode](https://developer.n-able.com/n-central/recipes/is-computer-in-safe-mode.md)
- [Is OneDrive Running - NC](https://developer.n-able.com/n-central/recipes/is-onedrive-running-nc.md)
- [Is Process Running - Notify User](https://developer.n-able.com/n-central/recipes/is-process-running-notify-user.md)
- [Is RDP Enabled - N-Central](https://developer.n-able.com/n-central/recipes/is-rdp-enabled-n-central.md)
- [Is SMBv1 Enabled - NC](https://developer.n-able.com/n-central/recipes/is-smbv1-enabled-nc.md)
- [Is SMBv1 Enabled - PowerShell](https://developer.n-able.com/n-central/recipes/is-smbv1-enabled-powershell.md)
- [iTunes Removal Script](https://developer.n-able.com/n-central/recipes/itunes-removal-script.md)
- [Join Domain script](https://developer.n-able.com/n-central/recipes/join-domain-script.md)
- [Join Domain](https://developer.n-able.com/n-central/recipes/join-domain.md)
- [Kaseya Endpoint Detection Tool - NC](https://developer.n-able.com/n-central/recipes/kaseya-endpoint-detection-tool-nc.md)
- [Last Logged In User](https://developer.n-able.com/n-central/recipes/last-logged-in-user.md)
- [Linux - Basic System Info](https://developer.n-able.com/n-central/recipes/linux-basic-system-info.md)
- [Linux - Create USB Device Manifest](https://developer.n-able.com/n-central/recipes/linux-create-usb-device-manifest.md)
- [Linux - USB Device Inventory](https://developer.n-able.com/n-central/recipes/linux-usb-device-inventory.md)
- [Linux - USB Device Report](https://developer.n-able.com/n-central/recipes/linux-usb-device-report.md)
- [Liongard Deployment](https://developer.n-able.com/n-central/recipes/liongard-deployment.md)
- [List Component Categories](https://developer.n-able.com/n-central/recipes/list-component-categories.md)
- [List Fortinet AP IDs](https://developer.n-able.com/n-central/recipes/list-fortinet-ap-ids.md)
- [List Fortinet Switch IDs](https://developer.n-able.com/n-central/recipes/list-fortinet-switch-ids.md)
- [List of DCOM Applications](https://developer.n-able.com/n-central/recipes/list-of-dcom-applications.md)
- [List of Pointing devices](https://developer.n-able.com/n-central/recipes/list-of-pointing-devices.md)
- [List of software installed script](https://developer.n-able.com/n-central/recipes/list-of-software-installed-script.md)
- [Local Admin Change Monitoring](https://developer.n-able.com/n-central/recipes/local-admin-change-monitoring.md)
- [Local Admin Check](https://developer.n-able.com/n-central/recipes/local-admin-check.md)
- [Local Admin Cleanup](https://developer.n-able.com/n-central/recipes/local-admin-cleanup.md)
- [Local Audit Event Logs](https://developer.n-able.com/n-central/recipes/local-audit-event-logs.md)
- [Lock Desktop if User Is Inactive](https://developer.n-able.com/n-central/recipes/lock-desktop-if-user-is-inactive-1.md)
- [Lock Desktop if user is Inactive](https://developer.n-able.com/n-central/recipes/lock-desktop-if-user-is-inactive.md)
- [Lock Screen after 10 minutes of Inactivity](https://developer.n-able.com/n-central/recipes/lock-screen-after-10-minutes-of-inactivity.md)
- [Log4j Vulnerability Scanner CVE-2021-44228 NC](https://developer.n-able.com/n-central/recipes/log4j-vulnerability-scanner-cve-2021-44228-nc.md)
- [Logoff Users Lock Workstation](https://developer.n-able.com/n-central/recipes/logoff-users-lock-workstation.md)
- [Logs monitoring for Ahsay OBM](https://developer.n-able.com/n-central/recipes/logs-monitoring-for-ahsay-obm.md)
- [Logs monitoring for Arcserve UDP](https://developer.n-able.com/n-central/recipes/logs-monitoring-for-arcserve-udp.md)
- [Lotus Foundations Monitoring](https://developer.n-able.com/n-central/recipes/lotus-foundations-monitoring.md)
- [LUN Monitoring for NetApp devices](https://developer.n-able.com/n-central/recipes/lun-monitoring-for-netapp-devices.md)
- [Mac - Add LPD Network Printer](https://developer.n-able.com/n-central/recipes/mac-add-lpd-network-printer.md)
- [Mac - Check Connectivity Status](https://developer.n-able.com/n-central/recipes/mac-check-connectivity-status.md)
- [Mac - Check Rosetta 2 Status](https://developer.n-able.com/n-central/recipes/mac-check-rosetta-2-status.md)
- [Mac - Check SIP Enabled](https://developer.n-able.com/n-central/recipes/mac-check-sip-enabled.md)
- [Mac - Clean up and organize a folder](https://developer.n-able.com/n-central/recipes/mac-clean-up-and-organize-a-folder.md)
- [Mac - Clean up Downloads Folders](https://developer.n-able.com/n-central/recipes/mac-clean-up-downloads-folders.md)
- [Mac - Convert Current User to Admin](https://developer.n-able.com/n-central/recipes/mac-convert-current-user-to-admin.md)
- [Mac - Convert Current User to Standard](https://developer.n-able.com/n-central/recipes/mac-convert-current-user-to-standard.md)
- [Mac - Convert User to Admin](https://developer.n-able.com/n-central/recipes/mac-convert-user-to-admin.md)
- [Mac - Convert User to Standard](https://developer.n-able.com/n-central/recipes/mac-convert-user-to-standard.md)
- [Mac - Cove Data Protection Monitoring for N-central](https://developer.n-able.com/n-central/recipes/mac-cove-data-protection-monitoring-for-n-central.md)
- [Mac - Create APFS Snapshot](https://developer.n-able.com/n-central/recipes/mac-create-apfs-snapshot.md)
- [Mac - Disable Firewall](https://developer.n-able.com/n-central/recipes/mac-disable-firewall.md)
- [Mac - Disable Python Deprecation Warning](https://developer.n-able.com/n-central/recipes/mac-disable-python-deprecation-warning.md)
- [Mac - EDR Monitoring for N-central](https://developer.n-able.com/n-central/recipes/mac-edr-monitoring-for-n-central.md)
- [Mac - Enable SSH Remote Login](https://developer.n-able.com/n-central/recipes/mac-enable-ssh-remote-login.md)
- [Mac - Energy Saver Settings](https://developer.n-able.com/n-central/recipes/mac-energy-saver-settings.md)
- [Mac - File Aging](https://developer.n-able.com/n-central/recipes/mac-file-aging.md)
- [Mac - Force Custom DNS Servers](https://developer.n-able.com/n-central/recipes/mac-force-custom-dns-servers.md)
- [Mac - Force Force O365 Full Update](https://developer.n-able.com/n-central/recipes/mac-force-force-o365-full-update.md)
- [Mac - Install Application PKG from URL](https://developer.n-able.com/n-central/recipes/mac-install-application-pkg-from-url.md)
- [Mac - Install Developer Tools](https://developer.n-able.com/n-central/recipes/mac-install-developer-tools.md)
- [Mac - Install Latest .Net Framework](https://developer.n-able.com/n-central/recipes/mac-install-latest-net-framework.md)
- [Mac - Install latest PowerShell](https://developer.n-able.com/n-central/recipes/mac-install-latest-powershell.md)
- [Mac - Install Nudge](https://developer.n-able.com/n-central/recipes/mac-install-nudge.md)
- [Mac - Install Packages with Installomator](https://developer.n-able.com/n-central/recipes/mac-install-packages-with-installomator.md)
- [Mac - Install Sophos Endpoint (Central)](https://developer.n-able.com/n-central/recipes/mac-install-sophos-endpoint-central.md)
- [Mac - Install Sophos Endpoint (Standalone)](https://developer.n-able.com/n-central/recipes/mac-install-sophos-endpoint-standalone.md)
- [Mac - Installomator Deployment](https://developer.n-able.com/n-central/recipes/mac-installomator-deployment.md)
- [Mac - Launch Web Page](https://developer.n-able.com/n-central/recipes/mac-launch-web-page.md)
- [Mac - List All Users](https://developer.n-able.com/n-central/recipes/mac-list-all-users.md)
- [Mac - List Installed Applications](https://developer.n-able.com/n-central/recipes/mac-list-installed-applications.md)
- [Mac - List Printers](https://developer.n-able.com/n-central/recipes/mac-list-printers.md)
- [Mac - Local or AD User](https://developer.n-able.com/n-central/recipes/mac-local-or-ad-user.md)
- [Mac - MDM TCC Report](https://developer.n-able.com/n-central/recipes/mac-mdm-tcc-report.md)
- [Mac - N-central Troubleshooting Assistant](https://developer.n-able.com/n-central/recipes/mac-n-central-troubleshooting-assistant.md)
- [Mac - Onboarding script](https://developer.n-able.com/n-central/recipes/mac-onboarding-script.md)
- [Mac - Pending Apple Updates Check](https://developer.n-able.com/n-central/recipes/mac-pending-apple-updates-check.md)
- [Mac - Prompt Reboot on Uptime](https://developer.n-able.com/n-central/recipes/mac-prompt-reboot-on-uptime.md)
- [Mac - Prompt Then Force Reboot on Uptime](https://developer.n-able.com/n-central/recipes/mac-prompt-then-force-reboot-on-uptime.md)
- [Mac - Purge DNS and Disk Cache](https://developer.n-able.com/n-central/recipes/mac-purge-dns-and-disk-cache.md)
- [Mac - Remote Worker ISP Information](https://developer.n-able.com/n-central/recipes/mac-remote-worker-isp-information.md)
- [Mac - Remove Installomator](https://developer.n-able.com/n-central/recipes/mac-remove-installomator.md)
- [Mac - Remove O365 Keychain Entries](https://developer.n-able.com/n-central/recipes/mac-remove-o365-keychain-entries.md)
- [Mac - Reset O365 Activation Email Address](https://developer.n-able.com/n-central/recipes/mac-reset-o365-activation-email-address.md)
- [Mac - Reset Print System](https://developer.n-able.com/n-central/recipes/mac-reset-print-system.md)
- [Mac - Reset TCC Permissions](https://developer.n-able.com/n-central/recipes/mac-reset-tcc-permissions.md)
- [Mac - Routine Maintenance](https://developer.n-able.com/n-central/recipes/mac-routine-maintenance.md)
- [Mac - Security Hardware Status](https://developer.n-able.com/n-central/recipes/mac-security-hardware-status.md)
- [Mac - Set Hostname, Computer Name, NetBIOS Name](https://developer.n-able.com/n-central/recipes/mac-set-hostname-computer-name-netbios-name.md)
- [Mac - Set O365 to Use Local Cache](https://developer.n-able.com/n-central/recipes/mac-set-o365-to-use-local-cache.md)
- [Mac - Set Timezone and Custom NTP Server](https://developer.n-able.com/n-central/recipes/mac-set-timezone-and-custom-ntp-server.md)
- [Mac - Software Updates](https://developer.n-able.com/n-central/recipes/mac-software-updates.md)
- [Mac - Standalone EDR Installer](https://developer.n-able.com/n-central/recipes/mac-standalone-edr-installer.md)
- [Mac - Start Time Machine backup](https://developer.n-able.com/n-central/recipes/mac-start-time-machine-backup.md)
- [Mac - Stop and Disable Time Machine Backup](https://developer.n-able.com/n-central/recipes/mac-stop-and-disable-time-machine-backup.md)
- [Mac - Streaming App Warning](https://developer.n-able.com/n-central/recipes/mac-streaming-app-warning.md)
- [Mac - TCC Permissions Report](https://developer.n-able.com/n-central/recipes/mac-tcc-permissions-report.md)
- [Mac - Thermal Check](https://developer.n-able.com/n-central/recipes/mac-thermal-check.md)
- [Mac - Thin APFS Snapshots](https://developer.n-able.com/n-central/recipes/mac-thin-apfs-snapshots.md)
- [Mac - Time Machine Backup Status](https://developer.n-able.com/n-central/recipes/mac-time-machine-backup-status.md)
- [Mac - Time Machine Status - Extended](https://developer.n-able.com/n-central/recipes/mac-time-machine-status-extended.md)
- [Mac - Unbind from AD](https://developer.n-able.com/n-central/recipes/mac-unbind-from-ad.md)
- [Mac - Webroot Silent Install](https://developer.n-able.com/n-central/recipes/mac-webroot-silent-install.md)
- [Mac - Wifi Connection Statistics](https://developer.n-able.com/n-central/recipes/mac-wifi-connection-statistics.md)
- [MacOS Enable Firewall](https://developer.n-able.com/n-central/recipes/macos-enable-firewall.md)
- [MacOS Enable Gatekeeper](https://developer.n-able.com/n-central/recipes/macos-enable-gatekeeper.md)
- [MacOS - Force Custom DNS](https://developer.n-able.com/n-central/recipes/macos-force-custom-dns.md)
- [MacOS Purge Disk Cache](https://developer.n-able.com/n-central/recipes/macos-purge-disk-cache.md)
- [MacOS Repair User Permissions](https://developer.n-able.com/n-central/recipes/macos-repair-user-permissions.md)
- [MacOS Uninstall Webroot](https://developer.n-able.com/n-central/recipes/macos-uninstall-webroot.md)
- [Malwarebytes Run Scan](https://developer.n-able.com/n-central/recipes/malwarebytes-run-scan.md)
- [Map user-specific Network Drive amp](https://developer.n-able.com/n-central/recipes/map-user-specific-network-drive-amp.md)
- [Max Backup job monitoring service](https://developer.n-able.com/n-central/recipes/max-backup-job-monitoring-service.md)
- [Meraki Device Status](https://developer.n-able.com/n-central/recipes/meraki-device-status.md)
- [Microsoft 365 Update With Version Check NC](https://developer.n-able.com/n-central/recipes/microsoft-365-update-with-version-check-nc.md)
- [Microsoft Advisory ADV-200006 Workaround - Remove ATMDF.DLL](https://developer.n-able.com/n-central/recipes/microsoft-advisory-adv-200006-workaround-remove-atmdfdll.md)
- [Microsoft Advisory ADV-200006 Workaround UNDO - Restore ATMDF.DLL](https://developer.n-able.com/n-central/recipes/microsoft-advisory-adv-200006-workaround-undo-restore-atmdfdll.md)
- [Microsoft Azure AD Sync monitoring](https://developer.n-able.com/n-central/recipes/microsoft-azure-ad-sync-monitoring.md)
- [Microsoft DNS Server CVE-2020-1350 Workaround](https://developer.n-able.com/n-central/recipes/microsoft-dns-server-cve-2020-1350-workaround.md)
- [Microsoft Edge Removal Script](https://developer.n-able.com/n-central/recipes/microsoft-edge-removal-script.md)
- [Microsoft Office Version Monitoring](https://developer.n-able.com/n-central/recipes/microsoft-office-version-monitoring.md)
- [Modifying Cove Data Protection config.ini to ignore Missed Scheduled Backup](https://developer.n-able.com/n-central/recipes/modifying-cove-data-protection-configini-to-ignore-missed-scheduled-backup.md)
- [Monitor Azure AD Connect](https://developer.n-able.com/n-central/recipes/monitor-azure-ad-connect.md)
- [Monitor Duo Auth Proxy](https://developer.n-able.com/n-central/recipes/monitor-duo-auth-proxy.md)
- [Monitor for Ransomware](https://developer.n-able.com/n-central/recipes/monitor-for-ransomware.md)
- [Monitor Hyper-V Replica](https://developer.n-able.com/n-central/recipes/monitor-hyper-v-replica.md)
- [Monitor if Apps are Installed - NC](https://developer.n-able.com/n-central/recipes/monitor-if-apps-are-installed-nc.md)
- [Monitor Most Recent File in Folder for Age - NC](https://developer.n-able.com/n-central/recipes/monitor-most-recent-file-in-folder-for-age-nc.md)
- [Monitor the event log for Altaro Hyper-V Backup](https://developer.n-able.com/n-central/recipes/monitor-the-event-log-for-altaro-hyper-v-backup.md)
- [Monitor the status of a spare drive in a RAID array on a NetApp SAN.](https://developer.n-able.com/n-central/recipes/monitor-the-status-of-a-spare-drive-in-a-raid-array-on-a-netapp-san.md)
- [Monitor Windows Raid](https://developer.n-able.com/n-central/recipes/monitor-windows-raid.md)
- [Monitor Windows Scheduled Tasks](https://developer.n-able.com/n-central/recipes/monitor-windows-scheduled-tasks.md)
- [Monitoring for Dell Compellent SAN](https://developer.n-able.com/n-central/recipes/monitoring-for-dell-compellent-san.md)
- [Monitoring for Dell Raid - No Battery and No Firmware service in N-Central](https://developer.n-able.com/n-central/recipes/monitoring-for-dell-raid-no-battery-and-no-firmware-service-in-n-central.md)
- [Monitoring .NET and PowerShell version](https://developer.n-able.com/n-central/recipes/monitoring-net-and-powershell-version.md)
- [Monitoring of AVTech Room Alert 7E](https://developer.n-able.com/n-central/recipes/monitoring-of-avtech-room-alert-7e.md)
- [Monitoring of Hyper-V VM State Windows Server 2012 R2](https://developer.n-able.com/n-central/recipes/monitoring-of-hyper-v-vm-state-windows-server-2012-r2.md)
- [Monitoring of LSI Raid controller, Physical Drive and Logical Drive.](https://developer.n-able.com/n-central/recipes/monitoring-of-lsi-raid-controller-physical-drive-and-logical-drive.md)
- [Monitoring of Missing Applications(NC)](https://developer.n-able.com/n-central/recipes/monitoring-of-missing-applicationsnc.md)
- [Monitoring of Netgear-ReadyNAS v6 components](https://developer.n-able.com/n-central/recipes/monitoring-of-netgear-readynas-v6-components.md)
- [Monitoring the overall status of a wireless access point that's connected to a Cisco Wireless LAN controller.](https://developer.n-able.com/n-central/recipes/monitoring-the-overall-status-of-a-wireless-access-point-thats-connected-to-a-cisco-wireless-lan-controller.md)
- [Monitors the Symantec System Recovery Backup](https://developer.n-able.com/n-central/recipes/monitors-the-symantec-system-recovery-backup.md)
- [MS Edge Removal Script](https://developer.n-able.com/n-central/recipes/ms-edge-removal-script.md)
- [N-able EDR (SentinelOne) Deployment Script](https://developer.n-able.com/n-central/recipes/n-able-edr-sentinelone-deployment-script.md)
- [N-able Integrated Backup and Recovery Monitoring](https://developer.n-able.com/n-central/recipes/n-able-integrated-backup-and-recovery-monitoring.md)
- [N-central Agent Install Script](https://developer.n-able.com/n-central/recipes/n-central-agent-install-script.md)
- [N-Central API PowerShell Module, by Adriaan Sluis](https://developer.n-able.com/n-central/recipes/n-central-api-powershell-module-by-adriaan-sluis.md)
- [N-central API Script to install the Agent](https://developer.n-able.com/n-central/recipes/n-central-api-script-to-install-the-agent.md)
- [N-central Custom Properties Tool](https://developer.n-able.com/n-central/recipes/n-central-custom-properties-tool.md)
- [N-central Device Take Control Status](https://developer.n-able.com/n-central/recipes/n-central-device-take-control-status.md)
- [N-central EDR Communication Verification .amp](https://developer.n-able.com/n-central/recipes/n-central-edr-communication-verification-amp.md)
- [N-Central Log Collection Utility 6.4](https://developer.n-able.com/n-central/recipes/n-central-log-collection-utility-64.md)
- [N-central REST API MCP Server](https://developer.n-able.com/n-central/recipes/n-central-mcp-server.md)
- [Use this link to find latest version of this script: ](https://developer.n-able.com/n-central/recipes/n-central-take-control-repair-script.md)
- [Name Change monitoring](https://developer.n-able.com/n-central/recipes/name-change-monitoring.md)
- [NC Rest API - Exchange JSON for Access Token](https://developer.n-able.com/n-central/recipes/nc-rest-api-exchange-json-for-access-token.md)
- [NC Rest API - Export All Custom Properties for Multiple Devices](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-all-custom-properties-for-multiple-devices.md)
- [NC Rest API - Export All Customer Custom Properties for Multiple Customers](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-all-customer-custom-properties-for-multiple-customers.md)
- [NC Rest API - Export All Devices](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-all-devices.md)
- [NC Rest API - Export Custom Property for Multiple Devices](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-custom-property-for-multiple-devices.md)
- [NC Rest API - Export Customer Custom Property for Multiple Customers](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-customer-custom-property-for-multiple-customers.md)
- [NC Rest API - Export Monitoring Service Thresholds for a Service](https://developer.n-able.com/n-central/recipes/nc-rest-api-export-monitoring-service-thresholds-for-a-service.md)
- [NC Rest API - Get Active Issues](https://developer.n-able.com/n-central/recipes/nc-rest-api-get-active-issues.md)
- [NC Rest API - Get Registration Token for a Customer or Site](https://developer.n-able.com/n-central/recipes/nc-rest-api-get-registration-token-for-a-customer-or-site.md)
- [NC Rest API - Get Registration Tokens for All Customers and Sites](https://developer.n-able.com/n-central/recipes/nc-rest-api-get-registration-tokens-for-all-customers-and-sites.md)
- [NC Rest API - List all Customers and Sites](https://developer.n-able.com/n-central/recipes/nc-rest-api-list-all-customers-and-sites.md)
- [NC Rest API - Set Custom Property for Multiple Devices](https://developer.n-able.com/n-central/recipes/nc-rest-api-set-custom-property-for-multiple-devices.md)
- [NC Rest API - Set Customer Custom Property for Multiple Customers](https://developer.n-able.com/n-central/recipes/nc-rest-api-set-customer-custom-property-for-multiple-customers.md)
- [NetApp Snap Mirror monitoring](https://developer.n-able.com/n-central/recipes/netapp-snap-mirror-monitoring.md)
- [Netgear-ReadyNAS Service Template](https://developer.n-able.com/n-central/recipes/netgear-readynas-service-template.md)
- [New N-Central or RMM Agent Alerting](https://developer.n-able.com/n-central/recipes/new-n-central-or-rmm-agent-alerting-1.md)
- [New N-Central or RMM Agent Alerting](https://developer.n-able.com/n-central/recipes/new-n-central-or-rmm-agent-alerting.md)
- [New PC Setup with Office ProPlus Install](https://developer.n-able.com/n-central/recipes/new-pc-setup-with-office-proplus-install.md)
- [NIC Link Status](https://developer.n-able.com/n-central/recipes/nic-link-status.md)
- [Nimble Storage Array monitoring](https://developer.n-able.com/n-central/recipes/nimble-storage-array-monitoring.md)
- [Notepad - CVE-2026-20841 Audit](https://developer.n-able.com/n-central/recipes/notepad-cve-2026-20841-audit.md)
- [Notify If Member Is Added To Privileged Group](https://developer.n-able.com/n-central/recipes/notify-if-member-is-added-to-privileged-group.md)
- [Office ClicktoRun 32 vs 64](https://developer.n-able.com/n-central/recipes/office-clicktorun-32-vs-64.md)
- [Office Version Monitoring](https://developer.n-able.com/n-central/recipes/office-version-monitoring.md)
- [OneDrive Sync Management and Monitoring](https://developer.n-able.com/n-central/recipes/onedrive-sync-management-and-monitoring.md)
- [Ookla Speedtest Improved](https://developer.n-able.com/n-central/recipes/ookla-speedtest-improved.md)
- [Open FTP Ports](https://developer.n-able.com/n-central/recipes/open-ftp-ports.md)
- [Open Google Chrome to a Specified URL](https://developer.n-able.com/n-central/recipes/open-google-chrome-to-a-specified-url.md)
- [OpenClaw Detection - PowerShell](https://developer.n-able.com/n-central/recipes/openclaw-detection-powershell.md)
- [OpenClaw Detection Service Templates - N-central](https://developer.n-able.com/n-central/recipes/openclaw-detection-service-templates-n-central.md)
- [Operating System End Of Support Date NC](https://developer.n-able.com/n-central/recipes/operating-system-end-of-support-date-nc.md)
- [Opt back in to Safeguard Holds in Windows Update](https://developer.n-able.com/n-central/recipes/opt-back-in-to-safeguard-holds-in-windows-update.md)
- [Opt out of Safeguard Holds in Windows Update](https://developer.n-able.com/n-central/recipes/opt-out-of-safeguard-holds-in-windows-update.md)
- [Oracle 10g Service Template](https://developer.n-able.com/n-central/recipes/oracle-10g-service-template.md)
- [Outlook set max PST size](https://developer.n-able.com/n-central/recipes/outlook-set-max-pst-size.md)
- [Palo Alto Firewall Monitoring](https://developer.n-able.com/n-central/recipes/palo-alto-firewall-monitoring.md)
- [Patch Cache Monitoring (Probe)](https://developer.n-able.com/n-central/recipes/patch-cache-monitoring-probe.md)
- [Patch Management Engine - (PME) Repair Script](https://developer.n-able.com/n-central/recipes/patch-management-engine-pme-repair-script.md)
- [Patch Management Engine (PME) Verification AMP](https://developer.n-able.com/n-central/recipes/patch-management-engine-pme-verification-amp.md)
- [Patch Management Engine (PME) Verification .xml](https://developer.n-able.com/n-central/recipes/patch-management-engine-pme-verification-xml.md)
- [Patch Management Engine (PME) Version](https://developer.n-able.com/n-central/recipes/patch-management-engine-pme-version.md)
- [Patch - Search Patch install log for errors](https://developer.n-able.com/n-central/recipes/patch-search-patch-install-log-for-errors.md)
- [Patching - Forced Reboot - 14 days](https://developer.n-able.com/n-central/recipes/patching-forced-reboot-14-days.md)
- [Pending Reboot Overdue and Popup](https://developer.n-able.com/n-central/recipes/pending-reboot-overdue-and-popup.md)
- [Per-User Billing (Connectwise Agreement Update)](https://developer.n-able.com/n-central/recipes/per-user-billing-connectwise-agreement-update.md)
- [Ping Test](https://developer.n-able.com/n-central/recipes/ping-test.md)
- [PME repair .amp](https://developer.n-able.com/n-central/recipes/pme-repair-amp.md)
- [Policy violations reported by a PathView network monitoring appliance](https://developer.n-able.com/n-central/recipes/policy-violations-reported-by-a-pathview-network-monitoring-appliance.md)
- [Post KB5005010 PrintNightmare Remediation NC](https://developer.n-able.com/n-central/recipes/post-kb5005010-printnightmare-remediation-nc.md)
- [Powershell Execution policy script](https://developer.n-able.com/n-central/recipes/powershell-execution-policy-script.md)
- [Powershell Number of AD Users](https://developer.n-able.com/n-central/recipes/powershell-number-of-ad-users.md)
- [PowerShell Upgrade 2.0 to 5.1](https://developer.n-able.com/n-central/recipes/powershell-upgrade-20-to-51.md)
- [Pre-Patch Prompt and Staging](https://developer.n-able.com/n-central/recipes/pre-patch-prompt-and-staging.md)
- [Print Server Monitoring](https://developer.n-able.com/n-central/recipes/print-server-monitoring.md)
- [Print Status Monitoring](https://developer.n-able.com/n-central/recipes/print-status-monitoring.md)
- [PrintNightmare Mitigation Removal](https://developer.n-able.com/n-central/recipes/printnightmare-mitigation-removal.md)
- [PrintNightmare Mitigation](https://developer.n-able.com/n-central/recipes/printnightmare-mitigation.md)
- [Process Run Time Monitoring (NC)](https://developer.n-able.com/n-central/recipes/process-run-time-monitoring-nc.md)
- [Profile - CIS Critical Security Controls Version 8](https://developer.n-able.com/n-central/recipes/profile-cis-critical-security-controls-version-8.md)
- [QNAP monitoring for TS-859U-RP](https://developer.n-able.com/n-central/recipes/qnap-monitoring-for-ts-859u-rp.md)
- [QNAP Raid Monitoring](https://developer.n-able.com/n-central/recipes/qnap-raid-monitoring.md)
- [Random Password Generator](https://developer.n-able.com/n-central/recipes/random-password-generator.md)
- [Ransomware Detection](https://developer.n-able.com/n-central/recipes/ransomware-detection.md)
- [RDS Server - Per User Licensing](https://developer.n-able.com/n-central/recipes/rds-server-per-user-licensing.md)
- [Rebuild SQL Indexes - All Databases](https://developer.n-able.com/n-central/recipes/rebuild-sql-indexes-all-databases.md)
- [Rebuild SQL Indexes - Specific DB](https://developer.n-able.com/n-central/recipes/rebuild-sql-indexes-specific-db.md)
- [Registry Hive Monitoring NC](https://developer.n-able.com/n-central/recipes/registry-hive-monitoring-nc.md)
- [Remote device shutdown](https://developer.n-able.com/n-central/recipes/remote-device-shutdown.md)
- [Remove Apps based on list](https://developer.n-able.com/n-central/recipes/remove-apps-based-on-list.md)
- [Remove Bloatware Windows 10](https://developer.n-able.com/n-central/recipes/remove-bloatware-windows-10.md)
- [Remove Bloatware](https://developer.n-able.com/n-central/recipes/remove-bloatware.md)
- [Remove Dell SupportAssist](https://developer.n-able.com/n-central/recipes/remove-dell-supportassist.md)
- [Remove Microsoft Store](https://developer.n-able.com/n-central/recipes/remove-microsoft-store.md)
- [Remove Web Browser Security Settings Tab](https://developer.n-able.com/n-central/recipes/remove-web-browser-security-settings-tab.md)
- [Remove Windows.Old](https://developer.n-able.com/n-central/recipes/remove-windowsold.md)
- [Repair Microsoft Office](https://developer.n-able.com/n-central/recipes/repair-microsoft-office.md)
- [Reset Local User Account](https://developer.n-able.com/n-central/recipes/reset-local-user-account.md)
- [Reset Passsword and Unlock AD Account](https://developer.n-able.com/n-central/recipes/reset-passsword-and-unlock-ad-account.md)
- [Restart all NICS](https://developer.n-able.com/n-central/recipes/restart-all-nics.md)
- [Restart Google Drive Desktop App](https://developer.n-able.com/n-central/recipes/restart-google-drive-desktop-app.md)
- [Restart OneDrive if OneDrive is not running](https://developer.n-able.com/n-central/recipes/restart-onedrive-if-onedrive-is-not-running.md)
- [Restrict users from shutting down computer locally](https://developer.n-able.com/n-central/recipes/restrict-users-from-shutting-down-computer-locally.md)
- [Returns a list of ProgIDs (Programmatic Identifiers) found on a computer.](https://developer.n-able.com/n-central/recipes/returns-a-list-of-progids-programmatic-identifiers-found-on-a-computer.md)
- [RICOH Printer Monitoring](https://developer.n-able.com/n-central/recipes/ricoh-printer-monitoring.md)
- [Ricoh Toner Level Monitoring](https://developer.n-able.com/n-central/recipes/ricoh-toner-level-monitoring.md)
- [Risky Apps Monitoring](https://developer.n-able.com/n-central/recipes/risky-apps-monitoring.md)
- [Run Clean Manager](https://developer.n-able.com/n-central/recipes/run-clean-manager.md)
- [Run Defrag command using Deffragler Program](https://developer.n-able.com/n-central/recipes/run-defrag-command-using-deffragler-program.md)
- [Schedule Check Disk](https://developer.n-able.com/n-central/recipes/schedule-check-disk.md)
- [Script Cleaner](https://developer.n-able.com/n-central/recipes/script-cleaner.md)
- [Script that enables the RDP](https://developer.n-able.com/n-central/recipes/script-that-enables-the-rdp.md)
- [Script to remove Windows Essentials](https://developer.n-able.com/n-central/recipes/script-to-remove-windows-essentials.md)
- [Script to Turn off local Firewall](https://developer.n-able.com/n-central/recipes/script-to-turn-off-local-firewall.md)
- [Script to Unrestrict Execution Policy in Powershell](https://developer.n-able.com/n-central/recipes/script-to-unrestrict-execution-policy-in-powershell.md)
- [Secure Boot Status - Powershell](https://developer.n-able.com/n-central/recipes/secure-boot-status-powershell.md)
- [Secure Boot Status - Custom Service](https://developer.n-able.com/n-central/recipes/secure-boot-status.md)
- [See Users Browser StartPage](https://developer.n-able.com/n-central/recipes/see-users-browser-startpage.md)
- [Send notification when a Syslog event is received from an AVAYA IP Office System.](https://developer.n-able.com/n-central/recipes/send-notification-when-a-syslog-event-is-received-from-an-avaya-ip-office-system.md)
- [Sentinel One Monitoring](https://developer.n-able.com/n-central/recipes/sentinel-one-monitoring.md)
- [SentinelOne Agent Monitor - Enhanced](https://developer.n-able.com/n-central/recipes/sentinelone-agent-monitor-enhanced.md)
- [Server Maintenance amp](https://developer.n-able.com/n-central/recipes/server-maintenance-amp.md)
- [Service Template for Shoretel 8.1](https://developer.n-able.com/n-central/recipes/service-template-for-shoretel-81.md)
- [Set Active Hours for Windows Updates](https://developer.n-able.com/n-central/recipes/set-active-hours-for-windows-updates.md)
- [Set Custom Device Property](https://developer.n-able.com/n-central/recipes/set-custom-device-property.md)
- [Set OneDrive Files to On-Demand](https://developer.n-able.com/n-central/recipes/set-onedrive-files-to-on-demand.md)
- [Set page for Internet Explorer](https://developer.n-able.com/n-central/recipes/set-page-for-internet-explorer.md)
- [Set Password Complexity flag](https://developer.n-able.com/n-central/recipes/set-password-complexity-flag.md)
- [Set PowerShell to RemoteSigned](https://developer.n-able.com/n-central/recipes/set-powershell-to-remotesigned.md)
- [Set Windows Defender in Sandbox Mode](https://developer.n-able.com/n-central/recipes/set-windows-defender-in-sandbox-mode.md)
- [Set Windows Screensaver settings](https://developer.n-able.com/n-central/recipes/set-windows-screensaver-settings.md)
- [Show if NIC at 1Gbps](https://developer.n-able.com/n-central/recipes/show-if-nic-at-1gbps.md)
- [Show Windows Service](https://developer.n-able.com/n-central/recipes/show-windows-service.md)
- [Shutdown VM, compact VHD and Restart VM](https://developer.n-able.com/n-central/recipes/shutdown-vm-compact-vhd-and-restart-vm.md)
- [Software Added or Removed Monitoring](https://developer.n-able.com/n-central/recipes/software-added-or-removed-monitoring.md)
- [Sophos Deployment](https://developer.n-able.com/n-central/recipes/sophos-deployment.md)
- [Sophos Firewall Monitoring Template](https://developer.n-able.com/n-central/recipes/sophos-firewall-monitoring-template.md)
- [Sophos removal Script](https://developer.n-able.com/n-central/recipes/sophos-removal-script.md)
- [Special Folders Path](https://developer.n-able.com/n-central/recipes/special-folders-path.md)
- [SQL Maintenance and Diagnostic](https://developer.n-able.com/n-central/recipes/sql-maintenance-and-diagnostic.md)
- [SSL Expiry - N-Central](https://developer.n-able.com/n-central/recipes/ssl-expiry-n-central.md)
- [StartUp Menu Items](https://developer.n-able.com/n-central/recipes/startup-menu-items.md)
- [Stop TakeControl Client Sessions](https://developer.n-able.com/n-central/recipes/stop-takecontrol-client-sessions.md)
- [StorageCraft Image Manager monitoring](https://developer.n-able.com/n-central/recipes/storagecraft-image-manager-monitoring.md)
- [Summary of Apple and Mac Devices by Model Number Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/summary-of-apple-and-mac-devices-by-model-number-direct-data-access-dda.md)
- [Supermicro hardware monitoring](https://developer.n-able.com/n-central/recipes/supermicro-hardware-monitoring.md)
- [Suspicious LOLBin Process Detection - Custom Service](https://developer.n-able.com/n-central/recipes/suspicious-lolbin-process-detection-custom-service.md)
- [Suspicious LOLBin Process Detection - PowerShell](https://developer.n-able.com/n-central/recipes/suspicious-lolbin-process-detection-powershell.md)
- [Sync Time from External Server](https://developer.n-able.com/n-central/recipes/sync-time-from-external-server.md)
- [Sync Time](https://developer.n-able.com/n-central/recipes/sync-time.md)
- [Synology - NAS Monitoring](https://developer.n-able.com/n-central/recipes/synology-nas-monitoring.md)
- [System reboot on uptime](https://developer.n-able.com/n-central/recipes/system-reboot-on-uptime.md)
- [System Volume SSD Monitor N-Central](https://developer.n-able.com/n-central/recipes/system-volume-ssd-monitor-n-central.md)
- [Take Control Proxy Updater](https://developer.n-able.com/n-central/recipes/take-control-proxy-updater.md)
- [Teams - Clear Cache](https://developer.n-able.com/n-central/recipes/teams-clear-cache.md)
- [TeamViewer Detection](https://developer.n-able.com/n-central/recipes/teamviewer-detection.md)
- [TeamViewer Removal](https://developer.n-able.com/n-central/recipes/teamviewer-removal.md)
- [Terminal Service Monitoring](https://developer.n-able.com/n-central/recipes/terminal-service-monitoring.md)
- [The Pulse Check](https://developer.n-able.com/n-central/recipes/the-pulse-check.md)
- [Threatlocker Deployment (64bit only)](https://developer.n-able.com/n-central/recipes/threatlocker-deployment-64bit-only.md)
- [Timezone Info Script](https://developer.n-able.com/n-central/recipes/timezone-info-script.md)
- [TLS 1.2 Enable N-central](https://developer.n-able.com/n-central/recipes/tls-12-enable-n-central.md)
- [Traceroute with Thresholds and History](https://developer.n-able.com/n-central/recipes/traceroute-with-thresholds-and-history.md)
- [Trend Micro Running Services Monitoring](https://developer.n-able.com/n-central/recipes/trend-micro-running-services-monitoring.md)
- [Tsunami Wireless Access Point monitoring](https://developer.n-able.com/n-central/recipes/tsunami-wireless-access-point-monitoring.md)
- [UAC Status](https://developer.n-able.com/n-central/recipes/uac-status.md)
- [Uninstall A Windows Update](https://developer.n-able.com/n-central/recipes/uninstall-a-windows-update.md)
- [Uninstall Cylance](https://developer.n-able.com/n-central/recipes/uninstall-cylance.md)
- [Uninstall DesktopCentral](https://developer.n-able.com/n-central/recipes/uninstall-desktopcentral.md)
- [Uninstall MS Office](https://developer.n-able.com/n-central/recipes/uninstall-ms-office.md)
- [Uninstall Pulseway](https://developer.n-able.com/n-central/recipes/uninstall-pulseway.md)
- [Uninstall Quick Time](https://developer.n-able.com/n-central/recipes/uninstall-quick-time.md)
- [Uninstall Software with Partial or Full App Name](https://developer.n-able.com/n-central/recipes/uninstall-software-with-partial-or-full-app-name.md)
- [Uninstall Syncro](https://developer.n-able.com/n-central/recipes/uninstall-syncro.md)
- [Uninstall Take Control](https://developer.n-able.com/n-central/recipes/uninstall-take-control.md)
- [Uninstall Teamviewer](https://developer.n-able.com/n-central/recipes/uninstall-teamviewer.md)
- [Uninstall Windows Built-in Apps](https://developer.n-able.com/n-central/recipes/uninstall-windows-built-in-apps.md)
- [Unlock an Active Directory User and Reset Password](https://developer.n-able.com/n-central/recipes/unlock-an-active-directory-user-and-reset-password.md)
- [Update Office based on user being logged in or not](https://developer.n-able.com/n-central/recipes/update-office-based-on-user-being-logged-in-or-not.md)
- [Update Office with End User Notifications](https://developer.n-able.com/n-central/recipes/update-office-with-end-user-notifications.md)
- [Update Teams](https://developer.n-able.com/n-central/recipes/update-teams.md)
- [Update Ubuntu Linux](https://developer.n-able.com/n-central/recipes/update-ubuntu-linux.md)
- [Update Unifi devices via REST API](https://developer.n-able.com/n-central/recipes/update-unifi-devices-via-rest-api.md)
- [Update VMWare Tools](https://developer.n-able.com/n-central/recipes/update-vmware-tools.md)
- [Upgrade Microsoft Store Apps](https://developer.n-able.com/n-central/recipes/upgrade-microsoft-store-apps.md)
- [Uptime in Hours](https://developer.n-able.com/n-central/recipes/uptime-in-hours.md)
- [Uptime in Minutes - PowerShell](https://developer.n-able.com/n-central/recipes/uptime-in-minutes-powershell.md)
- [Uptime in Minutes](https://developer.n-able.com/n-central/recipes/uptime-in-minutes.md)
- [USB Device Connected using HardwareID](https://developer.n-able.com/n-central/recipes/usb-device-connected-using-hardwareid.md)
- [USB Disk Drive Detection (NC)](https://developer.n-able.com/n-central/recipes/usb-disk-drive-detection-nc.md)
- [User Account Control Status Checker](https://developer.n-able.com/n-central/recipes/user-account-control-status-checker.md)
- [User Login Check Time Bound - N-central](https://developer.n-able.com/n-central/recipes/user-login-check-time-bound-n-central.md)
- [Using Recipes: Common Questions](https://developer.n-able.com/n-central/recipes/using-recipes-common-questions.md)
- [Using the registry for maintenance](https://developer.n-able.com/n-central/recipes/using-the-registry-for-maintenance.md)
- [VEEAM Backup for Office 365 v2.0](https://developer.n-able.com/n-central/recipes/veeam-backup-for-office-365-v20.md)
- [VEEAM Job Monitoring for VEEAM 11 (2021)](https://developer.n-able.com/n-central/recipes/veeam-job-monitoring-for-veeam-11-2021.md)
- [Veeam Latest Backup](https://developer.n-able.com/n-central/recipes/veeam-latest-backup.md)
- [VMWare Cleanup Snapshots based on name](https://developer.n-able.com/n-central/recipes/vmware-cleanup-snapshots-based-on-name.md)
- [VMWare Host Version and Build](https://developer.n-able.com/n-central/recipes/vmware-host-version-and-build.md)
- [Vollgar Miner Detection](https://developer.n-able.com/n-central/recipes/vollgar-miner-detection.md)
- [Voltage Status Dell Server monitoring](https://developer.n-able.com/n-central/recipes/voltage-status-dell-server-monitoring.md)
- [VPN Tunnel for Fortinet](https://developer.n-able.com/n-central/recipes/vpn-tunnel-for-fortinet.md)
- [VSS Snapshot Age Monitor N-central](https://developer.n-able.com/n-central/recipes/vss-snapshot-age-monitor-n-central.md)
- [VSS Writer Monitoring](https://developer.n-able.com/n-central/recipes/vss-writer-monitoring.md)
- [WAN Failover Monitoring](https://developer.n-able.com/n-central/recipes/wan-failover-monitoring.md)
- [Webroot Business Endpoint Protection Monitoring](https://developer.n-able.com/n-central/recipes/webroot-business-endpoint-protection-monitoring.md)
- [What is the percentage breakdown of operating systems? Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/what-is-the-percentage-breakdown-of-operating-systems-direct-data-access-dda.md)
- [Which anti-virus solutions are installed on my customer devices Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/which-anti-virus-solutions-are-installed-on-my-customer-devices-direct-data-access-dda.md)
- [Which devices are probes and to which customer each probe belongs - Direct Data Access (DDA)](https://developer.n-able.com/n-central/recipes/which-devices-are-probes-and-to-which-customer-each-probe-belongs-direct-data-access-dda.md)
- [Which Devices have Manufacturer ????? and Model ???? and to which customer do they belong - Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/which-devices-have-manufacturer-and-model-and-to-which-customer-do-they-belong-direct-data-access-dda.md)
- [Which devices use an AMD processor Direct Data Access (DDA)](https://developer.n-able.com/n-central/recipes/which-devices-use-an-amd-processor-direct-data-access-dda.md)
- [Which laptops have less then 8 GB of memory Direct Data Access (DDA)](https://developer.n-able.com/n-central/recipes/which-laptops-have-less-then-8-gb-of-memory-direct-data-access-dda.md)
- [Which of [a customer name's] devices don’t have an identifiable anti-virus solution installed? Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/which-of-a-customer-names-devices-dont-have-an-identifiable-anti-virus-solution-installed-direct-data-access-dda.md)
- [Which of my customers are using sentinelone Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/which-of-my-customers-are-using-sentinelone-direct-data-access-dda.md)
- [Which of my customers have apple or mac computers and how many does each have? Direct Data Access DDA](https://developer.n-able.com/n-central/recipes/which-of-my-customers-have-apple-or-mac-computers-and-how-many-does-each-have-direct-data-access-dda.md)
- [Which windows devices have less than 8 GB of memory - Direct Data Access (DDA)](https://developer.n-able.com/n-central/recipes/which-windows-devices-have-less-than-8-gb-of-memory-direct-data-access-dda.md)
- [Windows 10 Update Target - Prevent Windows 11 Update](https://developer.n-able.com/n-central/recipes/windows-10-update-target-prevent-windows-11-update.md)
- [Windows 11 24H2 Upgrade Check - N-central](https://developer.n-able.com/n-central/recipes/windows-11-24h2-upgrade-check-n-central.md)
- [Windows 11 24H2 Upgrade Check - PowerShell](https://developer.n-able.com/n-central/recipes/windows-11-24h2-upgrade-check-powershell.md)
- [Windows 11 Compatibility Checker - NC](https://developer.n-able.com/n-central/recipes/windows-11-compatibility-checker-nc.md)
- [Windows 11 Compatibility Checker V2](https://developer.n-able.com/n-central/recipes/windows-11-compatibility-checker-v2.md)
- [Windows 11 Compatibility Checker (V3.0)](https://developer.n-able.com/n-central/recipes/windows-11-compatibility-checker-v30.md)
- [Windows Activation Check](https://developer.n-able.com/n-central/recipes/windows-activation-check.md)
- [Windows Audit Policy Check for EDR April 2023 N-Central](https://developer.n-able.com/n-central/recipes/windows-audit-policy-check-for-edr-april-2023-n-central.md)
- [Windows Backup System State monitoring](https://developer.n-able.com/n-central/recipes/windows-backup-system-state-monitoring.md)
- [Windows Defender Disable Sandbox Mode](https://developer.n-able.com/n-central/recipes/windows-defender-disable-sandbox-mode.md)
- [Windows Defender Status](https://developer.n-able.com/n-central/recipes/windows-defender-status.md)
- [Windows Device Uptime](https://developer.n-able.com/n-central/recipes/windows-device-uptime.md)
- [Windows End Of Life Version](https://developer.n-able.com/n-central/recipes/windows-end-of-life-version.md)
- [Windows MDM_RemoteWipe with Verification Check](https://developer.n-able.com/n-central/recipes/windows-mdm_remotewipe-with-verification-check.md)
- [Windows MDM_RemoteWipe](https://developer.n-able.com/n-central/recipes/windows-mdm_remotewipe.md)
- [Windows Print Server Template](https://developer.n-able.com/n-central/recipes/windows-print-server-template.md)
- [Windows Reboot Required Script](https://developer.n-able.com/n-central/recipes/windows-reboot-required-script-1.md)
- [Windows Reboot Required Script](https://developer.n-able.com/n-central/recipes/windows-reboot-required-script.md)
- [Windows Reset to Factory Settings](https://developer.n-able.com/n-central/recipes/windows-reset-to-factory-settings.md)
- [Windows Scheduled Task Monitoring](https://developer.n-able.com/n-central/recipes/windows-scheduled-task-monitoring.md)
- [Windows Server Backup monitoring](https://developer.n-able.com/n-central/recipes/windows-server-backup-monitoring.md)
- [Windows Share Monitoring](https://developer.n-able.com/n-central/recipes/windows-share-monitoring.md)
- [Windows Stability monitoring](https://developer.n-able.com/n-central/recipes/windows-stability-monitoring.md)
- [Windows Trusted Platform Module (TPM) Monitoring](https://developer.n-able.com/n-central/recipes/windows-trusted-platform-module-tpm-monitoring.md)
- [Windows Uptime Check](https://developer.n-able.com/n-central/recipes/windows-uptime-check.md)
- [WinTrustVerify "Opt-In" Automation Policy](https://developer.n-able.com/n-central/recipes/wintrustverify-opt-in-automation-policy.md)
- [Workstation Daily Maintenance](https://developer.n-able.com/n-central/recipes/workstation-daily-maintenance.md)
- [Zebra Wireless Controller monitoring](https://developer.n-able.com/n-central/recipes/zebra-wireless-controller-monitoring.md)
## Pages
- [Ask N-zo Limited Tech Preview FAQs](https://developer.n-able.com/n-central/page/ask-n-zo-limited-preview-legal-disclaimer.md)
## Changelog
- [Cisco Secure FMC - CVE 2026 20079 Check](https://developer.n-able.com/n-central/changelog/cisco-secure-fmc-cve-2026-20079-check.md)
- [CVE-2026-18577 v3- Detection](https://developer.n-able.com/n-central/changelog/cve-2026-18577-v3-detection.md)
- [CVE-2026-18577 - Detection](https://developer.n-able.com/n-central/changelog/cve-2026-18577-detection.md)
- [N-central MCP Server](https://developer.n-able.com/n-central/changelog/n-central-mcp-server.md)
- [Fortinet - FortiGate, FortiSwitch and FortiAP Monitoring Templates](https://developer.n-able.com/n-central/changelog/fortinet-fortigate-fortiswitch-and-fortiap-monitoring-templates.md)
- [New N-central Custom Properties Tool](https://developer.n-able.com/n-central/changelog/new-n-central-custom-properties-tool.md)
- [Secure Boot Status](https://developer.n-able.com/n-central/changelog/secure-boot-status.md)
- [Added Claude install script](https://developer.n-able.com/n-central/changelog/added-claude-install-script.md)
- [New Probe Configuration Guidance: Using a gMSA for N-central Probe](https://developer.n-able.com/n-central/changelog/probe-gmsa-configuration.md)
- [Updated Fortinet Switch and AP Detection AMPs](https://developer.n-able.com/n-central/changelog/updated-fortinet-switch-and-ap-detection-amps.md)
# N-sight Documentation
> Documentation for N-sight
## Guides
- [Getting Started with the N-sight API](https://developer.n-able.com/n-sight/docs/getting-started-with-the-n-sight-api.md)
- [Generate an API Key](https://developer.n-able.com/n-sight/docs/generate-an-api-key.md)
- [Determine the server for your API query](https://developer.n-able.com/n-sight/docs/determine-server-for-api-query.md)
- [Describe Parameter](https://developer.n-able.com/n-sight/docs/describe-parameter.md)
- [Error Messages](https://developer.n-able.com/n-sight/docs/error-messages.md)
- [Listing Clients](https://developer.n-able.com/n-sight/docs/listing-clients.md): Service name: list_clients
- [Listing Sites](https://developer.n-able.com/n-sight/docs/listing-sites.md): Service name: list_sites
- [Listing Servers](https://developer.n-able.com/n-sight/docs/listing-servers.md): Service name: list_servers
- [Listing Workstations](https://developer.n-able.com/n-sight/docs/listing-workstations.md): Service name: list_workstations
- [Listing Agentless Assets](https://developer.n-able.com/n-sight/docs/list-agentless-assets.md): Service name: list_agentless_assets
- [Listing Device Monitoring Details](https://developer.n-able.com/n-sight/docs/list-device-monitoring-detail.md): Service name: list_device_monitoring_details
- [Listing Devices at Client](https://developer.n-able.com/n-sight/docs/list-devices-at-client.md): Service name: list_devices_at_client
- [Add Client](https://developer.n-able.com/n-sight/docs/add-client.md): Service name: add_client
- [Add Site](https://developer.n-able.com/n-sight/docs/add-site.md): Service name: add_site
- [Get Site Installation Package](https://developer.n-able.com/n-sight/docs/get-site-installation-package.md): Service name: get_site_installation_package
- [Listing Failing Checks](https://developer.n-able.com/n-sight/docs/listing-failing-checks.md): Service name: list_failing_checks
- [Listing Checks](https://developer.n-able.com/n-sight/docs/listing-checks.md): Service name: list_checks
- [Listing Check Configuration](https://developer.n-able.com/n-sight/docs/listing-check-configuration.md): Service name: list_check_config
- [Listing Check Configuration - Windows](https://developer.n-able.com/n-sight/docs/list-check-config-windows.md): Service name: list_check_config
- [Listing Check Configuration - Mac](https://developer.n-able.com/n-sight/docs/listing-check-configuration-mac.md): Service name: list_check_config
- [Listing Check Configuration - Linux](https://developer.n-able.com/n-sight/docs/list-check-config-linux.md): Service name: list_check_config
- [List Outages](https://developer.n-able.com/n-sight/docs/list-outages.md): Service name: list_outages
- [Listing Formatted Check Output](https://developer.n-able.com/n-sight/docs/listing-formatted-check-output.md): Service name: get_formatted_check_output
- [List Performance History](https://developer.n-able.com/n-sight/docs/list-performance-history.md): Service name: list_performance_history
- [List Drive Space History](https://developer.n-able.com/n-sight/docs/list-drive-space-history.md): Service name: list_drive_space_history
- [List Exchange Storage History](https://developer.n-able.com/n-sight/docs/list-exchange-history.md): Service name: list_exchange_storage_history
- [Clear a Check](https://developer.n-able.com/n-sight/docs/clear-a-check.md): Service name: clear_check
- [Add a Check Note](https://developer.n-able.com/n-sight/docs/add-a-check-note.md): Service name: add_check_note
- [List Templates](https://developer.n-able.com/n-sight/docs/list-templates.md): Service name: list_templates
- [List Supported Antivirus Products](https://developer.n-able.com/n-sight/docs/list-supported-av-products.md): Service name: list_supported_av_products
- [List Antivirus Definitions](https://developer.n-able.com/n-sight/docs/list-av-definitions.md): Service name: list_av_definitions
- [Get Antivirus Definition Release Date](https://developer.n-able.com/n-sight/docs/get-av-definition-release-date.md): Service name: get_av_definition_release_date
- [List Antivirus Update Check History](https://developer.n-able.com/n-sight/docs/list-av-update-check-history.md): Service name: list_av_history
- [Listing Hardware](https://developer.n-able.com/n-sight/docs/listing-hardware.md): Service name: list_all_hardware
- [Listing Software](https://developer.n-able.com/n-sight/docs/listing-software.md): Service name: list_all_software
- [Listing License Groups](https://developer.n-able.com/n-sight/docs/listing-license-groups.md): Service name: list_license_groups
- [Listing License Group Items](https://developer.n-able.com/n-sight/docs/listing-license-group-items.md): Service name: list_license_group_items
- [Listing Client License Count](https://developer.n-able.com/n-sight/docs/listing-client-license-count.md): Service name: list_client_license_count
- [Listing Licensed Software](https://developer.n-able.com/n-sight/docs/listing-licensed-software.md): Service name: list_licensed_software
- [Listing Device Asset Details](https://developer.n-able.com/n-sight/docs/listing-device-asset-details.md): Service name: list_device_asset_details
- [List Wall Chart Settings](https://developer.n-able.com/n-sight/docs/list-wallchart-settings.md): Service name: list_wallchart_settings
- [List General Settings](https://developer.n-able.com/n-sight/docs/list-general-settings.md): Service name: list_general_settings
- [List all Patches for device](https://developer.n-able.com/n-sight/docs/list-all-patches-for-device.md): Service name: patch_list_all
- [Approve Patch](https://developer.n-able.com/n-sight/docs/approve-patch.md): Service name: patch_approve
- [Do nothing with Patch](https://developer.n-able.com/n-sight/docs/do-nothing-with-patch.md): Service name: patch_do_nothing
- [Ignore Patch](https://developer.n-able.com/n-sight/docs/ignore-patch.md): Service name: patch_ignore
- [Inherit Patch](https://developer.n-able.com/n-sight/docs/inherit-patch.md): Service name: patch_inherit
- [Reprocess Patch](https://developer.n-able.com/n-sight/docs/reprocess-patch.md): Service name: patch_reprocess
- [Retry Patch](https://developer.n-able.com/n-sight/docs/retry-patch.md): Service name: patch_retry
- [Quarantine List](https://developer.n-able.com/n-sight/docs/managed-antivirus-quarantine-list.md): Service name: mav_quarantine_list
- [Quarantine Release](https://developer.n-able.com/n-sight/docs/quarantine-release.md): Service name: mav_quarantine_release
- [Quarantine Remove](https://developer.n-able.com/n-sight/docs/quarantine-remove.md): Service name: mav_quarantine_remove
- [Start Scan](https://developer.n-able.com/n-sight/docs/start-scan.md): Service name: mav_scan_start
- [Pause Scan](https://developer.n-able.com/n-sight/docs/pause-scan.md): Service name: mav_scan_pause
- [Resume Scan](https://developer.n-able.com/n-sight/docs/resume-scan.md): Service name: mav_scan_resume
- [Scan Cancel](https://developer.n-able.com/n-sight/docs/scan-cancel.md): Service name: mav_scan_cancel
- [Device List - Managed Antivirus](https://developer.n-able.com/n-sight/docs/device-list-managed-antivirus.md): Service name: mav_scan_device_list
- [List Managed Antivirus Scans](https://developer.n-able.com/n-sight/docs/list-managed-antivirus-scans.md): Service name: list_mav_scans
- [List Managed Antivirus Threats](https://developer.n-able.com/n-sight/docs/list-managed-antivirus.md): Service name: list_mav_threats
- [List Managed Antivirus Quarantine](https://developer.n-able.com/n-sight/docs/list-managed-antivirus-quarantine.md): Service name: list_mav_quarantine
- [Update Definitions File - Bitdefender Engine](https://developer.n-able.com/n-sight/docs/definitions-update.md): Service name: mav_definitions_update
- [Backup & Recovery Selection Size](https://developer.n-able.com/n-sight/docs/backup-recovery-selection-size.md): Service name: mob/mob_list_selection_size
- [List Backup & Recovery Sessions](https://developer.n-able.com/n-sight/docs/list-backup-recovery-sessions.md): Service name: list_mob_sessions
- [List Backup Check History](https://developer.n-able.com/n-sight/docs/list-backup-check-history.md): Service name: list_backup_history
- [List Active Directory Users](https://developer.n-able.com/n-sight/docs/list-active-directory-users.md): Service name: list_active_directory_users
- [Run Task Now](https://developer.n-able.com/n-sight/docs/run-task-now.md): Service name: task_run_now
## Recipes
- [AD Account Aging - PS1](https://developer.n-able.com/n-sight/recipes/ad-account-aging-ps1.md)
- [AD Audit Script](https://developer.n-able.com/n-sight/recipes/ad-audit-script.md)
- [Allows to continually ping the host ang log to a file whenever connectivitiy is lost](https://developer.n-able.com/n-sight/recipes/allows-to-continually-ping-the-host-ang-log-to-a-file-whenever-connectivitiy-is-lost.md)
- [Azure Certificate Monitoring N-sight](https://developer.n-able.com/n-sight/recipes/azure-certificate-monitoring-n-sight.md)
- [Battery Capacity Monitoring RMM](https://developer.n-able.com/n-sight/recipes/battery-capacity-monitoring-rmm.md)
- [BitLocker Disk Encryption Monitoring v2 - N-sight RMM](https://developer.n-able.com/n-sight/recipes/bitlocker-disk-encryption-monitoring-v2-n-sight-rmm.md)
- [Bitlocker Precheck](https://developer.n-able.com/n-sight/recipes/bitlocker-precheck.md)
- [Bitlocker Status - Including Suspended](https://developer.n-able.com/n-sight/recipes/bitlocker-status-including-suspended.md)
- [Bittorrent Detection and Mitigating - RMM](https://developer.n-able.com/n-sight/recipes/bittorrent-detection-and-mitigating-rmm.md)
- [Block Windows 10 update](https://developer.n-able.com/n-sight/recipes/block-windows-10-update.md)
- [BSOD (Blue Screen of Death) Monitoring - N-sight RMM](https://developer.n-able.com/n-sight/recipes/bsod-blue-screen-of-death-monitoring-n-sight-rmm.md)
- [Certificates Expiring Within x Days with thumbprint exclusion](https://developer.n-able.com/n-sight/recipes/certificates-expiring-within-x-days-with-thumbprint-exclusion.md)
- [Check if Task in Windows Task Scheduler Has Run](https://developer.n-able.com/n-sight/recipes/check-if-task-in-windows-task-scheduler-has-run.md)
- [Check TLS 1.2 Available N-sight](https://developer.n-able.com/n-sight/recipes/check-tls-12-available-n-sight.md)
- [Checking Network latency to a given hostname](https://developer.n-able.com/n-sight/recipes/checking-network-latency-to-a-given-hostname.md)
- [Checking the log-in name user of a remote computer](https://developer.n-able.com/n-sight/recipes/checking-the-log-in-name-user-of-a-remote-computer.md)
- [Checking the status of Raid Status](https://developer.n-able.com/n-sight/recipes/checking-the-status-of-raid-status.md)
- [Compare Domain Admin Accounts - RMM](https://developer.n-able.com/n-sight/recipes/compare-domain-admin-accounts-rmm.md)
- [Competitor RMM agents - N-able N-sight RMM](https://developer.n-able.com/n-sight/recipes/competitor-rmm-agents-n-able-n-sight-rmm.md)
- [Cove Data Protection Set Device Product](https://developer.n-able.com/n-sight/recipes/cove-data-protection-set-device-product.md)
- [Cove Local Speed Vault Status - N-sight RMM](https://developer.n-able.com/n-sight/recipes/cove-local-speed-vault-status-n-sight-rmm.md)
- [Cove Recovery Testing Monitoring - N-sight](https://developer.n-able.com/n-sight/recipes/cove-recovery-testing-monitoring-n-sight.md)
- [CVE-2021-26855 IoC RMM](https://developer.n-able.com/n-sight/recipes/cve-2021-26855-ioc-rmm.md)
- [CVE-2021-40444 Mitigation RMM](https://developer.n-able.com/n-sight/recipes/cve-2021-40444-mitigation-rmm.md)
- [Dell PERC RAID checks](https://developer.n-able.com/n-sight/recipes/dell-perc-raid-checks.md)
- [Detect and Kill Bittorrent - N-Sight](https://developer.n-able.com/n-sight/recipes/detect-and-kill-bittorrent-n-sight.md)
- [Disable Office Hardware acceleration](https://developer.n-able.com/n-sight/recipes/disable-office-hardware-acceleration.md)
- [Disabling / Enabling All removable devices on Windows](https://developer.n-able.com/n-sight/recipes/disabling-enabling-all-removable-devices-on-windows.md)
- [Disabling Windows Update](https://developer.n-able.com/n-sight/recipes/disabling-windows-update.md)
- [Disk Change Detection - N-sight](https://developer.n-able.com/n-sight/recipes/disk-change-detection-n-sight.md)
- [Disk Space Usage](https://developer.n-able.com/n-sight/recipes/disk-space-usage.md)
- [Displays the status of the disk](https://developer.n-able.com/n-sight/recipes/displays-the-status-of-the-disk.md)
- [DNS Filtering Roaming Agent Monitor N-sight](https://developer.n-able.com/n-sight/recipes/dns-filtering-roaming-agent-monitor-n-sight.md)
- [Downloading Bginfo.exe from Default browsers or other browsers](https://developer.n-able.com/n-sight/recipes/downloading-bginfoexe-from-default-browsers-or-other-browsers.md)
- [File Content Search (RMM)](https://developer.n-able.com/n-sight/recipes/file-content-search-rmm.md)
- [File Count Check Against List of Folders (RMM)](https://developer.n-able.com/n-sight/recipes/file-count-check-against-list-of-folders-rmm.md)
- [File Older than 15 days](https://developer.n-able.com/n-sight/recipes/file-older-than-15-days.md)
- [File size & Path length check](https://developer.n-able.com/n-sight/recipes/file-size-path-length-check.md)
- [Find Files Over a Certain Size In A Specific Folder - Script Check](https://developer.n-able.com/n-sight/recipes/find-files-over-a-certain-size-in-a-specific-folder-script-check.md)
- [Finding way to monitor domain name expiration](https://developer.n-able.com/n-sight/recipes/finding-way-to-monitor-domain-name-expiration.md)
- [Free Physical Memory - N-sight RMM](https://developer.n-able.com/n-sight/recipes/free-physical-memory-n-sight-rmm.md)
- [Get Teamviewer code](https://developer.n-able.com/n-sight/recipes/get-teamviewer-code.md)
- [How to check the size of the currently logged in User's profile directory](https://developer.n-able.com/n-sight/recipes/how-to-check-the-size-of-the-currently-logged-in-users-profile-directory.md)
- [How to check the user logged on to Windows](https://developer.n-able.com/n-sight/recipes/how-to-check-the-user-logged-on-to-windows.md)
- [How to find the list of installed printers on Windows](https://developer.n-able.com/n-sight/recipes/how-to-find-the-list-of-installed-printers-on-windows.md)
- [How to get scheduled tasks from local computer.](https://developer.n-able.com/n-sight/recipes/how-to-get-scheduled-tasks-from-local-computer.md)
- [How to put a system tray icon in notification area?](https://developer.n-able.com/n-sight/recipes/how-to-put-a-system-tray-icon-in-notification-area.md)
- [HTTPS Certificate Expiry check](https://developer.n-able.com/n-sight/recipes/https-certificate-expiry-check.md)
- [Hyper-V Get Running VM Count (RMM)](https://developer.n-able.com/n-sight/recipes/hyper-v-get-running-vm-count-rmm.md)
- [Hyper-V monitoring script](https://developer.n-able.com/n-sight/recipes/hyper-v-monitoring-script.md)
- [Hyper-V Replica Status Monitoring](https://developer.n-able.com/n-sight/recipes/hyper-v-replica-status-monitoring.md)
- [Increase Server File Share Resources](https://developer.n-able.com/n-sight/recipes/increase-server-file-share-resources.md)
- [Is application Installed and Desired Version - RMM](https://developer.n-able.com/n-sight/recipes/is-application-installed-and-desired-version-rmm.md)
- [Is OneDrive Running - RMM](https://developer.n-able.com/n-sight/recipes/is-onedrive-running-rmm.md)
- [Is RDP Enabled - N-sight](https://developer.n-able.com/n-sight/recipes/is-rdp-enabled-n-sight.md)
- [Is SMBv1 Enabled - RMM](https://developer.n-able.com/n-sight/recipes/is-smbv1-enabled-rmm.md)
- [Kaseya Endpoint Detection Tool - RMM](https://developer.n-able.com/n-sight/recipes/kaseya-endpoint-detection-tool-rmm.md)
- [List Installed Printers](https://developer.n-able.com/n-sight/recipes/list-installed-printers.md)
- [List of Administrative Tools installed on a computer](https://developer.n-able.com/n-sight/recipes/list-of-administrative-tools-installed-on-a-computer.md)
- [List of Serial Port Properties](https://developer.n-able.com/n-sight/recipes/list-of-serial-port-properties.md)
- [Listening ports](https://developer.n-able.com/n-sight/recipes/listening-ports.md)
- [Lists of scheduled tasks from local computer.](https://developer.n-able.com/n-sight/recipes/lists-of-scheduled-tasks-from-local-computer.md)
- [Log4j Vulnerability Scanner CVE-2021-44228 RMM](https://developer.n-able.com/n-sight/recipes/log4j-vulnerability-scanner-cve-2021-44228-rmm.md)
- [Logon / Logoff Script](https://developer.n-able.com/n-sight/recipes/logon-logoff-script.md)
- [Mac - Check Cache Size](https://developer.n-able.com/n-sight/recipes/mac-check-cache-size.md)
- [Mac - Check for Prohibited Apps](https://developer.n-able.com/n-sight/recipes/mac-check-for-prohibited-apps.md)
- [Mac - Check for Restricted DeveloperI D](https://developer.n-able.com/n-sight/recipes/mac-check-for-restricted-developeri-d.md)
- [Mac - Check Log Size](https://developer.n-able.com/n-sight/recipes/mac-check-log-size.md)
- [Mac - EDR Monitoring for RMM](https://developer.n-able.com/n-sight/recipes/mac-edr-monitoring-for-rmm.md)
- [Mac - MDM Enrollment Check](https://developer.n-able.com/n-sight/recipes/mac-mdm-enrollment-check.md)
- [Mac - Monitor Managed AV Status](https://developer.n-able.com/n-sight/recipes/mac-monitor-managed-av-status.md)
- [Mac - N-able Integrated Backup Monitoring for RMM](https://developer.n-able.com/n-sight/recipes/mac-n-able-integrated-backup-monitoring-for-rmm.md)
- [Mac - Remote Worker Speed Test](https://developer.n-able.com/n-sight/recipes/mac-remote-worker-speed-test.md)
- [Mac - Remove Gruntwork](https://developer.n-able.com/n-sight/recipes/mac-remove-gruntwork.md)
- [Mac - RMM Troubleshooting Script](https://developer.n-able.com/n-sight/recipes/mac-rmm-troubleshooting-script.md)
- [Mac - Task to Kill Prohibited Apps](https://developer.n-able.com/n-sight/recipes/mac-task-to-kill-prohibited-apps.md)
- [Mapped Drives Info](https://developer.n-able.com/n-sight/recipes/mapped-drives-info.md)
- [MAV scan via API](https://developer.n-able.com/n-sight/recipes/mav-scan-via-api.md)
- [Microsoft 365 Update With Version Check N-sight](https://developer.n-able.com/n-sight/recipes/microsoft-365-update-with-version-check-n-sight.md)
- [Modem Information script](https://developer.n-able.com/n-sight/recipes/modem-information-script.md)
- [Monitor Hyper-V Replica](https://developer.n-able.com/n-sight/recipes/monitor-hyper-v-replica.md)
- [Monitor if Apps are Installed - RMM](https://developer.n-able.com/n-sight/recipes/monitor-if-apps-are-installed-rmm.md)
- [Monitor Most Recent File in Folder for Age - RMM](https://developer.n-able.com/n-sight/recipes/monitor-most-recent-file-in-folder-for-age-rmm.md)
- [Monitoring Barracuda Backup](https://developer.n-able.com/n-sight/recipes/monitoring-barracuda-backup.md)
- [Monitoring of Missing Applications (RMM)](https://developer.n-able.com/n-sight/recipes/monitoring-of-missing-applications-rmm.md)
- [Move old event log files](https://developer.n-able.com/n-sight/recipes/move-old-event-log-files.md)
- [N-central Integrated Backup Get Device Statistics](https://developer.n-able.com/n-sight/recipes/n-central-integrated-backup-get-device-statistics.md)
- [N-sight AI Connect (MCP)](https://developer.n-able.com/n-sight/recipes/n-sight-ai-connect-mcp.md)
- [N-sight API - List Customers Device Count](https://developer.n-able.com/n-sight/recipes/n-sight-api-list-customers-device-count.md)
- [Norton 360 AV Check](https://developer.n-able.com/n-sight/recipes/norton-360-av-check.md)
- [OpenClaw Detection Script - N-sight](https://developer.n-able.com/n-sight/recipes/openclaw-detection-script-n-sight.md)
- [Patch Management Error Check](https://developer.n-able.com/n-sight/recipes/patch-management-error-check.md)
- [Post KB5005010 PrintNightmare Remediation RMM](https://developer.n-able.com/n-sight/recipes/post-kb5005010-printnightmare-remediation-rmm.md)
- [Process Run Time Monitoring (RMM)](https://developer.n-able.com/n-sight/recipes/process-run-time-monitoring-rmm.md)
- [Profile - Block Installing macOS Betas](https://developer.n-able.com/n-sight/recipes/profile-block-installing-macos-betas.md)
- [Profile - CNSSI 1253](https://developer.n-able.com/n-sight/recipes/profile-cnssi-1253.md)
- [Profile - Cove Data Protection TCC](https://developer.n-able.com/n-sight/recipes/profile-cove-data-protection-tcc.md)
- [Profile - DISA STIG](https://developer.n-able.com/n-sight/recipes/profile-disa-stig.md)
- [Profile - Disable 32 Bit Apps Warning](https://developer.n-able.com/n-sight/recipes/profile-disable-32-bit-apps-warning.md)
- [Profile - Disable iCloud](https://developer.n-able.com/n-sight/recipes/profile-disable-icloud.md)
- [Profile - Enable macOS Firewall](https://developer.n-able.com/n-sight/recipes/profile-enable-macos-firewall.md)
- [Profile - Force Update Delay](https://developer.n-able.com/n-sight/recipes/profile-force-update-delay.md)
- [Profile - Managed AV Settings](https://developer.n-able.com/n-sight/recipes/profile-managed-av-settings.md)
- [Profile - Microsoft 365 Settings](https://developer.n-able.com/n-sight/recipes/profile-microsoft-365-settings.md)
- [Profile - N-sight RMM Agent TCC Permissions](https://developer.n-able.com/n-sight/recipes/profile-n-sight-rmm-agent-tcc-permissions.md)
- [Profile - NIST 800-171](https://developer.n-able.com/n-sight/recipes/profile-nist-800-171.md)
- [Profile - NIST 800-53r5 High](https://developer.n-able.com/n-sight/recipes/profile-nist-800-53r5-high.md)
- [Profile - NIST 800-53r5 Low](https://developer.n-able.com/n-sight/recipes/profile-nist-800-53r5-low.md)
- [Profile - NIST 800-53r5 Moderate](https://developer.n-able.com/n-sight/recipes/profile-nist-800-53r5-moderate.md)
- [Profile - Onboarding Security Settings](https://developer.n-able.com/n-sight/recipes/profile-onboarding-security-settings.md)
- [Profile - Onboarding Skip Optional Steps](https://developer.n-able.com/n-sight/recipes/profile-onboarding-skip-optional-steps.md)
- [Profile - SentinelOne EDR TCC Permissions](https://developer.n-able.com/n-sight/recipes/profile-sentinelone-edr-tcc-permissions.md)
- [Profile - Take Control Agent TCC](https://developer.n-able.com/n-sight/recipes/profile-take-control-agent-tcc.md)
- [Ransomware Detection - N-sight RMM](https://developer.n-able.com/n-sight/recipes/ransomware-detection-n-sight-rmm.md)
- [Reboot script if device is not shutdown for N days](https://developer.n-able.com/n-sight/recipes/reboot-script-if-device-is-not-shutdown-for-n-days.md)
- [Remove Domain Users from Local Administrators Group](https://developer.n-able.com/n-sight/recipes/remove-domain-users-from-local-administrators-group.md)
- [Remove Windows 10 Upgrade Offer Icon](https://developer.n-able.com/n-sight/recipes/remove-windows-10-upgrade-offer-icon.md)
- [Report for Codec Files on a Computer](https://developer.n-able.com/n-sight/recipes/report-for-codec-files-on-a-computer.md)
- [Restart RMM Agent Script](https://developer.n-able.com/n-sight/recipes/restart-rmm-agent-script.md)
- [Retrieve the OS Name Version and CPU type](https://developer.n-able.com/n-sight/recipes/retrieve-the-os-name-version-and-cpu-type.md)
- [Retrieving a specific log or collection of log files](https://developer.n-able.com/n-sight/recipes/retrieving-a-specific-log-or-collection-of-log-files.md)
- [Retrieving of Hardware information on Windows](https://developer.n-able.com/n-sight/recipes/retrieving-of-hardware-information-on-windows.md)
- [Simple PING check](https://developer.n-able.com/n-sight/recipes/simple-ping-check.md)
- [Site Concentrator Credential Script](https://developer.n-able.com/n-sight/recipes/site-concentrator-credential-script.md)
- [SNMP check for APC UPS](https://developer.n-able.com/n-sight/recipes/snmp-check-for-apc-ups.md)
- [SNMP check for Cisco Wireless Access Point](https://developer.n-able.com/n-sight/recipes/snmp-check-for-cisco-wireless-access-point.md)
- [SNMP check for Dell iDRAC](https://developer.n-able.com/n-sight/recipes/snmp-check-for-dell-idrac.md)
- [SNMP check for HP iLO](https://developer.n-able.com/n-sight/recipes/snmp-check-for-hp-ilo.md)
- [Switching to Desktop](https://developer.n-able.com/n-sight/recipes/switching-to-desktop.md)
- [System Volume SSD Check RMM](https://developer.n-able.com/n-sight/recipes/system-volume-ssd-check-rmm.md)
- [Third Party Anti-Virus Check (RMM Only)](https://developer.n-able.com/n-sight/recipes/third-party-anti-virus-check-rmm-only.md)
- [TLS 1.2 Enable N-sight RMM](https://developer.n-able.com/n-sight/recipes/tls-12-enable-n-sight-rmm.md)
- [Uninstall A Program](https://developer.n-able.com/n-sight/recipes/uninstall-a-program.md)
- [Uninstall Dropbox](https://developer.n-able.com/n-sight/recipes/uninstall-dropbox.md)
- [Update Trend Micro AV after the check failed](https://developer.n-able.com/n-sight/recipes/update-trend-micro-av-after-the-check-failed.md)
- [USB Disk Drive Detection (RMM)](https://developer.n-able.com/n-sight/recipes/usb-disk-drive-detection-rmm.md)
- [User Login Check Time Bound - RMM](https://developer.n-able.com/n-sight/recipes/user-login-check-time-bound-rmm.md)
- [VMware Snapshots](https://developer.n-able.com/n-sight/recipes/vmware-snapshots.md)
- [Volume Check](https://developer.n-able.com/n-sight/recipes/volume-check.md)
- [VSS Snapshot Age Monitor RMM](https://developer.n-able.com/n-sight/recipes/vss-snapshot-age-monitor-rmm.md)
- [Windows 11 24H2 Upgrade Check - N-sight](https://developer.n-able.com/n-sight/recipes/windows-11-24h2-upgrade-check-n-sight.md)
- [Windows Audit Policy Check for EDR April 2023 N-Sight](https://developer.n-able.com/n-sight/recipes/windows-audit-policy-check-for-edr-april-2023-n-sight.md)
- [Windows De-Duplication](https://developer.n-able.com/n-sight/recipes/windows-de-duplication.md)
- [Windows Firewall Check](https://developer.n-able.com/n-sight/recipes/windows-firewall-check.md)
- [Windows Updates – reboot check and Prompt](https://developer.n-able.com/n-sight/recipes/windows-updates-reboot-check-and-prompt.md)
## Changelog
- [N-sight AI Connect — MCP Server v1.0](https://developer.n-able.com/n-sight/changelog/n-sight-ai-connect-mcp-server-v10.md)
- [N-sight API - List Customers Device Count](https://developer.n-able.com/n-sight/changelog/n-sight-api-list-customers-device-count.md)
- [Developer Portal Launch](https://developer.n-able.com/n-sight/changelog/welcome-to-n-sight.md)
# Take Control Documentation
> Documentation for Take Control
## Guides
- [Getting Started with Take Control's APIs](https://developer.n-able.com/takecontrol/docs/getting-started-with-take-controls-apis.md)
- [Quickstart](https://developer.n-able.com/takecontrol/docs/quickstart.md)
- [Managing API Keys and Viewing the API Domain](https://developer.n-able.com/takecontrol/docs/managing-api-keys-and-viewing-the-api-domain.md)
- [Legacy API](https://developer.n-able.com/takecontrol/docs/legacy-api.md)
- [Configure the New Session API](https://developer.n-able.com/takecontrol/docs/configure-the-new-session-api.md)
- [Configure the Deferred Support Request API](https://developer.n-able.com/takecontrol/docs/configure-the-deferred-support-request-api.md)
- [Configure the Validation API](https://developer.n-able.com/takecontrol/docs/configure-the-validation-api.md)
- [Configure the Session History API](https://developer.n-able.com/takecontrol/docs/configure-the-session-history-api.md)
- [Support Sessions Management APIs](https://developer.n-able.com/takecontrol/docs/support-sessions-management-apis.md)
- [Managing Support Sessions](https://developer.n-able.com/takecontrol/docs/managing-support-sessions.md)
- [Support Ticket Management](https://developer.n-able.com/takecontrol/docs/support-ticket-management.md)
- [Managing Support Tickets](https://developer.n-able.com/takecontrol/docs/managing-support-tickets.md)
- [Technician API Overview](https://developer.n-able.com/takecontrol/docs/technician-api-overview.md)
- [Managing Technicians](https://developer.n-able.com/takecontrol/docs/managing-technicians.md)
- [Device API Overview](https://developer.n-able.com/takecontrol/docs/device-api-overview.md)
- [Managing Devices](https://developer.n-able.com/takecontrol/docs/managing-devices.md)
## API Reference
- [Create a new session](https://developer.n-able.com/takecontrol/reference/createsession.md): Create a new session
- [Get session history](https://developer.n-able.com/takecontrol/reference/getsessionhistory.md): If no filters set, last 300 sessions will be listed.
Maximum 300 results per request (use filters to refine your search).
- [Create a new deferred support request](https://developer.n-able.com/takecontrol/reference/addticket.md): Create a new deferred support request
- [Create a new technician](https://developer.n-able.com/takecontrol/reference/addtechnician.md): Create a new technician - Technician APIs require authorization first. Please reach out to support for these APIs to be activated on your account.
- [Create multiple technicians](https://developer.n-able.com/takecontrol/reference/bulkaddtechnician.md): Create multiple technicians - Technician APIs require authorization first. Please reach out to support for these APIs to be activated on your account.
- [Modify technician](https://developer.n-able.com/takecontrol/reference/edittechnician.md): Modify existent technician - Technician APIs require authorization first. Please reach out to support for these APIs to be activated on your account.
- [Fetch technicians list](https://developer.n-able.com/takecontrol/reference/listtechnician.md): Maximum 300 results per request (use filters to refine your search).
- [Fetch technician details](https://developer.n-able.com/takecontrol/reference/gettechnician.md): Fetch technician details
- [Create new device installer](https://developer.n-able.com/takecontrol/reference/createinstaller.md): Create new device installer
- [Get device groups list](https://developer.n-able.com/takecontrol/reference/grouplist.md): Get device groups list
- [Create new device group](https://developer.n-able.com/takecontrol/reference/groupcreate.md): Create new device group
- [Edit device group](https://developer.n-able.com/takecontrol/reference/groupedit.md): Edit device group
- [Delete device group](https://developer.n-able.com/takecontrol/reference/groupdelete.md): Delete device group
- [Get device details](https://developer.n-able.com/takecontrol/reference/getdeviceinfo.md): Get device details
- [Update device details](https://developer.n-able.com/takecontrol/reference/updatedeviceinfo.md): Update device details
- [Get devices list](https://developer.n-able.com/takecontrol/reference/listdevices.md): Get devices list
- [Fetch AuditLog events list](https://developer.n-able.com/takecontrol/reference/auditlog-1.md): Maximum 300 results per page (use filters to refine your search).
- [Get AuditLog event types list](https://developer.n-able.com/takecontrol/reference/auditlogtypes.md): List all AuditLog event types
- [Get permission groups list](https://developer.n-able.com/takecontrol/reference/permissiongroupslist.md): List all permission groups
## Recipes
- [Create a Device Group with a child Group](https://developer.n-able.com/takecontrol/recipes/create-a-device-group-with-a-child-group.md)
- [Create an Installer for a specific Group](https://developer.n-able.com/takecontrol/recipes/create-an-installer-for-a-specific-group.md)
## Changelog
- [Developer Portal Launch](https://developer.n-able.com/takecontrol/changelog/developer-portal-launch.md)
# MSP Billing API Documentation
> Documentation for MSP Billing API
## Guides
- [Request an API Key](https://developer.n-able.com/n-able-billing-api/docs/request-a-billing-api-key.md): Generate an API key to securely access our Billing API.
- [General FAQ](https://developer.n-able.com/n-able-billing-api/docs/faq.md)
- [Billing API Introduction](https://developer.n-able.com/n-able-billing-api/docs/introduction.md): API endpoint to synchronize usage data for financial operations
- [Billing API FAQ](https://developer.n-able.com/n-able-billing-api/docs/billing-api-faq.md)
- [Workflow for direct customers](https://developer.n-able.com/n-able-billing-api/docs/workflow-direct.md): General workflow for customers buying from N-Able directly
- [Workflow for indirect customers](https://developer.n-able.com/n-able-billing-api/docs/workflow-indirect.md): General workflow for MSPs buying from N-Able via a Distributor or Reseller
- [Partner Billing API Introduction](https://developer.n-able.com/n-able-billing-api/docs/partner-api.md): API endpoint to synchronize usage data for financial operations
- [Partner Billing API FAQ](https://developer.n-able.com/n-able-billing-api/docs/partner-billing-faq.md)
- [Workflow](https://developer.n-able.com/n-able-billing-api/docs/workflow-partner-billing.md): Basic workflow for Distributors and Resellers
- [Partner Provisioning API Introduction](https://developer.n-able.com/n-able-billing-api/docs/provisioning-api-introduction.md)
- [Partner Provisioning API FAQ](https://developer.n-able.com/n-able-billing-api/docs/provisioning-api-faq.md)
- [Retrieve relevant data](https://developer.n-able.com/n-able-billing-api/docs/retrieve-relevant-data.md)
- [Asynchronous workflow](https://developer.n-able.com/n-able-billing-api/docs/asynchronous-workflow.md)
- [Synchronous workflow](https://developer.n-able.com/n-able-billing-api/docs/synchronous-workflow.md)
## API Reference
- [Invoices Ready](https://developer.n-able.com/n-able-billing-api/reference/post_invoicesready-sfdcid-timeframe.md): Verify invoices are finalized before pulling usage or invoice details.
- [Invoice Details](https://developer.n-able.com/n-able-billing-api/reference/post_invoicedetails-sfdcid-invoiceid.md): Retrieve details per invoice split by contracts.
- [Device Level Usage](https://developer.n-able.com/n-able-billing-api/reference/post_usagedetailsdevices-sfdcid-timeframe-contractid.md): Retrieves device level usage, summarized by device and by client.
- [Usage Detail Summary](https://developer.n-able.com/n-able-billing-api/reference/post_usagedetails-sfdcid-timeframe.md): Summarize usage by service and by child account per month.
- [Retrieve Efile](https://developer.n-able.com/n-able-billing-api/reference/post_efile.md): Retrieve an encoded version of the efile.
- [Summary of invoices](https://developer.n-able.com/n-able-billing-api/reference/post_invoices-sfdcid-timeframe.md): This endpoint returns a summary of all invoices for a given month timeframe.
- [Create trial](https://developer.n-able.com/n-able-billing-api/reference/post_createtrial.md): Create a net new trial.
- [Convert trial to subscription](https://developer.n-able.com/n-able-billing-api/reference/post_converttrial.md): Convert existing trial into billable subscription.
- [Cancel trial](https://developer.n-able.com/n-able-billing-api/reference/post_canceltrial.md): Cancel existing trial.
- [Re-trial](https://developer.n-able.com/n-able-billing-api/reference/post_retrial.md): Create a new trial for expired customer.
- [Retrieve existing tenants](https://developer.n-able.com/n-able-billing-api/reference/post_tenantstatus.md): Retrieve existing tenants and contracts for specified account.
- [Create subscription](https://developer.n-able.com/n-able-billing-api/reference/post_createsubscription.md): Create subscription for client without trial.
- [Amend subscription](https://developer.n-able.com/n-able-billing-api/reference/post_amendsubscription.md): Amend existing subscription to upgrade committment.
- [Suspend subscription](https://developer.n-able.com/n-able-billing-api/reference/post_suspendsubscription.md): Suspend existing subscription.
- [Product Catalog](https://developer.n-able.com/n-able-billing-api/reference/post_productcatalog.md): Retrieve available product packages and associated services.
- [Retrieve Accounts](https://developer.n-able.com/n-able-billing-api/reference/post_createdaccounts-sfdcid.md): Retrieve existing child accounts.
- [Create account](https://developer.n-able.com/n-able-billing-api/reference/post_distiaccount.md): Create new account or update existing account.
- [Create additional user](https://developer.n-able.com/n-able-billing-api/reference/post_disticreateadduser.md): Create new user contact for existing account.
- [Invoices Ready](https://developer.n-able.com/n-able-billing-api/reference/post_psainvoicesready-sfdcid-timeframe.md): This endpoint allows you to fetch available, finalised invoices for a specific timeframe.
- [Retrieve device-level usage by contract](https://developer.n-able.com/n-able-billing-api/reference/post_psausagedetailsdevices-sfdcid-timeframe-contractid-invoiceid.md): This endpoint provides detailed device-level usage data for specific contracts and invoices within a given timeframe.
- [Retrieve device-level usage by timeframe](https://developer.n-able.com/n-able-billing-api/reference/post_psausagebytimeframe-sfdcid-timeframe.md): This endpoint provides detailed device-level usage data for all available products for a specified timeframe.
- [Retrieve client-level only usage by timeframe](https://developer.n-able.com/n-able-billing-api/reference/post_psausagesummary-sfdcid-timeframe.md): This endpoint provides detailed device-level usage data for all available products for a specified timeframe.
- [Retrieve Billable Services](https://developer.n-able.com/n-able-billing-api/reference/post_psabillableservices-sfdcid-timeframe-contractid.md): This endpoint returns a detailed list of available billable services and clients for a given contract and timeframe.
## Changelog
- [Welcome to Billing API](https://developer.n-able.com/n-able-billing-api/changelog/welcome-to-billing-api.md)
Append .md to any documentation page URL to get its markdown version.