It looks like I also get errors on here as well
Set-ItemProperty -Path "HKU:\$sid\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\$Domain" -Name "*" -Value 2 -Type DWord
System.Management.Automation.ParameterBindingException: A parameter cannot be found that matches parameter name 'Type'.
Which I know there is a -Type parameter in that command
Set-ItemProperty -Path "HKU:\$sid\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\$Domain" -Name "*" -Value 2 -Type DWord
System.Management.Automation.ParameterBindingException: A parameter cannot be found that matches parameter name 'Type'.
Which I know there is a -Type parameter in that command
Statistics: Posted by B Daring — Mon Feb 05, 2024 1:23 pm