もう少し大きな目的がわかれば代替案を考えることもできるでしょうが、目的が PowerShell 7 で実装されていないコマンドレットを実行したいということでしかないなら、Windows PowerShell を使う以外に今のところ方法はないと思います。
実行するコード
powershell
1Import-Module Microsoft.PowerShell.Management 2Get-ControlPanelItem
実行結果
Get-ControlPanelItem: Line | 2 | Get-ControlPanelItem | ~~~~~~~~~~~~~~~~~~~~ | The term 'Get-ControlPanelItem' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
他にも、
- Show-ControlPanelItem
- Checkpoint-Computer
も機能しません。
Windows PowerShellで実行する以外に代替案、解決策などはありますでしょうか。
あなたの回答
tips
プレビュー