automate

  1. Windows 11 UAC: Safe, Targeted Ways to Silence Prompts

    User Account Control (UAC) in Windows 11 protects the system by requiring explicit permission for actions that need elevated privileges, but for experienced users and specific workflows its prompts can become an impediment — this feature article explains every supported way to silence UAC...
  2. Windows Server Validate certificate chain with powershell

    I'm trying to write a script which validates certificate chain in PowerShell (that all certificates in the chain are not expired) and finds the certificate which is closest to expiration. I'm using following script to find issuer certificate: Get-ChildItem -Recurse -Path Cert: | Where-Object {...