Skip to content

Instantly share code, notes, and snippets.

View ghulsmann's full-sized avatar
🛋️
Working from home

Greg Hulsmann ghulsmann

🛋️
Working from home
View GitHub Profile
@lazywinadmin
lazywinadmin / Get-ADDirectReports.ps1
Created February 9, 2015 22:01
Get-ADDirectReports
function Get-ADdirectReports
{
[CmdletBinding()]
PARAM ([String]$SamAccountName,$SearchBase)
PROCESS{
#Splatting
$ADSplatting = @{}