Difference between revisions of "Run Python script scheduled on Windows Server"

From ToWaSo
Jump to navigation Jump to search
(Created page with "This example shows how to automate execution of Python scripts using the Scheduler from Windows Server. In this example I'm assuming that the python.exe is in your PATH. You...")
(No difference)

Revision as of 05:34, 11 June 2020

This example shows how to automate execution of Python scripts using the Scheduler from Windows Server. In this example I'm assuming that the python.exe is in your PATH.

You can try running your command in a command prompt first:

python C:\pathtoyourscript\myScript.py
Get-PhysicalDisk | ft FriendlyName,CanPool,Size,MediaType,cannotpoolreason