usb receiver missing mouse driver – KB4074588

If your standard usb mouse it detected as “usb receiver”, with a warning signe saying that where is no mathing drivers for the device.

 

try to check it you have this update installed: KB4074588

it you have, remove this update and disable windows update (for now) and then reboot

unplug the mouse and inset in again, now it should work

source: https://www.bleepingcomputer.com/forums/t/671179/recent-windows-10-update-breaks-usb-mouse-and-keyboard-on-dell-3040/

Hide users from Global Address List with adsync enabled

https://gertkjerslev.com/howto-sync-msexchhidefromaddresslists-attribute-office-365

https://blog.cloudadmin.me/2018/05/27/hide-user-global-address-list-using-aadsync-azure-active-directory-connect/

Set-ADUser paulie -Replace @{msExchHideFromAddressLists=$false}

$Cred = Get-Credential

$s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic -AllowRedirection
Import-PSSession $s

get-Mailbox -Identity test@domain.com | fl HiddenFromAddressListsEnabled

TS 2016

https://social.technet.microsoft.com/Forums/en-US/992e86c8-2bee-4951-9461-e3d7710288e9/windows-servr-2016-rdsh-firewall-rules-created-at-every-login?forum=winserverTS

https://social.technet.microsoft.com/Forums/en-US/992e86c8-2bee-4951-9461-e3d7710288e9/windows-servr-2016-rdsh-firewall-rules-created-at-every-login?forum=winserverTS

http://woshub.com/user-profile-disks-in-windows-server-2012-r2-rds/

https://social.technet.microsoft.com/Forums/en-US/8dad5b1e-8236-4792-85fe-8725d74bbbcb/start-menu-not-coming-up-server-2016-rds?forum=winserverTS