First open PowerShell and connect to the exchange system. $LiveCred = Get-Credential (then enter your Office 365 email address and password in the box that pops up) $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection Import-PSSession $Session Then, run Get-DynamicDistributionGroup -Name “Group Name” | fl Name,RecipientFilter Name : Full Time … Continue reading “How To Exclude a User from a Dynamic Distribution Group in Office 365”
Tag: Microsoft office 365
How To Exclude a User from a Dynamic Distribution Group in Office 365
Read More >>
We’ve run into a problem with your Office 365 subscription
Read More >>
Today I had an issue with a laptop and a new user. The office 365 software was already installed from the previous user so when I logged into a new profile I just signed them into the office 365 account and accepted the agreement. Well I then received the error “We’ve run into a problem … Continue reading “We’ve run into a problem with your Office 365 subscription”