Hi,
is it possible to get the name of the group in the table:
Get-DistributionGroup | get-distributiongroupmember |ft alias, @{label='Test1';expression={$_.($_.name)}}
THX and best regards
Christian
Hi,
is it possible to get the name of the group in the table:
Get-DistributionGroup | get-distributiongroupmember |ft alias, @{label='Test1';expression={$_.($_.name)}}
THX and best regards
Christian