Steps to reproduce
Use Powershell 7.1 preview 4 or 5
Expected behavior
Successfully load the module
Actual behavior
ipmo Appx
Import-Module: Operation is not supported on this platform. (0x80131539)
Environment data
Name Value
---- -----
PSVersion 7.1.0-preview.5
PSEdition Core
GitCommitId 7.1.0-preview.5
OS Microsoft Windows 10.0.19041
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The module can be imported properly in Powershell 7.0.2 or, in Preview 4/5 using -UseWindowsPowerShell.
I was able to load the module till 7.1 Preview 3
Is this an expected breaking change? Asking in case I need to update my scripts to use -UseWindowsPowerShell
Steps to reproduce
Use Powershell 7.1 preview 4 or 5
Import-Module AppxExpected behavior
Actual behavior
Environment data
The module can be imported properly in Powershell 7.0.2 or, in Preview 4/5 using
-UseWindowsPowerShell.I was able to load the module till 7.1 Preview 3
Is this an expected breaking change? Asking in case I need to update my scripts to use
-UseWindowsPowerShell