Advanced Search
Search Results
257 total results found
Device Scout
Overview Device Scout checks devices against a repository of recommended security controls or any custom controls to reflect security requirements needed for a school or district environment. The repository of rules for compliance are established by recomme...
Detection & Removal
Overview Detection & Removal is a client based solution that leverages Apple's Endpoint Security Framework to constantly monitor a set of different events that could potentially represent the introduction of a new malware on a macOS device. Once these event...
Admin On-Demand
Overview Admin On-Demand provides a quick, easy way for Mosyle Administrators to convert Admin user accounts on the Mac to Standard users, while also allowing user accounts on the Mac to request temporary user account escalation to complete any tasks that r...
DNS Filtering
Overview DNS Filtering provides Administrators an easy way to filter network traffic to ensure users are accessing approved sites. It is organized in 7 tabs: Overview, Settings, Filtering, Security, Allowed/Blocked, Alerts, and Logs. DNS Filtering profiles...
Migrating an APNS certificate from one Apple ID to another Apple ID
As part of a recent change, I needed to migrate an APNS certificate from being associated with one Apple ID to now being associated with another Apple ID. Apple has a KBase article available which provides contact information for this, which is available via t...
Client VPN OS Configuration
This article outlines instructions to configure a client VPN connection on commonly used operating systems. Learn more with these free online training courses on the Meraki Learning Hub: Implementing Remote Access with IPsec Client VPN Sign in wit...
Install Home Assistant OS in a VM (Proxmox)
This is a manual guide to install Home Assistant OS (HAOS) in a VM under Proxmox VE, adapted from the Proxmox forum thread. :contentReference[oaicite:1]{index=1} --- 1. Obtain the VM image Go to the HA installation page’s “Alternative” section on the of...
Troubleshooting Windows Server VM Reboot Loop & INACCESSIBLE_BOOT_DEVICE on XCP-ng
Document Purpose:This guide documents the process for diagnosing and recovering a Windows Server 2019/2022 VM running on XCP-ng / Xen Orchestra that becomes stuck in a reboot loop or shows the blue screen: STOP CODE: INACCESSIBLE_BOOT_DEVICE 1. Symptom...
Enabling RDP in Directory Services Restore Mode (DSRM)
This procedure allows you to remote into a Domain Controller while it is booted into Directory Services Restore Mode (DSRM) using RDP. This is not officially supported by Microsoft and should be used only for recovery and troubleshooting. ⚠️ Important ...
Directory Services Cannot Start After Restoring NTDS & SYSVOL on a Single DC Fixing STOP Code 0xC00002E2
This guide explains how to recover from the Windows Server Blue Screen: STOP CODE: 0xC00002E2 STATUS_DS_INIT_FAILURE This typically occurs when: ntds.dit was restored manually SYSVOL was restored manually BurFlags may have been set The server was ...
Wazuh Agent Deployment & Troubleshooting Guide
This guide documents the procedures for maintaining Wazuh agents on Ubuntu 22.04/24.04, with specific instructions for Docker monitoring and manual ID preservation. 1. Agent Version Control (Critical) Constraint: The Wazuh Manager version must always be ...
🛠️ Fixing Wazuh Dashboard Migration Loops
If you keep seeing “Wazuh dashboard server is not ready yet” in a loop, the Wazuh Dashboard is almost always stuck on a migration lock. This typically happens after an interrupted upgrade or restart. 🔐 Security Warning Never store real credentials in docum...
🚀 Optimizing Linux Swappiness
By default, Linux has a "swappiness" value of 60. Lowering this to 10 tells the kernel to avoid using the slow disk swap and prioritize the fast physical RAM, which is critical for Wazuh Indexer performance. 1 Check Current Swappiness Run th...
🛠️ Breaking the Migration Lockge
The "Another process is migrating" error occurs when the dashboard service is interrupted while recreating its internal indices. Follow these steps in exact order to clear the lock. 1 Stop the Dashboard Service You must stop the service to e...
📜 Clean Dashboard Log Viewing
The default dashboard logs are dense JSON strings. Use these filtered commands to see exactly what is happening during a migration without the "noise". 1 Filter for Migration Progress This command hides the repetitive warnings and only shows...
🛠️ Wazuh Logs Advanced Log Troubleshooting (with JQ)
The Wazuh Dashboard logs are JSON-formatted, but standard journalctl prepends timestamps that break JSON parsers. Use these commands to see perfectly formatted, readable logs. 1 View Pretty-Printed JSON The -o cat flag removes the OS timesta...
📡 Fixing Disconnected Agents
When an agent shows as Disconnected, it is usually due to a service failure on the endpoint or a network/firewall block between the endpoint and the Wazuh Manager. 1 Restart Service on Hestia VM Log into the Hestia VM and restart the agent. ...
Fix Windows Server Boot Failure After Windows Update
This guide walks through recovering a Windows Server system that fails to boot after a Windows Update. It uses Windows Recovery Environment (WinRE) and DISM to revert or remove problematic updates. Tested with Windows Server 2019. The process is nearly iden...