Skip to content

Commit 9df4ed0

Browse files
committed
Fix module file cmdlet lists
1 parent 76b3f7e commit 9df4ed0

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Locale: en-US
55
Module Guid: e4e0bda1-0703-44a5-b70d-8fe704cd0643
66
Module Name: Microsoft.PowerShell.PSResourceGet
77
ms.custom: 1.1.1
8-
ms.date: 10/31/2024
8+
ms.date: 05/28/2025
99
schema: 2.0.0
1010
title: Microsoft.PowerShell.PSResourceGet
1111
---
@@ -16,7 +16,7 @@ title: Microsoft.PowerShell.PSResourceGet
1616
PSResourceGet is a module with commands for discovering, installing, updating and publishing
1717
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.
1818

19-
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc2. For
19+
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.1.1. For
2020
a list of differences between versions, see the
2121
[What's new in PSResourceGet?](/powershell/gallery/powershellget/psresourceget-release-notes).
2222

@@ -30,56 +30,74 @@ a list of differences between versions, see the
3030
## Microsoft.PowerShell.PSResourceGet Cmdlets
3131

3232
### [Compress-PSResource](Compress-PSResource.md)
33+
3334
Compresses a specified folder containing module or script resources into a `.nupkg` file.
3435

3536
### [Find-PSResource](Find-PSResource.md)
36-
Searches for packages from a repository (local or remote), based on a name or other package
37-
properties.
37+
38+
Searches for packages from a repository (local or remote), based on a name or other package properties.
3839

3940
### [Get-InstalledPSResource](Get-InstalledPSResource.md)
41+
4042
Returns modules and scripts installed on the machine via **PowerShellGet**.
4143

4244
### [Get-PSResourceRepository](Get-PSResourceRepository.md)
45+
4346
Finds and returns registered repository information.
4447

4548
### [Get-PSScriptFileInfo](Get-PSScriptFileInfo.md)
46-
The cmdlet creates a new script file, including metadata about the script.
49+
50+
Returns the metadata for a script.
4751

4852
### [Import-PSGetRepository](Import-PSGetRepository.md)
53+
4954
Finds the repositories registered with PowerShellGet and registers them for PSResourceGet.
5055

5156
### [Install-PSResource](Install-PSResource.md)
57+
5258
Installs resources from a registered repository.
5359

54-
### [New-PSScriptFile](New-PSScriptFile.md)
60+
### [New-PSScriptFileInfo](New-PSScriptFileInfo.md)
61+
5562
The cmdlet creates a new script file, including metadata about the script.
5663

5764
### [Publish-PSResource](Publish-PSResource.md)
65+
5866
Publishes a specified module from the local computer to PSResource repository.
5967

6068
### [Register-PSResourceRepository](Register-PSResourceRepository.md)
69+
6170
Registers a repository for PowerShell resources.
6271

6372
### [Save-PSResource](Save-PSResource.md)
73+
6474
Saves resources (modules and scripts) from a registered repository onto the machine.
6575

6676
### [Set-PSResourceRepository](Set-PSResourceRepository.md)
77+
6778
Sets information for a registered repository.
6879

69-
### [Test-PSScriptFile](Test-PSScriptFile.md)
80+
### [Test-PSScriptFileInfo](Test-PSScriptFileInfo.md)
81+
7082
Tests the comment-based metadata in a `.ps1` file to ensure it's valid for publication.
7183

7284
### [Uninstall-PSResource](Uninstall-PSResource.md)
85+
7386
Uninstalls a resource that was installed using **PowerShellGet**.
7487

7588
### [Unregister-PSResourceRepository](Unregister-PSResourceRepository.md)
89+
7690
Removes a registered repository from the local machine.
7791

78-
### [Update-ModuleManifest](Update-ModuleManifest.md)
92+
### [Update-PSModuleManifest](Update-PSModuleManifest.md)
93+
7994
Updates a module manifest file.
8095

8196
### [Update-PSResource](Update-PSResource.md)
97+
8298
Downloads and installs the newest version of a package already installed on the local machine.
8399

84100
### [Update-PSScriptFileInfo](Update-PSScriptFileInfo.md)
101+
85102
This cmdlet updates the comment-based metadata in an existing script `.ps1` file.
103+

0 commit comments

Comments
 (0)