Skip to content

Commit

Permalink
Change all 'Original Author' labels in .NOTES sections to 'Author' so…
Browse files Browse the repository at this point in the history
… Find-DbaCommand can index them
  • Loading branch information
alevyinroc committed Sep 12, 2017
1 parent 2313b0a commit 5f9a836
Show file tree
Hide file tree
Showing 81 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion functions/Backup-DbaDatabaseCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Backup-DbaDatabaseCertificate {
If this switch is enabled, no actions are performed but informational messages will be displayed that explain what would happen if the command were to run.
.NOTES
Original Author: Jess Pomfret (@jpomfret)
Author: Jess Pomfret (@jpomfret)
Tags: Migration, Certificate
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaBackupDevice.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Copy-DbaBackupDevice {
.NOTES
Tags: Migration, DisasterRecovery, Backup
Original Author: Chrissy LeMaire (@cl), netnerds.net
Author: Chrissy LeMaire (@cl), netnerds.net
Requires: sysadmin access on SQL Servers
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function Copy-DbaDatabase {
.NOTES
Tags: Migration, DisasterRecovery, Backup, Restore
Original Author: Chrissy LeMaire (@cl), netnerds.net
Author: Chrissy LeMaire (@cl), netnerds.net
Requires: sysadmin access on SQL Servers
Limitations: Doesn't cover what it doesn't cover (replication, certificates, etc)
SQL Server 2000 databases cannot be directly migrated to SQL Server 2012 and above.
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSsisCatalog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Windows Authentication will be used if DestinationSqlCredential is not specified
.NOTES
Tags: Migration, SSIS
Original Author: Phil Schwartz (philschwartz.me, @pschwartzzz)
Author: Phil Schwartz (philschwartz.me, @pschwartzzz)
dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright (C) 2016 Chrissy LeMaire
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Disable-DbaAgHadr {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup
Original Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Enable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Enable-DbaAgHadr {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup
Original Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Expand-DbaTLogResponsibly.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Expand-DbaTLogResponsibly {
Tags: Storage, Backup
This script uses Get-DbaDiskSpace dbatools command to get the TLog's drive free space
Original Author: Claudio Silva (@ClaudioESSilva)
Author: Claudio Silva (@ClaudioESSilva)
Requires: ALTER DATABASE permission
Limitations: Freespace cannot be validated on the directory where the log file resides in SQL Server 2005.
Expand Down
2 changes: 1 addition & 1 deletion functions/Export-DbaDiagnosticQuery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Export-DbaDiagnosticQuery {
.NOTES
Tags: Query
Original Author: André Kamman (@AndreKamman), http://clouddba.io
Author: André Kamman (@AndreKamman), http://clouddba.io
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Export-DbaUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Export-DbaUser {
.NOTES
Tags: User, Export
Original Author: Claudio Silva (@ClaudioESSilva)
Author: Claudio Silva (@ClaudioESSilva)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaCommand.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Find-DbaCommand {
.NOTES
Tags: Find,Help,Command
Original Author: Simone Bizzotto
Author: Simone Bizzotto
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaDatabaseGrowthEvent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Find-DbaDatabaseGrowthEvent {
.NOTES
Tags: AutoGrow
Original Author: Aaron Nelson
Author: Aaron Nelson
Query Extracted from SQL Server Management Studio (SSMS) 2016.
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaDuplicateIndex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Find-DbaDuplicateIndex {
If this switch is enabled, the internal messaging functions will be silenced.
.NOTES
Original Author: Claudio Silva (@ClaudioESSilva)
Author: Claudio Silva (@ClaudioESSilva)
dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright (C) 2016 Chrissy LeMaire
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
Expand Down
4 changes: 2 additions & 2 deletions functions/Find-DbaLoginInGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Finds Logins in Active Directory groups that have logins on the SQL Instance.
Outputs all the active directory groups members for a server, or limits it to find a specific AD user in the groups
.NOTES
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Original Author: Simone Bizzotto, @niphlod
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Simone Bizzotto, @niphlod
dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright (C) 2016 Chrissy LeMaire
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaSimilarTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The minimum percentage of column names that should match between the matching an
Use this switch to disable any kind of verbose messages
.NOTES
Original Author: Jana Sattainathan (@SQLJana - http://sqljana.wordpress.com)
Author: Jana Sattainathan (@SQLJana - http://sqljana.wordpress.com)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaStoredProcedure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ By default system databases are ignored but you can include them within the sear
Use this switch to disable any kind of verbose messages
.NOTES
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaTrigger.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ By default system databases are ignored but you can include them within the sear
Use this switch to disable any kind of verbose messages
.NOTES
Original Author: Cláudio Silva, @ClaudioESSilva
Author: Cláudio Silva, @ClaudioESSilva
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaUnusedIndex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Find-DbaUnusedIndex {
.NOTES
Tags: Indexes
Original Author: Aaron Nelson (@SQLvariant), SQLvariant.com
Author: Aaron Nelson (@SQLvariant), SQLvariant.com
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaUserObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PSCredential object to connect as. If not specified, current Windows login will
The regex pattern that the command will search for
.NOTES
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright (C) 2016 Chrissy LeMaire
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaView.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ By default system databases are ignored but you can include them within the sear
Use this switch to disable any kind of verbose messages
.NOTES
Original Author: Cláudio Silva (@ClaudioESSilva)
Author: Cláudio Silva (@ClaudioESSilva)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-DbaAgDatabase {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup, Replica
Original Author: Shawn Melton (@wsmelton)
Author: Shawn Melton (@wsmelton)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Get-DbaAgHadr {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup
Original Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgListener.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-DbaAgListener {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup, Replica
Original Author: Viorel Ciucu (@viorelciucu)
Author: Viorel Ciucu (@viorelciucu)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgReplica.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Get-DbaAgReplica {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup, Replica
Original Author: Shawn Melton (@wsmelton) | Chrissy LeMaire (@ctrlb)
Author: Shawn Melton (@wsmelton) | Chrissy LeMaire (@ctrlb)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgentJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FUNCTION Get-DbaAgentJob {
.NOTES
Tags: Job, Agent
Original Author: Garry Bargsley (@gbargsley), http://blog.garrybargsley.com
Author: Garry Bargsley (@gbargsley), http://blog.garrybargsley.com
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAgentJobHistory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.NOTES
Tags: Job, Agent
Original Author: Klaas Vandenberghe ( @PowerDbaKlaas )
Author: Klaas Vandenberghe ( @PowerDbaKlaas )
Editor: niphlod
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaAvailabilityGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Get-DbaAvailabilityGroup {
.NOTES
Tags: DisasterRecovery, AG, AvailabilityGroup
Original Author: Shawn Melton (@wsmelton) | Chrissy LeMaire (@ctrlb)
Author: Shawn Melton (@wsmelton) | Chrissy LeMaire (@ctrlb)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Use this if you want the function to throw terminating errors you want to catch.
.NOTES
Original Author: Fred Winmann (@FredWeinmann)
Author: Fred Winmann (@FredWeinmann)
Tags: ComputerManagement
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaCmObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
It will use the credewntials stored in $cred to connect, unless they are known to not work, in which case they will default to windows credentials (unless another default has been set).
.NOTES
Original Author: Fred Winmann (@FredWeinmann)
Author: Fred Winmann (@FredWeinmann)
Tags: ComputerManagement
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaComputerSystem.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Get-DbaComputerSystem {
.NOTES
Tags: ServerInfo
Original Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Website: https: //dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
.NOTES
Tags: Database
Original Author: Garry Bargsley (@gbargsley | http://blog.garrybargsley.com)
Author: Garry Bargsley (@gbargsley | http://blog.garrybargsley.com)
Author: Klaas Vandenberghe ( @PowerDbaKlaas )
Author: Simone Bizzotto ( @niphlod )
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaDatabaseEncryption.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Get-DbaDatabaseEncryption {
Use this switch to disable any kind of verbose messages.
.NOTES
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaDatabaseSpace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Returns database files and free space information for the db1 and db2 on localhost.
.NOTES
Original Author: Michael Fal (@Mike_Fal), http://mikefal.net
Author: Michael Fal (@Mike_Fal), http://mikefal.net
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaDbQueryStoreOptions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use this switch to disable any kind of verbose messages
.NOTES
Tags: QueryStore
Original Author: Enrico van de Laar ( @evdlaar )
Author: Enrico van de Laar ( @evdlaar )
Author: Klaas Vandenberghe ( @PowerDBAKlaas )
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaHelpIndex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Get-DbaHelpIndex {
.NOTES
Tags: Indexes
Original Author: Nic Cain, https://sirsql.net/
Author: Nic Cain, https://sirsql.net/
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaLogin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Get-DbaLogin {
Use this switch to disable any kind of verbose messages
.NOTES
Original Author: Mitchell Hamann (@SirCaptainMitch)
Author: Mitchell Hamann (@SirCaptainMitch)
Author: Klaas Vandenberghe (@powerdbaklaas)
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaOperatingSystem.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Get-DbaOperatingSystem {
.NOTES
Tags: ServerInfo, OperatingSystem
Original Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Author: Shawn Melton (@wsmelton | http://blog.wsmelton.info)
Website: https: //dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaPolicy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Function Get-DbaPolicy {
If this switch is enabled, the internal messaging functions will be silenced.
.NOTES
Original Author: Stephen Bennett (https://sqlnotesfromtheunderground.wordpress.com/)
Author: Stephen Bennett (https://sqlnotesfromtheunderground.wordpress.com/)
Tags: Policy, PoilcyBasedManagement
Website: https://dbatools.io
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaRunningJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Replaces user friendly yellow warnings with bloody red exceptions of doom!
Use this if you want the function to throw terminating errors you want to catch.
.NOTES
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaServerInstallDate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use this switch to disable any kind of verbose messages
.NOTES
Tags: CIM
Original Author: Mitchell Hamann (@SirCaptainMitch), mitchellhamann.com
Author: Mitchell Hamann (@SirCaptainMitch), mitchellhamann.com
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaSqlManagementObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.NOTES
Tags: SMO
Original Author: Ben Miller (@DBAduck - http://dbaduck.com)
Author: Ben Miller (@DBAduck - http://dbaduck.com)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use this switch to disable any kind of verbose messages
.NOTES
Tags: Database, Tables
Original Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Author: Stephen Bennett, https://sqlnotesfromtheunderground.wordpress.com/
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaTraceFlag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.NOTES
Tags: Trace, Flag
Original Author: Kevin Bullen (@sqlpadawan)
Author: Kevin Bullen (@sqlpadawan)
References: https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaWindowsLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.NOTES
Tags: Logging
Original Author: Drew Furgiuele
Author: Drew Furgiuele
Editor: Friedrich "Fred" Weinmann
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbatoolsLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Instead of log entries, the error entries will be retrieved
.NOTES
Original Author: Fred Weinmann (@FredWeinmann)
Author: Fred Weinmann (@FredWeinmann)
Tags: Debug
Website: https://dbatools.io
Expand Down
Loading

0 comments on commit 5f9a836

Please sign in to comment.