You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
I just tried your script on a new azure NV6 instance. After rebooting, the script continued but showed an error when applying the EDID fix:
Step 4 - Applying fixes
Applying resolution fix scheduled task...
Get-ScheduledTask : No MSFT_ScheduledTask objects found with property 'TaskName' equal to
'SetEDID'. Verify the value of the property and retry.
At C:\Users\chris\cloudgamestream\Steps\4_Apply_Fixes.ps1:23 char:7
+ if (!(Get-ScheduledTask -TaskName "SetEDID")) {
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (SetEDID:String) [Get-ScheduledTask], CimJobExceptio
n
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_TaskName,Get-ScheduledTask
Resolution fix applied.