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
New-ADObject : The server is unwilling to process the request
At C:\Program Files\WindowsPowerShell\Modules\gpotools\0.3.0\GPOTools.psm1:2586 char:13
+ $null = New-ADObject @paramNewADObject
I tracked the issue down to the msWMI-Parm1 being empty from my export.
If I enforce some string value, it runs without any issue
Hi Friedrich,
another awesome tool you have there 👍
I have had a small issue resulting in an error
I tracked the issue down to the
msWMI-Parm1
being empty from my export.If I enforce some string value, it runs without any issue
I'm a bit short of ideas on how to handle this.
I think some values are always defined, like the guid, but some like description may actually be null.
For those that can be null, maybe on the export side handle this with predefined values. (Say the name of the GPO for instance)
Hopefully this helps a bit 👍
The text was updated successfully, but these errors were encountered: