11function Set-PdcConfiguration {
2- <#
2+ <#
33. SYNOPSIS
44 Set-PdcConfiguration sets up the module
55
@@ -27,24 +27,21 @@ function Set-PdcConfiguration {
2727. PARAMETER Database
2828 Database to use to save all the information in
2929
30- .PARAMETER
3130
3231. NOTES
3332 Author: Sander Stad (@sqlstad, sqlstad.nl)
3433
35- Website: https://easyclone .io
34+ Website: https://psdatabaseclone .io
3635 Copyright: (C) Sander Stad, sander@sqlstad.nl
3736 License: MIT https://opensource.org/licenses/MIT
3837
3938. LINK
40- https://easyclone .io/
39+ https://psdatabaseclone .io/
4140
4241. EXAMPLE
43- Set-PdcConfiguration -SqlInstance SQLDB1 -Database EasyClone
44-
45- Set up the module to use SQLDB1 as the database servers and EasyClone to save the values in
46-
42+ Set-PdcConfiguration -SqlInstance SQLDB1 -Database PSDatabaseClone
4743
44+ Set up the module to use SQLDB1 as the database servers and PSDatabaseClone to save the values in
4845#>
4946 [CmdLetBinding ()]
5047 param (
@@ -60,7 +57,7 @@ function Set-PdcConfiguration {
6057 )
6158
6259 begin {
63- Write-PSFMessage - Message " Started EasyCone Setup" - Level Output
60+ Write-PSFMessage - Message " Started PSDatabaseClone Setup" - Level Output
6461
6562 # Try connecting to the instance
6663 Write-PSFMessage - Message " Attempting to connect to Sql Server $SqlInstance .." - Level Output
@@ -151,6 +148,6 @@ function Set-PdcConfiguration {
151148 # Test if there are any errors
152149 if (Test-PSFFunctionInterrupt ) { return }
153150
154- Write-PSFMessage - Message " Finished setting up EasyClone " - Level Host
151+ Write-PSFMessage - Message " Finished setting up PSDatabaseClone " - Level Host
155152 }
156153}
0 commit comments