Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions reference/docs-conceptual/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This documentation set contains reference for modules published and maintained by the PowerShell team, but aren't part of the PowerShell package.
ms.date: 01/30/2026
ms.date: 05/05/2026
title: PowerShell utility modules
---
# PowerShell utility modules
Expand All @@ -12,12 +12,15 @@ level of support for each module varies. For more details, see the landing page

This documentation set contains cmdlet reference for the following modules.

- [Microsoft.PowerShell.Crescendo][02]
- [Microsoft.PowerShell.SecretManagement][03]
- [Microsoft.PowerShell.SecretStore][04]
- [PlatyPS][05]
- [PSScriptAnalyzer][06]
- [AIShell][01] - **Deprecated as of January 2026**

Deprecated modules

- [Microsoft.PowerShell.Crescendo][02] - **Deprecated May 2026**
- [AIShell][01] - **Deprecated January 2026**
Comment on lines +20 to +23

<!-- link references -->
[01]: ./AIShell/overview.md
Expand Down
60 changes: 30 additions & 30 deletions reference/docs-conceptual/toc.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
items:
- name: Overview
href: overview.md
- name: AIShell
href: AIShell/toc.yml
- name: Crescendo
items:
- name: Overview
href: Crescendo/overview.md
- name: Get started
items:
- name: Install Crescendo
href: Crescendo/get-started/install-crescendo.md
- name: Choose a command-line tool
href: Crescendo/get-started/choose-command-line-tool.md
- name: Decide which features to amplify
href: Crescendo/get-started/research-tool.md
- name: Create a Crescendo cmdlet
href: Crescendo/get-started/create-new-cmdlet.md
- name: Generate and test a Crescendo module
href: Crescendo/get-started/generate-module.md
- name: What's new in Crescendo
items:
- name: What's new in Crescendo 1.1
href: Crescendo/whats-new/whats-new-in-crescendo-11.md
- name: Advanced topics
items:
- name: Create a configuration using the cmdlets
href: Crescendo/advanced/using-crescendo-cmdlets.md
- name: Handling errors in Crescendo
href: Crescendo/advanced/handling-errors.md
- name: Transforming arguments in Crescendo
href: Crescendo/advanced/transforming-arguments.md
- name: PlatyPS
items:
- name: Overview
Expand Down Expand Up @@ -229,3 +199,33 @@ items:
href: SecretManagement/how-to/using-secrets-in-automation.md
- name: Use Azure Key Vault in automation
href: SecretManagement/how-to/using-azure-keyvault.md
- name: AIShell
href: AIShell/toc.yml
- name: Crescendo
items:
- name: Overview
href: Crescendo/overview.md
- name: Get started
items:
- name: Install Crescendo
href: Crescendo/get-started/install-crescendo.md
- name: Choose a command-line tool
href: Crescendo/get-started/choose-command-line-tool.md
- name: Decide which features to amplify
href: Crescendo/get-started/research-tool.md
- name: Create a Crescendo cmdlet
href: Crescendo/get-started/create-new-cmdlet.md
- name: Generate and test a Crescendo module
href: Crescendo/get-started/generate-module.md
- name: What's new in Crescendo
items:
- name: What's new in Crescendo 1.1
href: Crescendo/whats-new/whats-new-in-crescendo-11.md
- name: Advanced topics
items:
- name: Create a configuration using the cmdlets
href: Crescendo/advanced/using-crescendo-cmdlets.md
- name: Handling errors in Crescendo
href: Crescendo/advanced/handling-errors.md
- name: Transforming arguments in Crescendo
href: Crescendo/advanced/transforming-arguments.md
Loading