Skip to content

Commit

Permalink
module - correcting LINK in function CBH
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Feb 8, 2021
1 parent 9c633de commit 7cfc849
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/functions/Get-Version.ps1
Expand Up @@ -19,7 +19,7 @@
Returns version of Secret Server alpha
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssVersion
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssVersion
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/Invoke-RestApi.ps1
Expand Up @@ -12,7 +12,7 @@
Performs POST request to the URI specified, returning the output from the endpoint.
.LINK
https://thycotic.secretserver.github.io/commands/Invoke-TssRestApi
https://thycotic-ps.github.io/thycotic.secretserver/commands/Invoke-TssRestApi
#>
[Cmdletbinding()]
param(
Expand Down
2 changes: 1 addition & 1 deletion src/functions/New-Session.ps1
Expand Up @@ -33,7 +33,7 @@
Use the alias nts to create a session object
.LINK
https://thycotic.secretserver.github.io/commands/New-TssSession
https://thycotic-ps.github.io/thycotic.secretserver/commands/New-TssSession
.OUTPUTS
TssSession.
Expand Down
2 changes: 1 addition & 1 deletion src/functions/Test-Version.ps1
Expand Up @@ -13,7 +13,7 @@
Pulls version of Secret Server and queries for latest version, returning object with details
.LINK
https://thycotic.secretserver.github.io/commands/Test-TssVersion
https://thycotic-ps.github.io/thycotic.secretserver/commands/Test-TssVersion
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/folders/Get-Folder.ps1
Expand Up @@ -25,7 +25,7 @@
Returns folder associated with Folder ID, 93 and include Secret Templates associated with the folder
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssFolder
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssFolder
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/folders/New-Folder.ps1
Expand Up @@ -27,7 +27,7 @@
Creates a folder named "Marketing Dept" under parent folder 27 with inheritance enabled for Permissions and Secret Policy
.LINK
https://thycotic.secretserver.github.io/commands/New-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/New-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/groups/Search-Group.ps1
Expand Up @@ -13,7 +13,7 @@
Return list of all groups found in Secret Server that account has access to manage
.LINK
https://thycotic.secretserver.github.io/commands/Search-TssUserGroup
https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssUserGroup
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/Get-Report.ps1
Expand Up @@ -13,7 +13,7 @@
Gets the details on report ID 6
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssReport
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssReport
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/Get-ReportCategory.ps1
Expand Up @@ -19,7 +19,7 @@
Returns a list of all categories
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssReportCategory
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssReportCategory
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/New-Report.ps1
Expand Up @@ -25,7 +25,7 @@
Create a new report where the T-SQL is stored in a SQL script file
.LINK
https://thycotic.secretserver.github.io/commands/New-TssReport
https://thycotic-ps.github.io/thycotic.secretserver/commands/New-TssReport
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/Remove-ReportCategory.ps1
Expand Up @@ -21,7 +21,7 @@
Removes report category 21
.LINK
https://thycotic.secretserver.github.io/commands/Remove-TssReportCategory
https://thycotic-ps.github.io/thycotic.secretserver/commands/Remove-TssReportCategory
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/Search-ReportSchedule.ps1
Expand Up @@ -19,7 +19,7 @@
Returns list of all report schedules, including those that were deleted
.LINK
https://thycotic.secretserver.github.io/commands/Search-TssReportSchedule
https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssReportSchedule
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Find-Secret.ps1
Expand Up @@ -13,7 +13,7 @@
Return secrets found in folder 50 where RPC is enabled on the secret templates
.LINK
https://thycotic.secretserver.github.io/commands/Find-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/Find-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Get-Secret.ps1
Expand Up @@ -36,7 +36,7 @@
Call GetValue() method passing the slug name to grab the ItemValue of the server field.
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Get-SecretField.ps1
Expand Up @@ -13,7 +13,7 @@
Get the username value of secret ID 14
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssSecretField
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssSecretField
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/New-Secret.ps1
Expand Up @@ -31,7 +31,7 @@
Output will show the FolderId, Name, SecretTemplateName, and Active properties.
.LINK
https://thycotic.secretserver.github.io/commands/New-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/New-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Remove-Secret.ps1
Expand Up @@ -13,7 +13,7 @@
Delete Secret ID 93
.LINK
https://thycotic.secretserver.github.io/commands/Disable-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/Disable-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Search-Secret.ps1
Expand Up @@ -25,7 +25,7 @@
Return all secrets using Secret Template 6047 that are active **and** inactive.
.LINK
https://thycotic.secretserver.github.io/commands/Search-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrets/Set-Secret.ps1
Expand Up @@ -37,7 +37,7 @@
Sets secret 1455 disables emailing when changed
.LINK
https://thycotic.secretserver.github.io/commands/Set-TssSecret
https://thycotic-ps.github.io/thycotic.secretserver/commands/Set-TssSecret
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
2 changes: 1 addition & 1 deletion src/functions/secrettemplates/Get-SecretTemplate.ps1
Expand Up @@ -13,7 +13,7 @@
Returns secret associated with the Secret ID, 93
.LINK
https://thycotic.secretserver.github.io/commands/Get-TssSecretTemplate
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssSecretTemplate
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down

0 comments on commit 7cfc849

Please sign in to comment.