Skip to main content
Skip table of contents

Windows Host Wizard

LRCloud Customers have access to the Windows Host Wizard. But, as their LRCloud deployment is not part of a domain they cannot utilize Active Directory Sync to query computers. Customers can manually import the names of the target systems. Customers can follow these steps and the PowerShell script to get a list of Windows systems from Active Directory:

  1. In a PowerShell window, run the following commands: 
    1. Import-Module ActiveDirectory 
    2. Get-ADComputer -Filter {OperatingSystem -like "*windows*"} -Properties * | sort Name | select -ExpandProperty Name | Out-File "$home\Desktop\ADServers.txt" 
  2. Navigate to the user's desktop and open the "ADServers.txt" file.
  3. Press Ctrl+A and Ctrll+C to copy the contents of the file to your clipboard.
  4. Press Ctrl+V to paste the copied text into the Windows Host Wizard for import. 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.