diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md index 1e678aff659..e6de0b72bfd 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -1,7 +1,7 @@ --- description: Describes arrays, which are data structures designed to store collections of items. Locale: en-US -ms.date: 03/24/2026 +ms.date: 07/29/2026 no-loc: [Count, Length, LongLength, Rank, ForEach, Clear, Default, First, Last, SkipUntil, Until, Split, Tuple] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_arrays?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -593,7 +593,7 @@ Consider the following example where the object `$myObject` has a property with single value and a property containing an array of 11 integers. ```powershell -$myObject = [pscustomobject]@{ +$myObject = @{ singleValue = 'Hello' arrayValue = @(0..10) } diff --git a/reference/docs-conceptual/windows-powershell/update-notification-message.yml b/reference/docs-conceptual/windows-powershell/update-notification-message.yml index f6f2ae638c2..672c3fea20e 100644 --- a/reference/docs-conceptual/windows-powershell/update-notification-message.yml +++ b/reference/docs-conceptual/windows-powershell/update-notification-message.yml @@ -2,7 +2,7 @@ metadata: description: >- This article explains the intent of the update notification message in Windows PowerShell. - ms.date: 03/06/2026 + ms.date: 07/30/2026 ms.topic: faq title: Windows PowerShell update message FAQ @@ -68,4 +68,6 @@ sections: update channels. - question: Can I disable the message? - answer: No. There is no way to disable the message. + answer: | + No. There is no way to remove the message. However, you can avoid all startup messages + by running `powershell.exe -nologo`.