diff --git a/profile.ps1 b/profile.ps1 index 8d0d4a2..1f94771 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -46,8 +46,8 @@ function Get-BADGroup { [string] $SearchTerm, - [string] - $Properties = 'Description', + [string[]] + $Properties = @('Description','ManagedBy'), [string] $Server = $env:USERDNSDOMAIN+':3268'