JAMS now includes a PowerShell Core Execution Method to let you run PowerShell Core Jobs, if you have the .NET Core Runtime installed. If you create and run a Job that uses this Execution Method, you may see the message below in the Job log file for that entry in the Monitor view.
“Error: One or more errors occurred. (One or more errors occurred. (The getter method should be public, not void, static, and have one parameter of the type PSObject.)) (The getter method should be public, not void, static, and have one parameter of the type PSObject.)”
This message is expected, and the Job will still run and complete successfully.
Comments