
List an users groups with powershell
I often need to collect the groups an user in part of, sometime because of a decommission others just for documentation. Taking screenshots of an user that has a bunch of groups is a pain and doesn’t allow you to use the group list. Now the latest version of powershell comes with a command to make this painless.
Get-ADPrincipalGroupMembership username | select name
That’s it, your done. Simple and quick. I love powershell 🙂
More Stories
Recover Microsoft forms from old users
Microsoft forms are a great way to collect data from the user. However, what happens when the user leaves the...
Creating a document management system with SharePoint
Searching for documents can be a cumbersome and time-consuming task, especially if there is no proper system in place for...
Internal certificates for desktop phones
We are looking at a new cloud based phone system. Most use Poly or Yealink phones, we use 802.1x on...
Intune certificate connector
upgrading to certificate connector 6.2 that is required in Sept 2022, has broke our NDES for intune. I'm collecting all...
Microsoft ATP documentation
We've deployed ATP to our windows workstation, now I'm researching it for our MACs and IOS devices. I pushed it...
Least privileged roles by task in Azure Active Directory
As we continue to improve our process and work through least privileged roles. I find this Microsoft doc to be...