Skip to content

Commit

Permalink
Get-TssConfigurationAutoExport - correcte examples fixes #244
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Oct 15, 2021
1 parent b55aa1d commit 485e872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ Get the Automatic Export configuration
### EXAMPLE 1
```
$session = New-TssSession -SecretServer https://alpha -Credential $ssCred
Get-TssConfigurationAutomaticExport -TssSession $session -Id 42
Get-TssConfigurationAutoExport -TssSession $session -Id 42
```

Return the Automatic Export configuration settings
Expand Down
Expand Up @@ -8,7 +8,7 @@ function Get-TssConfigurationAutoExport {
.EXAMPLE
$session = New-TssSession -SecretServer https://alpha -Credential $ssCred
Get-TssConfigurationAutomaticExport -TssSession $session -Id 42
Get-TssConfigurationAutoExport -TssSession $session -Id 42
Return the Automatic Export configuration settings
Expand Down

0 comments on commit 485e872

Please sign in to comment.