Connect to Office365 Exchange online or open your local Exchange PowerShell.
Set-MailboxFolderPermission "MailboxName:\calendar" –User default –AccessRights reviewer
Thursday, 4 May 2017
Wednesday, 3 May 2017
Some Hyper-V guests loose network connectivity
Host has network, some guests have network and some do not.
It's a known problem with some network drivers and an update will resolve the issue, however you can also turn off a feature for a live running fix.
Set-NetAdapterVmq -Name "NIC 1" -Enabled $False
It's a known problem with some network drivers and an update will resolve the issue, however you can also turn off a feature for a live running fix.
Set-NetAdapterVmq -Name "NIC 1" -Enabled $False
Subscribe to:
Posts (Atom)