The System Admin
There is no need to talk about the critical role Active Directory plays within the organization. Securing Active Directory is a massive part of the overall organization security, configuration, and permission and Access Control...
When installing Azure AD Connect, part of the configuration is creating a user named MSOL_ID to replicate a portion or all active directories with Azure AD. Securing the AD connect sync password is important...
Azure AD Connect is the main application to sync the Active Directory object between the on-premise and Azure Active Directory and vis-versa. The password writeback feature enables the user to have a unified password...
Why is my account locked out frequently???Active Directory user account lockout issues happen from time to time for various reasons. But the cause is the same, multiple unsuccessful logins to the user account. Users don’t know...
Microsoft has invested heavily in Microsoft Defender Antivirus (known as Windows Defender) over the years to reduce the attack surface on the Windows environment against viruses and spyware, and ransomware. There are multiple ways...
RDP considered one of the most widely used protocols to log in to the Windows Remote System. There are multiple built-in tools to get and query RDP session information. But still not that powerful...
Exchange Groups are one of the most popular features in Exchange Server. Administrators delegate users the SendAs permission to the users to send emails using the group name and email address instead of their...
Hello readers. Recently I was in the process of migrating from an old Citrix XenDesktop 1811 to 1912. Both environments depend on FSLogix for profile management. The new environment is created and ready to...
This is a Two liner password generator using PowerShell. The number 13, represent the password length, and the 5 represent the non Alpha, so it loads the System.Web library and use the GeneratePassword method...
Most of the Active Directory object properties can be easily accessed by using the Get- or Set- such as Get-ADUser or Set-ADUser, but it is not that easy regarding LogonHours.Multiple steps and challenges required...