Skip to content

Commit 57def1b

Browse files
authored
fix Scheduled Task import command !Publish
This reverts commit 40394cd.
1 parent 40394cd commit 57def1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ C:\Program Files\WindowsPowerShell\Modules\Invoke-CommandAs
8282
$WebClient = New-Object Net.WebClient
8383
$WebClient.DownloadString("https://raw.githubusercontent.com/mkellerman/Invoke-CommandAs/master/Invoke-CommandAs/Private/Invoke-ScheduledTask.ps1") | Set-Content -Path ".\Invoke-ScheduledTask.ps1"
8484
$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"
85+
Import-Module ".\Invoke-ScheduledTask.ps1"
8686
Import-Module ".\Invoke-CommandAs.ps1"
8787
```
8888
One liner (dont write to disk):

0 commit comments

Comments
 (0)