Delete Wazuh Agent

Access the Wazuh API Console Run the command, replacing the agent id DELETE /agents?pretty=true&older_than=0s&agents_list=473&status=all Output results should indicate number of agents deleted { "data": { "affected_items": [ "473" ], "total_affected_items": …

Open SSH Errors

Problem: Permission Denied [edc@ftp .ssh]$ sftp [email protected] Permission denied (publickey,keyboard-interactive). Couldn’t read packet: Connection reset by peer [edc@ftp .ssh]$ If the users authorized_keys file has an incorrect permission then the …

Turn On MSSQL Database Logging

Open elevated Powershell Invoke-Sqlcmd -Query “EXEC xp_instance_regwrite N’HKEY_LOCAL_MACHINE’, N’Software\Microsoft\MSSQLServer\MSSQLServer’, N’AuditLevel’, REG_DWORD, 3;” -ServerInstance “localhost”; netstop MSSQLSERVER; netstart MSSQLSERVER; netstart MSSQLLaunchpad; netstart SQLSERVERAGENT

Domain Management

Active Directory Administrative Center To manage ad.aimsparking.com login to a Windows domain joined workstation as a Domain Administrator. Then launch the ADAC Tool (https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/adac/active-directory-administrative-center). User Management 1). Add a User …