Skip to content

Testing out CIMFS using Powershell.

Ryan Mangan edited this page Mar 1, 2021 · 3 revisions

Before we get started there a few things to note.

If using PowerShell, it is recommended that you code sign the scripts to avoid and execution policy issues. Failing that use the following on the test device before proceeding.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

Create a folder and move all the script files including the config.json and CIM image into the folder.

Enter the packagename and volumeguid into the json config file.

Ensure the CIMFS image is mounted or add to the script for staging.

Then run the stage and register scripts as an elevated admin.

Your CIM application will then be staged and registered on the test device for use.

You can access these scripts using the MSIXAACT tool or via the following Link.