When an agent is automatically removed from an account, it will be tasked to uninstall. Should the agent come back online, the uninstall task instructs the agent to remove itself from the computer.  Huntress will task an agent to uninstall for 30 days. If the Host is offline for those 30 days, the Agent will not be uninstalled. When the host is brought back online, it will be left with an [Orphaned Agent](https://support.huntress.io/hc/en-us/articles/4404004930195-Unresponsive-Agent-Settings#Orphaned_Agent). At any point after, if the host attempts to contact the Huntress portal it will be tasked to uninstall. # Verify Agent Status ## MacOS ### Commandline ## From Command line You can also verify from the command line with administrator privileges by using these commands: ```bash sudo /Applications/Huntress.app/Contents/MacOS/Huntress extensionctl status ``` If the extension and network content filter has been properly installed, the first two lines of the output should look like this: ``` Extension Status: installed Preauthorization Status: granted ```