Search found 2 matches

by jml143
Mon Jan 10, 2022 4:36 pm
Forum: CIM Explorer
Topic: CIM Explorer tutorial
Replies: 1
Views: 35840

CIM Explorer tutorial

Hi,

I am looking for a written or video tutorial on how to use CIM Explorer to gather powershell code snippet that I could use to query CIM from within a Powershell script.

I know that CIM Explorer offers many tools for powershell script developers but I never understood how to fully use it.

Thanks
by jml143
Mon Mar 08, 2021 8:48 pm
Forum: PowerShell Studio
Topic: Calling Included files in ScriptPackager MSI
Replies: 1
Views: 3036

Calling Included files in ScriptPackager MSI

Hi, I have a script that I want to deploy as an MSI (created with script packager). That MSI will also have 2 files: 1 cfg file and one EXE utility file included in the MSI project. I intend to create a custom action in my packaged script that will call the EXE file during installation. My problem i...