Author: Hanson

May 7, 2025 Hanson No comments exist

Editor’s Note: CyberArk Secrets Hub is a relatively new product designed to unify secrets management across hybrid and multi-cloud environments. It supports syncing secrets from AWS, Azure Key Vault, and more, into a centralized, policy-controlled interface. Last year, I set up CyberArk Secrets Hub as part of a proof-of-concept (POC) with support from third party…

December 9, 2019 Hanson

After upgraded the SCCM server got upgrade to a new version, I found some computer upgrade failed after I used the client push installation. The log file showed the authentication error. A client push installation account must be specified that has administrative rights to the intended client computer. So the task is how to check…

June 25, 2019 Hanson

After I deployed security updates via SCCM server, I found some servers couldn’t find the updates. On the SCCM server console, I also saw some servers have no client installed, but I clearly knew I installed them recently. These servers were virtual machines created by other technician in last 2 or 3 months. I remembered…

March 26, 2019 Hanson

Since last week, I could not connect to 2 remote desktop servers which are in a different city. The error message was “Remote Desktop can’t connect to the remote computer for one of these reasons:” With many years experience, I could tell it’s network related issue. As the issue happening, the servers were still in…

March 15, 2019 Hanson

Since last Monday the same admin account got locked every night. Windows Event Messages – — Event 1 of 1: Log Name: Security Source: Microsoft-Windows-Security-Auditing Logged: 03/09/2019 00:35:58 Event ID: 4740 Level: Audit Success User: Computer: ABCDC1.AD.ABC.COM A user account was locked out. Subject: Security ID: S-1-5-18 Account Name: DC201$ Account Domain: AD Logon ID:…

January 4, 2019 Hanson

System Center Orchestrator runbook can run PowerShell Script and WMI query to manage remote computer. PowerShell Remoting depends on Windows Remote Management (WinRM), which is Microsoft’s implementation of the WS-Management (WS-Man) protocol. The protocol relies on HTTP or HTTPS and uses the TCP ports 5985 and 5986, respectively. WS-Management encrypts all PowerShell communication even if…