Windows Scheduled Task - Method invocation failed because [System.String] doesn't contain a method named Create - IsNullOrWhiteSpace

Using the Windows Scheduled Task - Create

I get the following error

Method invocation failed because [System.String] doesn’t contain a method named
Error 09:05:07
’IsNullOrWhiteSpace’.

I guess this is a PS version issue, the server has PS2, and IsNullOrWhitespace isn’t available until PS3?

I can’t upgrade the PS version on the server unfortunately…

Created a pull request to address this

Hi Alex,

Thanks for the PR. We’ll check the changes during our next Library review round. The change does make sense, so we’re’ most likely gonna merge it.

Best regards,

Dalmiro

Cool, no problem, thanks!