filmov
tv
(Exchange Online) Using Powershell to Add Multiple Users in Office 365 Distribution Group
Показать описание
Dear Friends: Welcome to My Channel. I will show Using Powershell to add multiple users in Office 365 Distribution Group. Please note the 2FA is enabled for my user and the procedure is a little different than basic authentication.
This Video contains instructions for Using Powershell to add multiple users in Office 365 Distribution Group
The Exchange Online PowerShell module uses modern authentication for connecting to all Exchange-related PowerShell environments in Microsoft 365: Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell.
###### How to Add Multiple Users to Distribution Group #######
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
######## Add Multiple Users in Distribution Group ########
###### To View Distribution Group Members details using Powershell ######
Get-distributiongroupmember -identity "Tech Spot" | fl PrimarySmtpAddress
######## Remove Single User in Distribution Group ########
Remove-DistributionGroupMember "TECH SPOT" -Member “kumar surya”
####### Remove Multiple Users in Distribution Group #########
#powershell #microsoft365 #exchange
This Video contains instructions for Using Powershell to add multiple users in Office 365 Distribution Group
The Exchange Online PowerShell module uses modern authentication for connecting to all Exchange-related PowerShell environments in Microsoft 365: Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell.
###### How to Add Multiple Users to Distribution Group #######
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
######## Add Multiple Users in Distribution Group ########
###### To View Distribution Group Members details using Powershell ######
Get-distributiongroupmember -identity "Tech Spot" | fl PrimarySmtpAddress
######## Remove Single User in Distribution Group ########
Remove-DistributionGroupMember "TECH SPOT" -Member “kumar surya”
####### Remove Multiple Users in Distribution Group #########
#powershell #microsoft365 #exchange
Комментарии