powershell

Room Mailbox office365 powershell commands

Resource Mailbox is a type of Mailbox that is used for the management of Meeting Rooms and Equipment. The Resource…

6 years ago

Add dLMemSubmitPerms powershell restrict users via AD Group to send emails to Email group

Add dLMemSubmitPerms powershell restrict users via AD Group to send emails to Email group We set this attribute usign ADUC…

6 years ago

Add Authorig powershell restrict users to send emails to Email group

Add Authorig powershell restrict users to send emails to Email group Import-module activedirectory Set-ADGroup -Identity "Test Group" -Add @{authOrig=@('CN=Test User,OU=Department,OU=People,DC=CONTOSO,DC=EDU’)}…

7 years ago

Get Samaccountname from DisplayName using powershell active Directory

Get Samaccountname from DisplayName using powershell active Directory $names = get-content "C:\Users\vbokka\Desktop\user.txt" foreach ($name in $names) {Get-ADUser -filter { DisplayName…

7 years ago

Get-DistributionGroup managed by export-csv – Powershell

Get-DistributionGroup managed by export-csv - Powershell First step would be import csv with DL names which you would like to…

7 years ago

Making a Security Group using Distribution group members in Powershell

Making a Security Group using Distribution group members in Powershell First lets get the list of users samaccountnames from Distribution…

7 years ago

Message Trace Office365 emails tracing Exchange online

Message Trace Office365 emails tracing Exchange online To trace a email when the email is delivered or not delivered, below…

7 years ago

Restrict a Distribution List to internal users only

Restrict a Distribution List to internal users only For restricting Distribution list to internal users only we need to set…

7 years ago

Copy Group memebership using PowerShell from one user to another

Copy Group memebership using PowerShell from one user to another Run Powershell as administrator (wasted 1 hr figuring this out.…

7 years ago

Add Calendar Permissions in Office 365 via Powershell using Add-MailboxFolderPermission

Add Calendar Permissions in Office 365 via Powershell using Add-MailboxFolderPermission Step by Step Guide for setting calendar permissions in Office…

7 years ago

This website uses cookies.