Hi,
for a higher security level it is recommended to install own (trusted) certificates in to VMware’s vCenter VCSA appliance.
Continue reading VMWare vSphere: Install a custom a certificate in VCSA Appliance
Hi,
for a higher security level it is recommended to install own (trusted) certificates in to VMware’s vCenter VCSA appliance.
Continue reading VMWare vSphere: Install a custom a certificate in VCSA Appliance
Hi,
the vCenter GUI offers the ability to add an identity provider like Microsoft AD. In some cases this won’t work. For example if you are not a domain admin and you have to specify in which organisation unit the computer object should created. The computerobject should not exists. Delete an already exiting object, it would be created during the join process!
Continue reading VMware vSphere: Join a vCenter VCSA Appliance to an Active directory domain by command line
Hi,
to create a GUID in powershell for the use in your own scripts call the static function NewGuid() from the system.Guid class.
PS D:\> [system.Guid]::NewGuid() f3f8591a-c1d6-4d82-bec2-d3dac2c1fee5
Michael
Hi,
to simply send files by using the Windows Explorer sendto context menu you have to create an Outlook shortcut in the shell:sendto folder.
Continue reading Office 365: Add Outlook shortout to explorer’s sendto context menu
Hi,
this post contains some examples on how to interact with the Windows Subsystem for Linux. For an installation howto see my previous post.
Continue reading Windows: Working with the linux subsystem (WSL)