Forum Discussion
AnthonyChan_5ming
Jul 24, 2023Copper Contributor
Change email domain in bulk via powershell
Previously I'm able to run this command to mass change email domain via powershell: ------------------------------------------------------------------------------------------------------ Import-CSV...
- Jul 25, 2023You can stop and close powershell, remove C:\Users\adm_acch006350\Documents\WindowsPowerShell\Modules\ExchangeOnlineManagement\2.0.5 and try to install it again using nstall-module ExchangeOnlineManagement
AnthonyChan_5ming
Jul 25, 2023Copper Contributor
I'm running the 2 command:
remove-module ExchangeOnlineManagement
uninstall-module ExchangeOnlineManagement
then it is in this mode 'running script/selection. Press Ctrl+Break to stop. Press Ctrl+B to break into debugger.' for almost an hour now. Is it normal?
remove-module ExchangeOnlineManagement
uninstall-module ExchangeOnlineManagement
then it is in this mode 'running script/selection. Press Ctrl+Break to stop. Press Ctrl+B to break into debugger.' for almost an hour now. Is it normal?
Jul 25, 2023
You can stop and close powershell, remove C:\Users\adm_acch006350\Documents\WindowsPowerShell\Modules\ExchangeOnlineManagement\2.0.5 and try to install it again using nstall-module ExchangeOnlineManagement
- Jul 25, 2023Nice, good to hear 😊 please mark my answer as solution to mark it as solved
- AnthonyChan_5mingJul 25, 2023Copper ContributorHarm_Veenstra: This does the trick! After remove from the folder manually and install the new module, I'm able to run my script perfectly now. Thank you!
@Lain: Thank you for your advice too. 🙂