Sitecore 9.1 Virtual Users Temporary Workaround

I started a new project a few weeks ago and decided to use Sitecore 9.1 since it was already out.  This new project has the requirement of supporting logged in users.  The actual authentication system is outside of Sitecore.  Once a user is logged into the authentication system, they would be posted to Sitecore with […]

The ‘Install-SitecoreConfiguration’ command was found in the module ‘SitecoreInstallFramework’, but the module could not be loaded. For more information, run ‘Import-Module SitecoreInstallFramework’.

Today, I started trying to install Sitecore 9.1 on my local.  While following the Quick installation guide, I got to the step where you run the prerequisites installation: Install-SitecoreConfiguration -Path .\Prerequisites.json And got the following error: Install-SitecoreConfiguration : The ‘Install-SitecoreConfiguration’ command was found in the module ‘SitecoreInstallFramework’, but the module could not be loaded. For […]