Updated the PS provided above to include the edits you need to make before running this[System.Reflection.Assembly]::LoadFrom("C:\Program Files\Windows Small Business Server\Bin\TaskManagementEngine.dll") | out-null;$scheduler = new-object Microsoft.WindowsServerSolutions.TaskManagement.TaskScheduler("C:\Program Files\Windows Small Business Server\Bin\ConfigureRDP.xml");$scheduler.RunTasks("ConfigureRDPTaskList", "ConfigureRDPTaskStatus.xml") | out-null;Write-Host "The configuration is complete.
↧