I need a help. I m trying the following commands..
$GrpNameEditor = Get-PublicFolder -Identity "\" -Recurse | Get-PublicFolderClientPermission | where{$_.Accessrights -eq "Editor" -and $_.User -like '*Editor*'} | Format-List User$UserName = Get-DistributionGroup -Identity $GrpNameEditor | Format-Table ManagedBy
$UserName
The Get-DistributionGroup command is not accepting the Input Parameter.. How do I get through this...
Thanks & Regards,
Amit