HamzaBoukraa / PowershellForEveryday

Some usefull Powershell Snippets for anytimes use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powershell for every day

Some usefull Powershell Snippets for every day use.

ADCommonGroups

Purpose

Get the common groups of users (from a CSV file) based on active directory entries.

How-To use

  1. Export the list of users (Team members for example) to the CSV file TeamMembers.csv
  2. Run Get-CommonGroups.ps1

About

Some usefull Powershell Snippets for anytimes use.

License:MIT License


Languages

Language:PowerShell 100.0%