How to run the Win32_ScheduledJob, Create function in C#?
I want to create a C# function that connects to a given computer using WMI (CimSession), and schedule a given task at a given time. I decided to use the Win32_ScheduledJob class.
I want to create a C# function that connects to a given computer using WMI (CimSession), and schedule a given task at a given time. I decided to use the Win32_ScheduledJob class.