sync from Active Directory - All computers are treated as Windows (RDP)
Hi Expert,
I found that all computers synced from Active Directory are identified as Windows OS (RDP session type).
there are many Linux computers in my Active Directory (those Linux computers are joined to AD).
I want to know if there is a way to identify Linux computers in AD as SSH session type?
Thanks in advance.
Hello,
You can use the following filter in the AD synchronizer to exclude the Windows machine:
!(operatingSystem=*Windows*)
You can the apply an SSH template (second tab) to import the machine as SSH entries: https://docs.devolutions.net/rdm/windows/commands/file/templates/
For more details: https://forum.devolutions.net/topics/37994/mixed-environment-windowrhel--how-to-configure-rdm-sync-jobs-to-automa#166122
Best regards,
Richard Boisvert
Thanks Richard, it works.