Skip to content

Commit 900abdf

Browse files
authored
Review for freshness (#8192)
* Review for freshness * fix link text
1 parent 5422fdd commit 900abdf

24 files changed

Lines changed: 34 additions & 40 deletions

reference/docs-conceptual/learn/deep-dives/add-credentials-to-powershell-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: How to add credential parameters to your PowerShell scripts, functions, and cmdlets.
33
ms.custom: contributor-JoshDuffney
4-
ms.date: 10/29/2020
4+
ms.date: 10/05/2021
55
title: Add Credential support to PowerShell functions
66
---
77
# Add Credential support to PowerShell functions

reference/docs-conceptual/learn/deep-dives/everything-about-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Error handling is just part of life when it comes to writing code.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 05/23/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about exceptions
66
---
77
# Everything you wanted to know about exceptions

reference/docs-conceptual/learn/deep-dives/everything-about-hashtable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Hashtables are really important in PowerShell so it's good to have a solid understanding of them.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 05/23/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about hashtables
66
---
77
# Everything you wanted to know about hashtables

reference/docs-conceptual/learn/deep-dives/everything-about-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Like many other languages, PowerShell has statements for conditionally executing code in your scripts.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 06/09/2021
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about the if statement
66
---
77
# Everything you wanted to know about the `if` statement

reference/docs-conceptual/learn/deep-dives/everything-about-null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: The PowerShell $null often appears to be simple but it has a lot of nuances. Let's take a close look at $null so you know what happens when you unexpectedly run into a null value.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 05/23/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about $null
66
---
77
# Everything you wanted to know about $null

reference/docs-conceptual/learn/deep-dives/everything-about-pscustomobject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: PSCustomObject is a simple way to create structured data.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 10/05/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about PSCustomObject
66
---
77
# Everything you wanted to know about PSCustomObject

reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: ShouldProcess is an important feature that is often overlooked is. The WhatIf and Confirm parameters make it easy to add to your functions.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 05/23/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about ShouldProcess
66
---
77
# Everything you wanted to know about ShouldProcess

reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: There are many ways to use variables in strings to create formatted text.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 05/23/2020
4+
ms.date: 10/05/2021
55
title: Everything you wanted to know about variable substitution in strings
66
---
77
# Everything you wanted to know about variable substitution in strings

reference/docs-conceptual/learn/deep-dives/everything-about-switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: The switch statement in PowerShell offers features that aren't found in other languages.
33
ms.custom: contributor-KevinMarquette
4-
ms.date: 03/01/2021
4+
ms.date: 10/05/2021
55
title: Everything you ever wanted to know about the switch statement
66
---
77
# Everything you ever wanted to know about the switch statement

reference/docs-conceptual/learn/deep-dives/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: The Deep Dives section of the documentation contains articles the provide more details and examples than the cmdlet reference.
3-
ms.date: 05/23/2020
3+
ms.date: 10/05/2021
44
title: Deep dives
55
---
66
# Deep dive articles

0 commit comments

Comments
 (0)