Forum Discussion
litaalota
Sep 17, 2020Copper Contributor
a Script for automatic answer 'Y' on powershell, no need user response
Hi All, I'm new to Powershell. I try to run this script Remove-DistributionGroupMember -Identity "group name" -member "email member" on Powershell. every time I run this script I will get a r...
- Sep 17, 2020
This is the command
Remove-DistributionGroupMember -Identity MyDisGroup -Member administrator -Confirm:$false
farismalaeb
Sep 17, 2020Steel Contributor
This is the command
Remove-DistributionGroupMember -Identity MyDisGroup -Member administrator -Confirm:$false
- litaalotaSep 23, 2020Copper Contributor