In an attempt to connect to a remote Hyper-V host I needed to enable PowerShell Remoting. To enable this you simple run PowerShell as Administrator and issue the following command: Enable-PSRemoting The command runs and then errors with the following output: PS C:\WINDOWS\system32> Enable-PSRemoting WinRM has been updated to receive requests. WinRM service type changed […]
Category: Technical
What is vCenter Single Sign-On? vCenter Single Sign-On is a feature of VMware vCenter 5, 6 and future vCenter implementations that is an authentication broker which also creates security tokens providing a secure way of accessing your environments. This token exchange mechanism is far superior than the former requirement of each component authenticating separately with a directory service such […]
During an install of SharePoint 2013 SP1 the following issues was encountered post installation where the configuration wizard would fail with the following error: failed to create sample data “The SDDL string contains an invalid sid or sid that cannot be translated” To resolve this issue I attempted to run all SharePoint servers as the local […]
During an install of SharePoint 2013 SP1 the following issues was encountered post installation where the configuration wizard would fail to register SharePoint services. The following error was displayed: Exception: System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed. To correct this issue we add two registry key values: – “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\<version>\LauncherSettings” – […]
Tech Short Q&A: What is a Hypervisor?
It’s interesting that this classification isn’t new. In fact it was classified by Gerald J. Popek back in 1974 in the article “Formal Requirements for Virtualizable Third Generation Architectures” So to answer the question: A hypervisor is a hardware virtualization technique which allows multiple guest operating systems to run on a single host system hardware […]
Many of us have used OneDrive for several years now. Now with the big boom in cloud adoption and the great success of Microsoft’s Office 365. Introducing the buzz around implementing OneDrive for Business. I for one have had my share of thoughts around this. Sure its OneDrive and you just drop in files which […]