Thursday, May 4, 2017

If the physical switch is using link aggregation, Route based on IP hash load balancing must be used

If the physical switch is using link aggregation, Route based on IP hash load balancing must be used

https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004088 

  • Do not use beacon probing with IP HASH load balancing.
  • Do not configure standby or unused uplinks with IP HASH load balancing.
  • ESXi 5.1, 5.5, 6.0 and 6.5 support LACP on vDS only

Sunday, April 30, 2017

Administer an Azure Active Directory Domain Services managed domain





https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-admin-guide-administer-domain




Join Windows 10 to Azure Active Directory

https://www.petri.com/join-windows-10-to-azure-active-directory


Intune instead of Group Policy?

https://community.spiceworks.com/topic/1183327-intune-instead-of-group-policy




Manage settings and features on your devices with Microsoft Intune policies



https://docs.microsoft.com/en-us/intune/deploy-use/manage-settings-and-features-on-your-devices-with-microsoft-intune-policies



Azure AD

AAD Domain Services


https://samilamppu.wordpress.com/2015/11/03/aad-domain-services/


https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/10959045-aadds-aad-dc-administrators-group-does-not-appear






Administer an Azure Active Directory Domain Services managed domain


https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-admin-guide-administer-domain


https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-getting-started-create-group




Join a Windows Server virtual machine to a managed domain


https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-admin-guide-join-windows-vm





Sunday, January 22, 2017

Brooklyn Theme



Brooklyn is ideal if you have the following:
  • Full-screen slideshows
  • Small menus
  • More than 5 products
If you have a larger product offering, or you want a theme that displays larger product images, then tryVentureBoundless, or Supply.
If you have fewer than 5 products, then try Jumpstart.

Monday, December 12, 2016

How can I free up drive space from the Windows installer folder without killing Windows?



This seems to have worked for me. This is a simplified set of instructions from http://www.kavoir.com/2012/07/how-to-free-up-c-drive-disk-space-in-windows-7-easy.html
  • Make sure no installations are running on your machine (there's probably a formal way to do this, but I'm not sure how).
  • Copy using Windows explorer C:\Windows\Installer to another disk, e.g., D:\C_DRIVE\Windows\Installer -- note: Windows\Installer is a system folder and thus invisible in Windows 8.1. You have to tweak your account to make it visible to use Explorer to make the copy. Google will help you find out how to do that.
  • Make a backup copy of C:\Windows\Installer
  • Type the following commands in a cmd.exe window running as Administrator:
    rmdir /s /q C:\Windows\Installer
    mklink /D C:\Windows\Installer D:\C_DRIVE\Windows\Installer