$MyMembers = Get-DistributionGroup -id "all-uk" | Select acceptmessagesonlyfrom 

Foreach ($Item in $MyMembers){ 

Out-File -Append -InputObject $MyMembers.acceptmessagesonlyfrom  -FilePath C:\Dist.txt 

相关文章:

  • 2021-05-19
  • 2021-07-04
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-07-06
  • 2021-11-14
  • 2021-08-04
相关资源
相似解决方案