Skip to content

Commit ef0d356

Browse files
it-praktykSean Wheeler
authored and
Sean Wheeler
committed
Replace Windows PowerShell with PowerShell (#2782)
1 parent 851c4b6 commit ef0d356

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

reference/6/PackageManagement/Find-Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The **Find-Package** cmdlet finds matching software packages that are available
4848
PS C:\> Find-Package -Provider "PSModule"
4949
```
5050

51-
This command finds all available Windows PowerShell module packages from galleries that are registered with the PSModule provider.
51+
This command finds all available PowerShell module packages from galleries that are registered with the PSModule provider.
5252

5353
### Example 2: Find a package from a provider that is not yet installed
5454

reference/6/PackageManagement/Find-PackageProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Find-PackageProvider [[-Name] <String[]>] [-AllVersions] [-Source <String[]>] [-
2424
## DESCRIPTION
2525
The **Find-PackageProvider** cmdlet finds matching PackageManagement providers that are available in package sources registered with PowerShellGet.
2626
These are package providers available for installation with the Install-PackageProvider cmdlet.
27-
By default, this includes modules available in the Windows PowerShell Gallery with the **PackageManagement** and **Provider** tags.
27+
By default, this includes modules available in the PowerShell Gallery with the **PackageManagement** and **Provider** tags.
2828

2929
**Find-PackageProvider** also finds matching Package Management providers that are available in the Package Management Azure Blob store.
3030
Use the bootstrapper provider to find and install them.

reference/6/PackageManagement/Install-PackageProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install-PackageProvider [-Scope <String>] [-InputObject] <SoftwareIdentity[]> [-
3232

3333
## DESCRIPTION
3434
The **Install-PackageProvider** cmdlet installs matching Package Management providers that are available in package sources registered with **PowerShellGet**.
35-
By default, this includes modules available in the Windows PowerShell Gallery with the **PackageManagement**.
35+
By default, this includes modules available in the PowerShell Gallery with the **PackageManagement**.
3636
The **PowerShellGet** Package Management provider is used for finding providers in these repositories.
3737

3838
This cmdlet also installs matching Package Management providers that are available using the Package Management bootstrapping application.
@@ -57,7 +57,7 @@ If your target computer is a Nano server, you need to run **Install-PackageProvi
5757
4.
5858
Restart PowerShell to auto-load the package provider.
5959
Alternatively, run `Get-PackageProvider -ListAvailable` to list all the package providers available on the computer.
60-
Then use `Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201` to import the provider to the current Windows PowerShell session.
60+
Then use `Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201` to import the provider to the current PowerShell session.
6161

6262
## EXAMPLES
6363

0 commit comments

Comments
 (0)