-
The best NIC for S2D?
At least it is recommended by others – Cavium FastLinQ® 41000
-
Unable to start OneDrive Windows 10
Run gpedit.msc (Local Group Policy Editor) Next navigate to Computer Configuration\Administrative Templates\Windows Components\OneDrive. In the right panel, double click Prevent the usage of OneDrive for File Storage. Set it to Disable
-
White font with Chrome 63.0.3239.8 in CRM
On the CRM server Open C:\Program Files\Microsoft Dynamics CRM\CRMWeb\_static\css\1033\notesv2.css.aspx and search for #0000. Change this to #000000 and save the file Run iisreset On the client Go to the site that is showing white font and press SHIFT+F5
-
Use IP address for remote Powershell session
1set-item wsman:\localhost\client\trustedhosts -value xxx.xxx.xxx.xxx
-
Manually remove Direct Access from a client
If the client is unable to do a DNS lookup, remove the following in the registry to disable/remove Direct Access DNS config. 123456$reg = ‘HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient\DnsPolicyConfig’ Get-ChildItem -Path $reg | ForEach {Remove-Item $_.pspath} Restart-Service DNSCache -force
-
Start Windows programs from command line
https://www.anoopcnair.com/shortcut-to-launch-windows8/
-
Azure Speedtest
Find the Azure Data Center with the lowest latency from your location http://azurespeedtest.azurewebsites.net/
-
Removing Admin Rights “Fixes” 94% of All Windows Critical Vulnerabilities
Analyzing Microsoft’s 2016 security reports reveals that 94% of critical vulnerabilities could easily be mitigated http://news.softpedia.com/news/most-of-microsoft-s-critical-vulnerabilities-solved-by-removing-admin-rights-513202.shtml
-
Microsoft Azure Storage Explorer
Easily work with Azure Storage – from any platform, anywhere Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux. http://storageexplorer.com/
-
Say goodbye to key management – manage access to Azure Storage data using Azure AD
http://www.dushyantgill.com/blog/2015/04/26/say-goodbye-to-key-management-manage-access-to-azure-storage-data-using-azure-ad/