Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
install-windowsfeature -name net-framework-core ; uninstall-windowsfeature -name net-framework-core ;install-windowsfeature  -name containers Get-WindowsFeature | Where-Object {"RSAT-AD-Tools" -eq $_.Name}





Install-Module -Name DockerMsftProvider -Repository PSGallery -Force

Find-PackageProvider -Name 'Nuget' -ForceBootstrap -IncludeDependencies
Install-PackageProvider -Name NuGet -Force
Install-Module DockerMsftProvider -Force
Install-Package Docker -ProviderName DockerMsftProvider -Force


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect

$isContainerFeatureInstalled = (Get-WindowsFeature -Name Containers).Installed

By default Locator operates with 2 Lingo threads. Each Lingo thread has a cost of up to 4 GB of RAM. If one were to increase or decrease the number of these threads (or disables Lingo altogether), the change in RAM usage should be taken into consideration.

Operating System

Windows Server 2019

Windows Feature

The Windows feature Containers must be installed. This can normally be done using the Windows Add Roles and Features Wizard or this PowerShell command:

Code Block
Install-WindowsFeature -Name Containers

Content Handler

The Content Handler is a Windows only utility, used to open some search result links in their native applications on the client. These are links referencing data retrieved by any of the connectors listed below. Without the Content Handler installed, these links will have limited opening functionality.