Let's pretend the 2012 cmdlets are working perfectly, is there any way to set:
Requirements Enhanced Detection Methods (you can set script detection methods, what about the others?) Return Codes Dependencies with the Powershell cmdlets, or any command line option? I don't see anything that looks like it would work in the Powershell cmdlets. I want to write a template deployment type since so many fields are always going to be the same thing for us. I'll probably look into writing a C# program to do this if I can't do it with Powershell, it'd just be much faster if I could stick with what I know best and do it in Powershell. If the option is available in the cmdlets and it's just broken, I'll probably just wait for Microsoft to fix it rather than coding something myself.

