Skip to content

Commit ba963ee

Browse files
Merge pull request #12667 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-16 23:00 UTC
2 parents d510080 + a7a1533 commit ba963ee

28 files changed

+262
-543
lines changed

reference/5.1/CimCmdlets/Get-CimInstance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
33
Locale: en-US
44
Module Name: CimCmdlets
5-
ms.date: 12/09/2022
5+
ms.date: 01/16/2026
66
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-ciminstance?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -542,3 +542,5 @@ the CIM server.
542542
[Remove-CimInstance](Remove-CimInstance.md)
543543

544544
[Set-CimInstance](Set-CimInstance.md)
545+
546+
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)

reference/5.1/CimCmdlets/Invoke-CimMethod.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
33
Locale: en-US
44
Module Name: CimCmdlets
5-
ms.date: 12/09/2022
5+
ms.date: 01/16/2026
66
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/invoke-cimmethod?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -482,3 +482,5 @@ This cmdlet returns an object.
482482
[Get-CimSession](Get-CimSession.md)
483483

484484
[New-CimSession](New-CimSession.md)
485+
486+
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)

reference/5.1/CimCmdlets/Register-CimIndicationEvent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
33
Locale: en-US
44
Module Name: CimCmdlets
5-
ms.date: 12/09/2022
5+
ms.date: 01/16/2026
66
no-loc: [-Forward]
77
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/register-cimindicationevent?view=powershell-5.1&WT.mc_id=ps-gethelp
88
schema: 2.0.0
@@ -417,3 +417,5 @@ This cmdlet returns an **EventSubscription** object.
417417
[Get-CimSession](Get-CimSession.md)
418418

419419
[New-CimSession](New-CimSession.md)
420+
421+
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)

reference/5.1/CimCmdlets/Remove-CimInstance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
33
Locale: en-US
44
Module Name: CimCmdlets
5-
ms.date: 12/09/2022
5+
ms.date: 01/16/2026
66
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-ciminstance?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -327,3 +327,5 @@ This cmdlet returns no output.
327327
[Get-CimInstance](Get-CimInstance.md)
328328

329329
[Set-CimInstance](Set-CimInstance.md)
330+
331+
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)

reference/5.1/CimCmdlets/Set-CimInstance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
33
Locale: en-US
44
Module Name: CimCmdlets
5-
ms.date: 12/09/2022
5+
ms.date: 01/16/2026
66
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/set-ciminstance?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -445,3 +445,5 @@ When you use the **PassThru** parameter, this cmdlet returns the modified CIM in
445445
[New-CimInstance](New-CimInstance.md)
446446
447447
[Remove-CimInstance](Remove-CimInstance.md)
448+
449+
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)

reference/5.1/Microsoft.PowerShell.Core/About/about_Scopes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Explains the concept of scope in PowerShell and shows how to set and change the scope of elements.
33
Locale: en-US
4-
ms.date: 02/02/2025
4+
ms.date: 01/16/2026
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scopes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Scopes
@@ -124,7 +124,10 @@ optional scope modifiers:
124124

125125
- `Global:` - Specifies that the name exists in the **Global** scope.
126126
- `Local:` - Specifies that the name exists in the **Local** scope. The current
127-
scope is always the **Local** scope.
127+
scope is always the **Local** scope. When you use the `Local:` scope
128+
modifier, PowerShell doesn't search parent scopes. If the item exists in the
129+
current scope, it's used. If the item doesn't exist in the current scope,
130+
PowerShell creates a new item in the current scope.
128131
- `Private:` - Specifies that the name is **Private** and only visible to the
129132
current scope.
130133

0 commit comments

Comments
 (0)