On Windows 7, is it possible to set the "Allow task to be run on demand" attribute from the command line when creating a scheduled task to be run on another Windows 7 computer (actually 9 others in a workgroup environment)?
This task needs to be run both as a daily scheduled task and on demand. Setting a nonexistent date or trigger is not going to work, as I've seen suggested here and elsewhere.
I'd prefer not to use XML. Powershell is acceptable as long as it fits on a command line and isn't a full script.
I'm puzzled by this article: "The Scheduled Task module first appeared with Windows PowerShell 3.0 in Windows 8 and Windows Server 2012." Is it available on Windows 7?
Thanks in advance.