Scripting for DeployR Server
Using the PowerShell Module to automate tasks or do lookups.
Authenicating to DeployR Server for Scripting
Import-Module 'C:\Program Files\2Pint Software\DeployR\Client\PSModules\DeployR.Utility'
Connect-DeployR -Passcode PASSWORDExporting Content Items
Get-DeployRContentItem | Export-DeployRContentItem -DestinationFolder "D:\Backups\Temp\"
Exporting Step Definitions
Exporting Task Sequences
Last updated

