Avatar of E=mc2
E=mc2
Flag for Canada asked on

Modify Powershell script to prompt you for the email address to be blocked

I would like to modify the following script so that instead of embedding the email address that needs to be blocked, that a prompt pops up and you need to enter or paste the email address and then it proceeds to use what was input and block it.


Connect-MsolService -Credential $Credential
Connect-ExchangeOnline -UserPrincipalName admin@email.com
Set-HostedContentFilterPolicy default -BlockedSenders @{add="blockthisemail@mail.com"}
Disconnect-ExchangeOnline

Open in new window

PowershellExchangeMicrosoft 365Scripting Languages

Avatar of undefined
Last Comment
oBdA

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
oBdA

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes