Skip to content

Commit

Permalink
New-TssSession - updateh help
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Feb 15, 2021
1 parent 5eb7a49 commit e95358b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/functions/New-Session.ps1
Expand Up @@ -21,7 +21,7 @@
Note that this use case, SessionRefresh and SessionExpire are not supported
.EXAMPLE
New-TssSession -SecretServer https://ssvault.com/SecretServer -Credential (Get-Credential apiuser) -Raw
New-TssSession -SecretServer https://ssvault.com/SecretServer -Credential (Get-Credential apiuser)
A prompt to enter the password for the apiuser is given by PowerShell. Upon successful authentication the response from the oauth2/token endpoint is output to the console.
Expand All @@ -32,6 +32,12 @@
Create a credential object
Use the alias nts to create a session object
.EXAMPLE
$session = nts https://ssvault.com/SecretServer -UseWindowsAuth
Create a session object utilizing Windows Integrated Authentication (IWA)
Use the alias nts to create a session object
.LINK
https://thycotic-ps.github.io/thycotic.secretserver/commands/New-TssSession
Expand Down

0 comments on commit e95358b

Please sign in to comment.