Forum Discussion

litaalota's avatar
litaalota
Copper Contributor
Sep 17, 2020

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...
  • farismalaeb's avatar
    Sep 17, 2020

    litaalota 

     

    This is the command

    Remove-DistributionGroupMember -Identity MyDisGroup -Member administrator -Confirm:$false

Resources