問題タブ [junction]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - PowerShell ジャンクションの削除
Windows 10 の時点で、PowerShell は最終的にジャンクションとリンクをネイティブに作成できるようになりました。
ただし、Remove-Item 関数はジャンクションを認識していないようで、確認を求めてディレクトリを削除しようとし、その中の項目を再帰的に削除する必要があるかどうかを尋ねます。
質問は、PowerShell ネイティブ コマンドレットを使用してジャンクションを削除する方法はありますか? (つまり、cmd を呼び出さずに)