Month: December 2022

Windows – Find built-in administrator account name and disable it

Introduction We will find the built-in administrator account name, even if it was renamed, and disable it. When Windows workstation or server is installed, the default built-in administrator account name is Administrator. Some companies rename the local built-in administrator account, …

December 14, 2022 By Saad Khamis

Azure App Registrations – Export certificates and secrets details

Introduction This PowerShell function returns information about Azure App Registrations certificates and secrets, including expiry date, days left to expire, owner and other information. Returned information can be filtered, for example, by days left to expire and imported to CSV. …

December 13, 2022 By Saad Khamis