You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Items Tab displays all available items in the PowerShell Gallery.
13
-
14
-
To see only Modules in the PowerShell Gallery, click Modules in the Items Tab drop down. Similarly, to see only Scripts in the PowerShell Gallery, click Scripts in the Items Tab drop down.
11
+
The [Items tab](https://www.powershellgallery.com/items) displays all available items in the PowerShell Gallery.
15
12
13
+
There are several ways to filter, sort, and search the items.
16
14
To see more details about a particular item, click the item.
17
15
18
-
There are several ways to sort the items:
16
+
## Filter By
17
+
18
+
The drop-down under "Filter By" allows users to filter the results by:
19
+
* Include Prerelease
20
+
* Stable Only
21
+
22
+
For information about "Prerelease" and "Stable", see [Prerelease Versioning Added to PowerShellGet and PowerShell Gallery](https://blogs.msdn.microsoft.com/powershell/2017/12/05/prerelease-versioning-added-to-powershellget-and-powershell-gallery/) in the PowerShell Team Blog.
23
+
24
+
The checkboxes under the drop-down allow users to filter the results by:
25
+
* Item Types
26
+
- Module
27
+
- Script
28
+
* Categories
29
+
- Cmdlet
30
+
- DSC Resource
31
+
- Function
32
+
- Role Capability
33
+
- Workflow
19
34
20
-
##Filter By##
21
-
The Filter By section allows users to filter the results by:
22
-
* Item Type:
23
-
* Modules
24
-
* Scripts
25
-
* Category:
26
-
* Cmdlet
27
-
* DSC Resource
28
-
* Function
29
-
* Workflow
35
+
To see only modules in the PowerShell Gallery, check Module in the Item Types.
36
+
Similarly, to see only scripts in the PowerShell Gallery, check Script in the Item Types.
30
37
31
-
Note: Filters are inclusive.
32
-
Example: An item containing both Cmdlets and Functions will appear if either Cmdlet or Function (or both) are checked. If neither are selected, the item will not appear.
33
-
Similarly, if all categories are selected, only items containing one of those categories will appear. **Items that do not belong to any of those categories will not appear.**
38
+
> [!NOTE]
39
+
> Filters are inclusive.
40
+
> Example: An item containing both cmdlets and functions will appear if either Cmdlet or Function (or both) are checked.
41
+
> If neither are selected, the item will not appear.
42
+
> Similarly, if all categories are selected, only items containing one of those categories will appear.
43
+
> **Items that do not belong to any of those categories will not appear.**
34
44
35
-
##Sort By##
36
-
The Sort By drop down allows users to sort the results by:
37
-
* Popularity - Popularity is determined by Download Count.
38
-
* A-Z - Alphabetically by item name.
39
-
* Recent - Items appear in order of publish date.
45
+
## Sort By
40
46
47
+
The Sort By drop-down allows users to sort the results by:
48
+
* Popularity - Popularity is determined by Download Count
49
+
* A-Z - Alphabetically by item name
50
+
* Recent - Items appear in order of publish date
41
51
42
-
##Search Box##
43
-
The Search Box allows users to search the items on keywords.
44
-
See [Search Syntax](./psgallery_search_syntax.md) for more details.
52
+
## Search Box
45
53
54
+
The Search Box allows users to search the items on keywords.
55
+
For more information, see [Gallery Search Syntax](psgallery_search_syntax.md).
0 commit comments