Hi all,
Is it possible to create a new session object direct into the database not in RDM? How to handle this with the object ID?
Thanks
Hello,
It's possible to create sessions inside the database using PowerShell.
For more details, please consult https://help.remotedesktopmanager.com/powershell_cmdlets.html
Best regards,
Jeff Dagenais
Hi Jeff,
thanks i mean this id:
I would like objects generate directly in the database.
Self generated id's do not appear in rdm.
Mara
db.JPG
Adding sessions within the database directly is _not_ supported or recommended, do so at your own risk.
To create a new ID simply uses the SQL Server function NEWID().
I would try other options, like a CSV synchronizer. https://help.remotedesktopmanager.com/entrytype_synchronizer.html
Export your data to a .csv file and configure RDM to import that file to create your sessions.
Stéfane Lavergne