Skip to content

Commit

Permalink
More README update
Browse files Browse the repository at this point in the history
  • Loading branch information
muratiakos committed Jul 15, 2016
1 parent 1f613cb commit 09989a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inspect and test web.config or any .NET based application configuration files bo
locally or remotely.

## Installation
PSWebConfig is available via [PowerShellGallery][PowerShellGallery] or [PsGet][psget],
PSWebConfig is available via [PowerShell Gallery][PowerShellGallery] or [PsGet][psget],
so you can simply install it with the following command:
```powershell
Install-Module PSWebConfig
Expand All @@ -25,7 +25,10 @@ Import-Module PSWebConfig
```

## Examples
### View and automatically decrypt a web.config
### View and decrypt a web.config
`Get-PSWebConfig` cmdlet automatically fetches and decrypts any web.config
file both locally and remotely without altering the actual config file on the
target computer:
```powershell
# You can pipe any site into Get-PSWebConfig to decrypt it automatically
Get-Website * | Get-PSWebConfig -AsText
Expand Down

0 comments on commit 09989a9

Please sign in to comment.