PowerShell - Get Active Directory reports
In this article I’m sharing a function that will gets you all users directly or indirectly reporting to a specific manager
In this article I’m sharing a function that will gets you all users directly or indirectly reporting to a specific manager
In this post we will explore how to use PowerShell and some regex magic to check if a string is a valid distinguishedName (DN)
Subtitle - How do I get the full report chain for a specific manager from Active Directory
In this post we will explore how we can use PowerShell to check existence of a specific registry key and how to export them either in CSV or XML format
In this post we will see how we can easily convert a string into a datetime object.