News & Advice

Advice and News

How To Exclude a User from a Dynamic Distribution Group in Office 365

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”

Read More >>
QuickBooks Server Manager does not run on a Windows Server 2012 or 2016 with DNS Server role

I have a client that has QuickBooks Database loaded onto their server. The other day they called and reported they could not get into the program. I checked into the issue and found that I could open QuickBooks but not open a database. The software has been running for over a year with no issues … Continue reading “QuickBooks Server Manager does not run on a Windows Server 2012 or 2016 with DNS Server role”

Read More >>