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