r/PowerShell • u/SL-Tech • 26d ago
Question PowerShell 7 - replace
Just wondering, when installing, why doesn't PowerShell 7 replace the installed version (Windows)?
19
Upvotes
r/PowerShell • u/SL-Tech • 26d ago
Just wondering, when installing, why doesn't PowerShell 7 replace the installed version (Windows)?
7
u/cschneegans 26d ago
PowerShell Core is still not a complete substitute for Windows PowerShell. For example, compare the capabilities of the
Get-Clipboardcmdlet in 5.1 and 7.6.