Open Royal Server document from Powershell module

Is it possible to have the RoyalTS Powershell module open a Royal Server document?

Use case example:

We have a Royal Server document where we document things like service account passwords. When staging objects for new server deployments there can be several service accounts that need to be created. I would like to automate documenting these accounts in Royal from the Powershell script that stages these objects.

Thats an interesting suggestion. We will have a look on if/how we can integrate this in the PowerShell api.

cheers,

Michi

Was this ever completed? I have a similar need to update a document that is on royal server and add machines to it frequently.

Hi,

there are cmdlets available to list, open and save Royal Server docs:

Get-RoyalServerDocument
Open-RoyalServerDocument
Out-RoyalServerDocument
Close-RoyalServerDocument

I just realized that our help generator doesn’t list them but you should be able to explore those commands wit the Get-Help cmdlet and list all commands available for the module.

I hope this helps.

Regards,
Stefan