Retrieve Active Directory User List from OU with Group Memberships

In this article, we’ll explore a PowerShell script to retrieve a list of users from a specified Organizational Unit (OU) in Active Directory (AD). This script also includes information about the groups to which each user belongs. Prerequisites PowerShell Script # Define the OU where the users reside$OUpath = ‘OU=Disabled user,DC=example,DC=com’# Define the path for … Read more

Creating a GPO for SCCM Client Installation.

Preparing for Client Installations with Group Policy We are going to configure Group Policy settings for our domain workstations so they will be able to successfully install the SCCM client. From Server Manager select Tools > Group Policy Management. Right-click on the Workstations OU and right-click and choose Create a GPO in this domain, and … Read more

Restrict installation via Microsoft Store for Windows 10/11 Pro devices through Intune.

Since the configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app are available to Windows Enterprise and Education editions, we have come up with an alternate workaround through Applocker Store App Rules Save the below content as an XML file. Create a custom Administration template under the … Read more