https://github.com/PowerShell/whatsnew
https://github.com/PowerShell/whatsnew
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/PowerShell/whatsnew
- Owner: PowerShell
- License: mit
- Created: 2022-03-16T21:02:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T21:42:47.000Z (8 months ago)
- Last Synced: 2024-11-21T02:16:21.997Z (3 months ago)
- Language: PowerShell
- Size: 151 KB
- Stars: 14
- Watchers: 4
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- jimsghstars - PowerShell/whatsnew - (PowerShell)
README
---
ms.date: 06/27-2024
---
# Get-WhatsNew[Get-WhatsNew][04] is a cmdlet that provides information about changes and new features for a
version of PowerShell, delivered to the local terminal experience.## Motivation
Customers are unaware of benefits, new features and changes, that could impact their automation,
performance and security. Today, this useful information is provided through [Microsoft Docs][01]
and the PowerShell GitHub repository. PowerShell customers would benefit from being able to get this
information in the terminal as they expect.- Customers expect to learn about available features that may enable new solutions
- Customers expect version specific information available from within PowerShell to make upgrade
decisions.> As an admin,
> I can list the new features released in my current version of PowerShell, similar to [webview][02]
> so that I can discover and implement new features in managing my products.> As a developer,
> I can list the new features released in my current version of PowerShell, similar to [webview][02]
> so that I can discover and implement new features to develop automation solutions.## Code of Conduct
Please see our [Code of Conduct](.github/CODE_OF_CONDUCT.md) before participating in this project.
## Security Policy
For any security issues, please see our [Security Policy](.github/SECURITY.md).
## NOTE
This is a prototype for the draft [RFC #317][03]. We welcome your feedback in this repository.
[01]: https://docs.microsoft.com/powershell/scripting/whats-new/what-s-new-in-powershell-70
[02]: https://docs.microsoft.com/powershell/scripting/whats-new/what-s-new-in-powershell-72
[03]: https://github.com/PowerShell/PowerShell-RFC/pull/317
[04]: https://github.com/PowerShell/WhatsNew