Block Removable Devices by Group Policy
article #1247, updated 2211 days ago

It’s very possible, per user or per computer:

www.mustbegeek.com/block-usb-or-removable-devices-using-group-policy/

It’s done in Policies, Administrative Templates, System, Removable Storage Access. There are quite a few granulations available.

Categories:      

==============

"Launch folder windows in a separate process", by Group Policy
article #1246, updated 2212 days ago

User Configuration, Preferences (not Policies!), Control Panel Settings, Folder Options. Create a new item. Choose “Launch folder windows in a separate process”.

Categories:      

==============

Tune MySQL on Windows
article #1245, updated 2217 days ago

There’s a utility:

github.com/pmachapman/mysqltuner/

Categories:      

==============

NIST National Vulnerability Database
article #1244, updated 2232 days ago

Nicely searchable, including for CVE numbers:

https://nvd.nist.gov/vuln/search

Categories:      

==============

Azure AD Sync: password sync fails but directory sync working
article #1243, updated 2235 days ago

When this happens, do the following in Azure AD Connect:

  1. In “Customize synchronization options”, disable (uncheck) the password hash sync option.
  2. Wait for sync to complete, watching in the Operations tab of the Synchronization Service Manager.
  3. In “Customize synchronization options”, enable (check) the password hash sync option.
  4. Wait for sync to complete, watching in the Operations tab of the Synchronization Service Manager.
  5. Check the Office 365 admin readout.

Categories:      

==============

Upgrade Windows Server Standard (2008R2 and up) to Enterprise or DataCenter via DISM
article #1242, updated 2235 days ago

It can be done, without install media or reinstall, via DISM:

https://richardstk.com/2012/04/10/in-place-upgrade-of-windows-server-2008-r2-standard-to-enterprise-or-datacenter-edition/

Categories:      

==============

QuickBooks May Need IPv4 to be the Dominant Protocol
article #1240, updated 2249 days ago

If you are getting persistent H303/H505 errors or the like, check the .ND file corresponding to the QuickBooks database you are trying to load. If it has an IPv6 address within, that’s probably the problem, we need to set IPv4 as dominant on the server:

https://support.microsoft.com/en-us/help/2533454/resolving-internet-connectivity-issues-after-world-ipv6-launch-june-6

Reboot is required before the setting takes effect.

Categories:      

==============

Shipping labels by PayPal
article #1239, updated 2257 days ago

This is great, once you have a PayPal account:

https://www.paypal.com/us/cgi-bin/webscr?cmd=_ship-now

Categories:      

==============

Measure latency to Azure sites, live
article #1238, updated 2259 days ago

Rather interesting diagnostic.

http://azurespeedtest.azurewebsites.net/

Categories:      

==============

"AdxTaskPane" window comes up with Outlook
article #1237, updated 2267 days ago

When recent versions of Outlook and other Office applications run certain plugins, sometimes the result will come up in a separate window called “AdxTaskPane”. To prevent this:

  1. File > Options > General > User Interface options
  2. Choose “Optimize for compatibility (application restart required)”
  3. Restart the application

Categories: