You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md
+29-16Lines changed: 29 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
description: ShouldProcess is an important feature that is often overlooked is. The WhatIf and Confirm parameters make it easy to add to your functions.
3
3
ms.custom: contributor-KevinMarquette
4
-
ms.date: 11/16/2022
4
+
ms.date: 09/24/2024
5
5
title: Everything you wanted to know about ShouldProcess
6
6
---
7
7
# Everything you wanted to know about ShouldProcess
@@ -11,18 +11,18 @@ One important feature that is often overlooked is `-WhatIf` and `-Confirm` suppo
11
11
add to your functions. In this article, we dive deep into how to implement this feature.
12
12
13
13
> [!NOTE]
14
-
> The [original version][original version] of this article appeared on the blog written by[@KevinMarquette][@KevinMarquette]. The
15
-
> PowerShell team thanks Kevin for sharing this content with us. Please check out his blog at
0 commit comments