Skip to content

Commit 50a7e44

Browse files
committed
Clarified formulation in README
1 parent 05a40e9 commit 50a7e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The StorageGRID Webscale PowerShell Cmdlets require at least PowerShell 4.0 and
1212

1313
The recommended way to install the PowerShell Module is through the new Install-Module Cmdlet available since PowerShell 5. Consider installing [PowerShell 5](https://www.microsoft.com/en-us/download/details.aspx?id=50395) or [PowerShell 6](https://github.com/PowerShell/PowerShell#get-powershell). PowerShell 6 now supports Linux, Mac OS X and Windows.
1414

15-
By default PowerShell 5 and later have the official [Microsoft PowerShell Gallery](https://www.powershellgallery.com/) defined as installation source, but it is marked as `Untrusted`. To install the Cmdlets you need to trust this installation source using
15+
By default PowerShell 5 and later have the official [Microsoft PowerShell Gallery](https://www.powershellgallery.com/) defined as installation source, but it is marked as `Untrusted` by default. To install the Cmdlets you need to trust this installation source using
1616

1717
```powershell
1818
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
1919
```
2020

21-
The StorageGRID Webscale Cmdlets are code signed. PowerShell (**currently only on Windows!**) can verify the code signature and only run signed code. To run the Cmdlets you need to ensure that your execution policy is set to either `AllSigned`, `RemoteSigned`, `Unrestricted`, `Bypass`. It is recommended to use `RemoteSigned`.
21+
The StorageGRID Webscale Cmdlets are code signed. PowerShell (**currently only on Windows!**) can verify the code signature and only run code signed with a trusted certificate. To run the Cmdlets you need to ensure that your execution policy is set to either `AllSigned`, `RemoteSigned`, `Unrestricted`, `Bypass`. It is recommended to use `RemoteSigned`.
2222

2323
```powershell
2424
Get-ExecutionPolicy

0 commit comments

Comments
 (0)