fbpx
Active Directory Azure AD Cybersecurity

Setup Azure Conditional Access + Multi Factor Authentication MFA

Setup Azure Conditional Access + Multi Factor Authentication MFA. Today’s cyberthreat environment is ever evolving. A while back, it was safe to assume that your account was safe with a password. Not anymore. Cybercrime has evolved and cybercriminals have devised new, sophisticated methods to steal passwords, render their use insufficient, and companies have taken notice. […]

Active Directory Azure AD Office 365

Azure AD Group Types Explained – Security / Microsoft 365 Groups

Azure AD Group Types Explained – Security / Microsoft 365 Groups. Microsoft’s current iterations of Azure and Microsoft 365 are the result of years of technological development aimed at providing a seamless experience for their customers. Hence, Microsoft created the groups feature in order to give users the ability to manage resources. However, this has led to […]

Active Directory PowerShell

Create Active Directory Exchange Reports with PowerShell

Create Active Directory Exchange Reports with PowerShell. Microsoft Exchange is a popular email server software used by businesses and organizations worldwide. One of the key features of Exchange is the ability to generate reports on various aspects of the server and its usage. These reports provide valuable insights into the performance and health of the […]

Active Directory PowerShell

Create Active Directory Security Reports with PowerShell

Create Active Directory Security Reports with PowerShell . Firstly, securing an Active Directory (AD) environment is essential for several reasons. First and foremost, Active Directory is a central component of many organizations’ networks and contains a wealth of sensitive information about users, computers, and other network resources. If this information were to fall into the […]

Active Directory PowerShell

Create Active Directory OU Reports with PowerShell

Create Active Directory OU Reports with PowerShell. An organizational unit (OU) is an Active Directory(AD) container where users, groups, computers, and other OUs can be stored. Each AD domain can have its organizational unit hierarchy. This article will cover OU management and how to use Windows PowerShell scripts to move, create, delete, and generate OU […]

Active Directory PowerShell

Create Active Directory Computer Reports with PowerShell

Create Active Directory Computer Reports with PowerShell. To find anything regarding active directory (AD) computer objects and their properties, we will primarily use the Get-ADComputer cmdlet. For example, in an Active Directory domain, we can use the Get-ADComputer PowerShell cmdlet to get information about computer account objects (servers and workstations). This cmdlet is one of the most useful […]

Active Directory PowerShell

How to Install Active Directory PowerShell Module and Import

How to Install Active Directory Powershell Module and Import. We can use the Remote Server Administration Tools (RSAT) to manage roles and features on Windows Server hosts from our workstations. RSAT contains graphical MMC snap-ins, command-line tools, and PowerShell modules. This article will discuss installing the RSAT package on Windows 10, 11, and Windows Servers […]

Active Directory

Create Active Directory Group Policy Reports with PowerShell (GPO)

Create Active Directory Group Policy Reports with PowerShell. With the help of the Get-GpoReport cmdlet, we can produce reports on Group Policies (GPO), ranging from straightforward text based ones to fully fledged Hypertext Markup Language (HTML) reports. In addition, we may automate this report generation process with PowerShell. This is to save time and gain […]