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
Abrar78686
Aug 08, 2021Copper Contributor
Hi, I'm using same switch to remove ie from systems with PowerShell script not working, I'm sure I'm doing something wrong, pls help to get the correct command
Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 -Online -Confirm
litaalota
Aug 09, 2021Copper Contributor