Apologize for being so dense with understanding this. lol
Previously, you said “If you just setup a windows scheduled task and point it to your powershell script then no, it won’t work because there is nothing to pass it the $result object which contains all the magic values for things like cert file path and thumbprint etc.”
So are you saying if I change the post deployment task (the PowerShell script to import the certificates into RDS) to “manual”… which gives me the command “certify deploy XXXX XXXXX”… if I make that a scheduled task via Windows… the PowerShell script that gets ran will utilize the $result value that Certify passes, etc?