Update task-scheduler.md
This commit is contained in:
@@ -9,7 +9,7 @@ Die mitgelieferte Datei `rdp-access-notification.xml` kann direkt importiert wer
|
||||
**Per PowerShell:**
|
||||
|
||||
```powershell
|
||||
Register-ScheduledTask -Xml (Get-Content "C:\scripts\rdp-access-notification.xml" -Raw) -TaskName "RDP Access Notification"
|
||||
Register-ScheduledTask -Xml (Get-Content "C:\scripts\rdp-login-notifier\rdp-access-notification.xml" -Raw) -TaskName "RDP Access Notification"
|
||||
```
|
||||
|
||||
**Per Aufgabenplanung (GUI):**
|
||||
|
||||
Reference in New Issue
Block a user