diff --git a/src/functions/Get-Version.ps1 b/src/functions/Get-Version.ps1 index 98e23df0..3ce8dcac 100644 --- a/src/functions/Get-Version.ps1 +++ b/src/functions/Get-Version.ps1 @@ -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 diff --git a/src/functions/Invoke-RestApi.ps1 b/src/functions/Invoke-RestApi.ps1 index 30900ee8..12e81344 100644 --- a/src/functions/Invoke-RestApi.ps1 +++ b/src/functions/Invoke-RestApi.ps1 @@ -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( diff --git a/src/functions/New-Session.ps1 b/src/functions/New-Session.ps1 index 4f21fa0e..97e0a9e4 100644 --- a/src/functions/New-Session.ps1 +++ b/src/functions/New-Session.ps1 @@ -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. diff --git a/src/functions/Test-Version.ps1 b/src/functions/Test-Version.ps1 index ed66b837..f6776151 100644 --- a/src/functions/Test-Version.ps1 +++ b/src/functions/Test-Version.ps1 @@ -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 diff --git a/src/functions/folders/Get-Folder.ps1 b/src/functions/folders/Get-Folder.ps1 index 617ae880..8dae28cd 100644 --- a/src/functions/folders/Get-Folder.ps1 +++ b/src/functions/folders/Get-Folder.ps1 @@ -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 diff --git a/src/functions/folders/New-Folder.ps1 b/src/functions/folders/New-Folder.ps1 index e5b27b76..7238641b 100644 --- a/src/functions/folders/New-Folder.ps1 +++ b/src/functions/folders/New-Folder.ps1 @@ -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 diff --git a/src/functions/groups/Search-Group.ps1 b/src/functions/groups/Search-Group.ps1 index 4bfe4fee..f0c8f162 100644 --- a/src/functions/groups/Search-Group.ps1 +++ b/src/functions/groups/Search-Group.ps1 @@ -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 diff --git a/src/functions/reports/Get-Report.ps1 b/src/functions/reports/Get-Report.ps1 index 005471b2..b8eba0c1 100644 --- a/src/functions/reports/Get-Report.ps1 +++ b/src/functions/reports/Get-Report.ps1 @@ -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 diff --git a/src/functions/reports/Get-ReportCategory.ps1 b/src/functions/reports/Get-ReportCategory.ps1 index 1fa7a2d8..00094482 100644 --- a/src/functions/reports/Get-ReportCategory.ps1 +++ b/src/functions/reports/Get-ReportCategory.ps1 @@ -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 diff --git a/src/functions/reports/New-Report.ps1 b/src/functions/reports/New-Report.ps1 index d56b4142..8dc9e0e9 100644 --- a/src/functions/reports/New-Report.ps1 +++ b/src/functions/reports/New-Report.ps1 @@ -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 diff --git a/src/functions/reports/Remove-ReportCategory.ps1 b/src/functions/reports/Remove-ReportCategory.ps1 index 1b41beb3..e6584a40 100644 --- a/src/functions/reports/Remove-ReportCategory.ps1 +++ b/src/functions/reports/Remove-ReportCategory.ps1 @@ -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 diff --git a/src/functions/reports/Search-ReportSchedule.ps1 b/src/functions/reports/Search-ReportSchedule.ps1 index 1a810758..fcd4ea34 100644 --- a/src/functions/reports/Search-ReportSchedule.ps1 +++ b/src/functions/reports/Search-ReportSchedule.ps1 @@ -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 diff --git a/src/functions/secrets/Find-Secret.ps1 b/src/functions/secrets/Find-Secret.ps1 index 8052acb8..0d1b9576 100644 --- a/src/functions/secrets/Find-Secret.ps1 +++ b/src/functions/secrets/Find-Secret.ps1 @@ -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 diff --git a/src/functions/secrets/Get-Secret.ps1 b/src/functions/secrets/Get-Secret.ps1 index 47340910..bb8ad5ce 100644 --- a/src/functions/secrets/Get-Secret.ps1 +++ b/src/functions/secrets/Get-Secret.ps1 @@ -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 diff --git a/src/functions/secrets/Get-SecretField.ps1 b/src/functions/secrets/Get-SecretField.ps1 index 122b803d..5b1089ec 100644 --- a/src/functions/secrets/Get-SecretField.ps1 +++ b/src/functions/secrets/Get-SecretField.ps1 @@ -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 diff --git a/src/functions/secrets/New-Secret.ps1 b/src/functions/secrets/New-Secret.ps1 index 4a6da6a0..690f121f 100644 --- a/src/functions/secrets/New-Secret.ps1 +++ b/src/functions/secrets/New-Secret.ps1 @@ -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 diff --git a/src/functions/secrets/Remove-Secret.ps1 b/src/functions/secrets/Remove-Secret.ps1 index b4b154b1..88d41036 100644 --- a/src/functions/secrets/Remove-Secret.ps1 +++ b/src/functions/secrets/Remove-Secret.ps1 @@ -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 diff --git a/src/functions/secrets/Search-Secret.ps1 b/src/functions/secrets/Search-Secret.ps1 index 5c533c67..d40177df 100644 --- a/src/functions/secrets/Search-Secret.ps1 +++ b/src/functions/secrets/Search-Secret.ps1 @@ -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 diff --git a/src/functions/secrets/Set-Secret.ps1 b/src/functions/secrets/Set-Secret.ps1 index c163df18..65b7c7f0 100644 --- a/src/functions/secrets/Set-Secret.ps1 +++ b/src/functions/secrets/Set-Secret.ps1 @@ -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 diff --git a/src/functions/secrettemplates/Get-SecretTemplate.ps1 b/src/functions/secrettemplates/Get-SecretTemplate.ps1 index e56ddada..51ae0732 100644 --- a/src/functions/secrettemplates/Get-SecretTemplate.ps1 +++ b/src/functions/secrettemplates/Get-SecretTemplate.ps1 @@ -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