You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme suggests scheduling a task with windows powershell 5 ... but the pull in 2023 enforces a powershell 6 requirement due to using a new automatic variable called $iswindows which does not exist in c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The readme suggests scheduling a task with windows powershell 5 ... but the pull in 2023 enforces a powershell 6 requirement due to using a new automatic variable called
$iswindows
which does not exist inc:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Beta Was this translation helpful? Give feedback.
All reactions