Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/Add-DbaComputerCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Add-DbaComputerCertificate {
}

try {
# This may be too much, but ¯\_(ツ)_/¯
# This may be too much, but oh well
$bytes = [System.IO.File]::ReadAllBytes($Path)
$Certificate = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2
$Certificate.Import($bytes, $Password, [System.Security.Cryptography.X509Certificates.X509KeyStorageFlags]::DefaultKeySet)
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaInstance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Find-DbaInstance {

.NOTES
Tags: Instance, Connect, SqlServer
Author: Scott Sutherland, 2018 NetSPI | Friedrich Weinmann (@FredWeinmann)
Author: Scott Sutherland, 2018 NetSPI | Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Find-DbaView.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Find-DbaView {

.NOTES
Tags: View
Author: Cláudio Silva (@ClaudioESSilva)
Author: Claudio Silva (@ClaudioESSilva)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaBuildReference.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-DbaBuildReference {

.NOTES
Tags: SqlBuild
Author: Simone Bizzotto (@niphold) | Friedrich Weinmann (@FredWeinmann)
Author: Simone Bizzotto (@niphold) | Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Get-DbaCmConnection {

.NOTES
Tags: ComputerManagement, CIM
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaCmObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Get-DbaCmObject {

.NOTES
Tags: ComputerManagement, CIM
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaDbCheckConstraint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Get-DbaDbCheckConstraint {

.NOTES
Tags: Database
Author: Cláudio Silva (@ClaudioESSilva), https://claudioessilva.eu
Author: Claudio Silva (@ClaudioESSilva), https://claudioessilva.eu

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaWaitStatistic.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function Get-DbaWaitStatistic {
}

# Thanks Brent Ozar via https://gist.github.com/BrentOzar/42e82ee0603a1917c17d74c3fca26d34
# Thanks Marcin Gminski via https://www.dropbox.com/s/x3zr7u18tc1ojey/WaitStats.sql?dl=0
# Thanks Marcin Gminski via https://www.dropbox.com/s/x3zr7u18tc1ojey/WaitStats.sql?dl=0

$category = [pscustomobject]@{
ASYNC_IO_COMPLETION = 'Other Disk IO'
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaWindowsLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Get-DbaWindowsLog {

.NOTES
Tags: Logging
Author: Drew Furgiuele | Friedrich Weinmann (@FredWeinmann)
Author: Drew Furgiuele | Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbaXESessionTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Get-DbaXESessionTemplate {
The default repository contains templates from:
Microsoft's Templates that come with SSMS
Jes Borland's "Everyday Extended Events" presentation and GitHub repository (https://github.com/grrlgeek/extended-events)
Christian Gräfe's XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/
Christian Grafe (@ChrGraefe) XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/
Erin Stellato's Blog: https://www.sqlskills.com/blogs/erin/

Some profile templates converted using:
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbatoolsConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Get-DbatoolsConfig {

.NOTES
Tags: Config, Module
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbatoolsConfigValue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Get-DbatoolsConfigValue {

.NOTES
Tags: Config, Module
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Get-DbatoolsLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Get-DbatoolsLog {

.NOTES
Tags: Debug
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Invoke-DbaQuery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Invoke-DbaQuery {

.NOTES
Tags: Database, Query
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function New-DbaCmConnection {

.NOTES
Tags: ComputerManagement, CIM
Friedrich Weinmann (@FredWeinmann)
Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/New-DbatoolsSupportPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function New-DbatoolsSupportPackage {

.NOTES
Tags: Debug
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Register-DbatoolsConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Register-DbatoolsConfig {

.NOTES
Tags: Config, Module
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Remove-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Remove-DbaCmConnection {

.NOTES
Tags: ComputerManagement, CIM
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Set-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Set-DbaCmConnection {

.NOTES
Tags: ComputerManagement, CIM
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Test-DbaBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Test-DbaBuild {

.NOTES
Tags: SqlBuild, Version
Author: Simone Bizzotto (@niphold) | Friedrich Weinmann (@FredWeinmann)
Author: Simone Bizzotto (@niphold) | Friedrich Weinmann (@FredWeinmann)

dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion functions/Test-DbaCmConnection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Test-DbaCmConnection {

.NOTES
Tags: ComputerManagement, CIM
Author: Friedrich Weinmann (@FredWeinmann)
Author: Friedrich Weinmann (@FredWeinmann)

Website: https://dbatools.io
Copyright: (c) 2018 by dbatools, licensed under MIT
Expand Down