Now Get-ComClassInterface tries to instantiate COM class for further querying implemented interfaces with CLSCTX derived from DefaultServerType. But sometimes this results in error:
Error occurs due attempt to instantiate this COM-object in-proc because UpdateSessionOrchestrator's DefaultServerType is InProcServer32. And it could be cool if you can manually specify desired server type. With proposed fix it can look like:
Now Get-ComClassInterface tries to instantiate COM class for further querying implemented interfaces with CLSCTX derived from DefaultServerType. But sometimes this results in error:
Error occurs due attempt to instantiate this COM-object in-proc because UpdateSessionOrchestrator's DefaultServerType is InProcServer32. And it could be cool if you can manually specify desired server type. With proposed fix it can look like:
P.S.: In the future, it will be nice to add this parameter to UI, but I'm too lazy for this