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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: Creating a Windows PowerShell Drive Provider
ms.date: 09/13/2016
title: Creating a Windows PowerShell Drive Provider
ms.custom: sfi-ropc-nochange
---
# Creating a Windows PowerShell Drive Provider

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: Windows PowerShell Provider Quickstart
ms.date: 09/13/2016
title: Windows PowerShell Provider Quickstart
ms.custom: sfi-ropc-nochange
---
# Windows PowerShell Provider Quickstart

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Add Credential support to PowerShell functions
description: How to add credential parameters to your PowerShell scripts, functions, and cmdlets.
ms.custom: contributor-JoshDuffney
ms.date: 11/16/2022
title: Add Credential support to PowerShell functions
ms.custom:
- contributor-JoshDuffney
- sfi-image-nochange
---
# Add Credential support to PowerShell functions

Expand Down
8 changes: 5 additions & 3 deletions reference/docs-conceptual/learn/ps101/01-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Getting Started with PowerShell
description: Where to find and how to launch PowerShell for new users.
ms.custom: Contributor-mikefrobbins
ms.date: 08/02/2024
ms.reviewer: mirobb
title: Getting started with PowerShell
ms.custom:
- Contributor-mikefrobbins
- sfi-image-nochange
ms.date: 08/02/2024
---

# Chapter 1 - Getting started with PowerShell
Expand Down
Loading