Register Multiple DLLs or OCX Files

Hi Guys,

is there a way to Register Multiple DLLs with Invoke-RegisterOrUnregisterDLLs?

Because if I want to this line in my script:

Invoke-RegisterOrUnregisterDLL “'C:\Windows\Cipkom\*.ocx”’ -DLLAction Register

I get the Error Message that *.ocx was not found?

Has anybode the same issue or a solution for to register Wildcard DLLs?

The function doesnt currently support wildcards or multiple dlls.