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 has been archived by the owner on Jan 14, 2021. It is now read-only.
Throws error line 517 which is: $defaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(‘DefaultDisplayPropertySet’,[string[]]$defaultDisplaySet)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running the .ps1 file in Powershell as an admin I get the following error
At C:\Users\Wyatt\Desktop\Remove-OfficeClickToRun.ps1:517 char:123 + ... ent.Automation.PSPropertySet(‘DefaultDisplayPropertySet’,[string[ ... + ~ Missing argument in parameter list. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : MissingArgument
Throws error line 517 which is:
$defaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(‘DefaultDisplayPropertySet’,[string[]]$defaultDisplaySet)
The text was updated successfully, but these errors were encountered: