Import-Module
に-UseWindowsPowerShell
を指定します。古いPowerShellではこのフラグなしでもAppxモジュールが読み込めたようですが、少なくともPowerShell 7では必要です。
Import-Module Appx -UseWindowsPowerShell Get-AppxPackage *Microsoft.Windows.Photos* | Remove-AppxPackage
参考
- https://qiita.com/tsukamoto/items/ee1c58a1afb3cef468a6
- https://learn.microsoft.com/ja-jp/powershell/module/microsoft.powershell.core/import-module?view=powershell-7.3
- https://learn.microsoft.com/ja-jp/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7.3