We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40394cd commit 57def1bCopy full SHA for 57def1b
README.md
@@ -82,7 +82,7 @@ C:\Program Files\WindowsPowerShell\Modules\Invoke-CommandAs
82
$WebClient = New-Object Net.WebClient
83
$WebClient.DownloadString("https://raw.githubusercontent.com/mkellerman/Invoke-CommandAs/master/Invoke-CommandAs/Private/Invoke-ScheduledTask.ps1") | Set-Content -Path ".\Invoke-ScheduledTask.ps1"
84
$WebClient.DownloadString("https://raw.githubusercontent.com/mkellerman/Invoke-CommandAs/master/Invoke-CommandAs/Public/Invoke-CommandAs.ps1") | Set-Content -Path ".\Invoke-CommandAs.ps1"
85
-Import-Module ".\Invoke-ScheduleTask.ps1"
+Import-Module ".\Invoke-ScheduledTask.ps1"
86
Import-Module ".\Invoke-CommandAs.ps1"
87
```
88
One liner (dont write to disk):
0 commit comments