Skip to content

Commit fa840b8

Browse files
committed
Removed .RELATEDLINKS
1 parent d446f0f commit fa840b8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

RestoreAutomation.psm1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Mike Fal (http://www.mikefal.net)
7070
.PARAMETER NoRecovery
7171
Switch parameter. If true, script will not fully recover database.
7272
73-
.RELATEDLINKS
74-
http://www.mikefal.net
75-
https://github.com/MikeFal/PowerShell
7673
#>
7774

7875
param([parameter(Mandatory=$true)][string] $dir
@@ -187,9 +184,6 @@ Mike Fal (http://www.mikefal.net)
187184
.PARAMETER database
188185
Database that has users that needs to be synchronized.
189186
190-
.RELATEDLINKS
191-
http://www.mikefal.net
192-
https://github.com/MikeFal/PowerShell
193187
#>
194188
param([parameter(Mandatory=$true)][string] $server
195189
,[parameter(Mandatory=$true)][string] $database)
@@ -240,10 +234,6 @@ Mike Fal (http://www.mikefal.net)
240234
Database that has users that needs to be checked.
241235
.PARAMETER Full
242236
Switch parameter. If true, a full DBCC check is done against the target database.
243-
244-
.RELATEDLINKS
245-
http://www.mikefal.net
246-
https://github.com/MikeFal/PowerShell
247237
#>
248238
param([parameter(Mandatory=$true)][string] $server
249239
,[parameter(Mandatory=$true)][string] $database

0 commit comments

Comments
 (0)