Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIssue with Windows 7 machines #15
Comments
This comment has been minimized.
This comment has been minimized.
I'll need a test VM to play with, but try and comment out line: See if it works, and at the same time, make sure that the ScheduledTask get's removed correctly please. |
This comment has been minimized.
This comment has been minimized.
Created a W2008R2 vm to test with. i think there might be an issue with more lines than just L136, i'll investigate. |
mkellerman
added
the
bug
label
Feb 8, 2019
This comment has been minimized.
This comment has been minimized.
Thanks! I’m home today so can’t really test until Monday probably.
… On Feb 8, 2019, at 2:55 PM, Marc R Kellerman ***@***.***> wrote:
Created a W2008R2 vm to test with. i think there might be an issue with more lines than just L136, i'll investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
mkellerman
added
the
good first issue
label
Feb 9, 2019
This comment has been minimized.
This comment has been minimized.
I got a W2008R2 and a W2012R2 machine for testing. At the moment, W2008R2 with PSv2.0 fails horribly. I just had to test it.. I did tones of rework to the script, and did some major stability improvements on W2012R2. |
This comment has been minimized.
This comment has been minimized.
I'm wondering what is the lowest version of PS I'm trying to support at this point. |
This comment has been minimized.
This comment has been minimized.
Got it to work on Windows Server 2008 R2 + PS3.0 It should work fine on Windows 7, but will need you to test! |
This comment has been minimized.
This comment has been minimized.
Version 3.1.0 published to PSGallery |
dfranciscus commentedFeb 8, 2019
When I run the command below against Windows 7 machines I am getting this error. I believe this used to happen in an earlier version.
C:\Scripts\PowerShell> invoke-commandas -ComputerName hslllp2 -ScriptBlock {choco list -lo} -AsSystem
The term 'Get-ScheduledTask' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-ScheduledTask
+ PSComputerName : hslllp2