Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Module name metadata #3764

Merged
merged 1 commit into from
Feb 21, 2024
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
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/get-osconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/get-osconfigurationdocument?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/get-osconfigurationdocumentcontent?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/get-osconfigurationdocumentresult?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/get-osconfigurationproperty?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
7 changes: 3 additions & 4 deletions docset/winserver2025-ps/OSConfiguration/OSConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
Help Version: 5.1.0.2025
Locale: en-US
Module Guid: 1c9ff8ee-e567-4883-a532-4087d40bc5d6
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
title: OSConfiguration module
title: OsConfiguration module
---

# OSConfiguration Module
# OsConfiguration Module
## Description
{{ Fill in the Description }}

Expand Down Expand Up @@ -36,4 +36,3 @@ title: OSConfiguration module

### [Set-OsConfigurationProperty](Set-OsConfigurationProperty.md)
{{ Fill in the Description }}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/remove-osconfigurationdocument?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/set-osconfigurationdocument?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
external help file: Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
Module Name: OSConfiguration
Module Name: OsConfiguration
ms.date: 02/21/2024
online version: https://learn.microsoft.com/powershell/module/osconfiguration/set-osconfigurationproperty?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
Expand Down