diff --git a/package-lock.json b/package-lock.json
index 9691423b..aff949bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,13 +1,16 @@
{
- "name": "newsite",
+ "name": "dbatools-website",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "newsite",
+ "name": "dbatools-website",
"version": "1.0.0",
"license": "ISC",
+ "dependencies": {
+ "puppeteer": "^24.34.0"
+ },
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.21",
@@ -28,6 +31,29 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/@babel/code-frame": {
+ "version": "7.27.1",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.27.1",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.1.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.28.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -134,6 +160,27 @@
"node": ">=14"
}
},
+ "node_modules/@puppeteer/browsers": {
+ "version": "2.11.0",
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.11.0.tgz",
+ "integrity": "sha512-n6oQX6mYkG8TRPuPXmbPidkUbsSRalhmaaVAQxvH1IkQy63cwsH+kOjB3e4cpCDHg0aSvsiX9bQ4s2VB6mGWUQ==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "debug": "^4.4.3",
+ "extract-zip": "^2.0.1",
+ "progress": "^2.0.3",
+ "proxy-agent": "^6.5.0",
+ "semver": "^7.7.3",
+ "tar-fs": "^3.1.1",
+ "yargs": "^17.7.2"
+ },
+ "bin": {
+ "browsers": "lib/cjs/main-cli.js"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/@tailwindcss/typography": {
"version": "0.5.19",
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
@@ -147,6 +194,41 @@
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
}
},
+ "node_modules/@tootallnate/quickjs-emscripten": {
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
+ "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
+ "license": "MIT"
+ },
+ "node_modules/@types/node": {
+ "version": "25.0.3",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
+ "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "undici-types": "~7.16.0"
+ }
+ },
+ "node_modules/@types/yauzl": {
+ "version": "2.10.3",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
+ "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "7.1.4",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14"
+ }
+ },
"node_modules/ansi-regex": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
@@ -201,6 +283,24 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "license": "Python-2.0"
+ },
+ "node_modules/ast-types": {
+ "version": "0.13.4",
+ "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
+ "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
+ "license": "MIT",
+ "dependencies": {
+ "tslib": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/autoprefixer": {
"version": "10.4.21",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
@@ -239,6 +339,20 @@
"postcss": "^8.1.0"
}
},
+ "node_modules/b4a": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
+ "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
+ "license": "Apache-2.0",
+ "peerDependencies": {
+ "react-native-b4a": "*"
+ },
+ "peerDependenciesMeta": {
+ "react-native-b4a": {
+ "optional": true
+ }
+ }
+ },
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -246,6 +360,97 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/bare-events": {
+ "version": "2.8.2",
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
+ "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
+ "license": "Apache-2.0",
+ "peerDependencies": {
+ "bare-abort-controller": "*"
+ },
+ "peerDependenciesMeta": {
+ "bare-abort-controller": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/bare-fs": {
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.2.tgz",
+ "integrity": "sha512-veTnRzkb6aPHOvSKIOy60KzURfBdUflr5VReI+NSaPL6xf+XLdONQgZgpYvUuZLVQ8dCqxpBAudaOM1+KpAUxw==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-events": "^2.5.4",
+ "bare-path": "^3.0.0",
+ "bare-stream": "^2.6.4",
+ "bare-url": "^2.2.2",
+ "fast-fifo": "^1.3.2"
+ },
+ "engines": {
+ "bare": ">=1.16.0"
+ },
+ "peerDependencies": {
+ "bare-buffer": "*"
+ },
+ "peerDependenciesMeta": {
+ "bare-buffer": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/bare-os": {
+ "version": "3.6.2",
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
+ "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "engines": {
+ "bare": ">=1.14.0"
+ }
+ },
+ "node_modules/bare-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
+ "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-os": "^3.0.1"
+ }
+ },
+ "node_modules/bare-stream": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz",
+ "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "streamx": "^2.21.0"
+ },
+ "peerDependencies": {
+ "bare-buffer": "*",
+ "bare-events": "*"
+ },
+ "peerDependenciesMeta": {
+ "bare-buffer": {
+ "optional": true
+ },
+ "bare-events": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/bare-url": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
+ "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-path": "^3.0.0"
+ }
+ },
"node_modules/baseline-browser-mapping": {
"version": "2.8.20",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
@@ -256,6 +461,15 @@
"baseline-browser-mapping": "dist/cli.js"
}
},
+ "node_modules/basic-ftp": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.1.0.tgz",
+ "integrity": "sha512-RkaJzeJKDbaDWTIPiJwubyljaEPwpVWkm9Rt5h9Nd6h7tEXTJ3VB4qxdZBioV7JO5yLUaOKwz7vDOzlncUsegw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
"node_modules/binary-extensions": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
@@ -326,6 +540,24 @@
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
+ "node_modules/buffer-crc32": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
+ "license": "MIT",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/camelcase-css": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
@@ -395,11 +627,110 @@
"node": ">= 6"
}
},
+ "node_modules/chromium-bidi": {
+ "version": "12.0.1",
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-12.0.1.tgz",
+ "integrity": "sha512-fGg+6jr0xjQhzpy5N4ErZxQ4wF7KLEvhGZXD6EgvZKDhu7iOhZXnZhcDxPJDcwTcrD48NPzOCo84RP2lv3Z+Cg==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "mitt": "^3.0.1",
+ "zod": "^3.24.1"
+ },
+ "peerDependencies": {
+ "devtools-protocol": "*"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/cliui/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/cliui/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "license": "MIT"
+ },
+ "node_modules/cliui/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -412,7 +743,6 @@
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true,
"license": "MIT"
},
"node_modules/commander": {
@@ -425,6 +755,32 @@
"node": ">= 6"
}
},
+ "node_modules/cosmiconfig": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
+ "license": "MIT",
+ "dependencies": {
+ "env-paths": "^2.2.1",
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/d-fischer"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.9.5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -453,6 +809,52 @@
"node": ">=4"
}
},
+ "node_modules/data-uri-to-buffer": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
+ "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/degenerator": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
+ "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ast-types": "^0.13.4",
+ "escodegen": "^2.1.0",
+ "esprima": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/devtools-protocol": {
+ "version": "0.0.1534754",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1534754.tgz",
+ "integrity": "sha512-26T91cV5dbOYnXdJi5qQHoTtUoNEqwkHcAyu/IKtjIAxiEqPMrDiRkDOPWVsGfNZGmlQVHQbZRSjD8sxagWVsQ==",
+ "license": "BSD-3-Clause"
+ },
"node_modules/didyoumean": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
@@ -488,16 +890,129 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/end-of-stream": {
+ "version": "1.4.5",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
+ "license": "MIT",
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
+ "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
+ "license": "MIT",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
"node_modules/escalade": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
+ "node_modules/escodegen": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "license": "BSD-2-Clause",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/events-universal": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
+ "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "bare-events": "^2.7.0"
+ }
+ },
+ "node_modules/extract-zip": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ },
+ "bin": {
+ "extract-zip": "cli.js"
+ },
+ "engines": {
+ "node": ">= 10.17.0"
+ },
+ "optionalDependencies": {
+ "@types/yauzl": "^2.9.1"
+ }
+ },
+ "node_modules/fast-fifo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
+ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
+ "license": "MIT"
+ },
"node_modules/fast-glob": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
@@ -538,6 +1053,15 @@
"reusify": "^1.0.4"
}
},
+ "node_modules/fd-slicer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "license": "MIT",
+ "dependencies": {
+ "pend": "~1.2.0"
+ }
+ },
"node_modules/fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
@@ -607,6 +1131,44 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "license": "ISC",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/get-uri": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
+ "integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==",
+ "license": "MIT",
+ "dependencies": {
+ "basic-ftp": "^5.0.2",
+ "data-uri-to-buffer": "^6.0.2",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
"node_modules/glob": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
@@ -641,19 +1203,76 @@
"node": ">=10.13.0"
}
},
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "dev": true,
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ip-address": {
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
"license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">= 12"
}
},
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "license": "MIT"
+ },
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -697,7 +1316,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -759,6 +1377,30 @@
"jiti": "bin/jiti.js"
}
},
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "license": "MIT"
+ },
"node_modules/lilconfig": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
@@ -776,7 +1418,6 @@
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
- "dev": true,
"license": "MIT"
},
"node_modules/lru-cache": {
@@ -836,6 +1477,18 @@
"node": ">=16 || 14 >=14.17"
}
},
+ "node_modules/mitt": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
+ "license": "MIT"
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
+ },
"node_modules/mz": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
@@ -867,6 +1520,15 @@
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
+ "node_modules/netmask": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
+ "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
"node_modules/node-releases": {
"version": "2.0.26",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
@@ -914,6 +1576,47 @@
"node": ">= 6"
}
},
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/pac-proxy-agent": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
+ "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
+ "license": "MIT",
+ "dependencies": {
+ "@tootallnate/quickjs-emscripten": "^0.23.0",
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "get-uri": "^6.0.1",
+ "http-proxy-agent": "^7.0.0",
+ "https-proxy-agent": "^7.0.6",
+ "pac-resolver": "^7.0.1",
+ "socks-proxy-agent": "^8.0.5"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/pac-resolver": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
+ "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
+ "license": "MIT",
+ "dependencies": {
+ "degenerator": "^5.0.0",
+ "netmask": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
"node_modules/package-json-from-dist": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
@@ -921,6 +1624,36 @@
"dev": true,
"license": "BlueOak-1.0.0"
},
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -955,11 +1688,16 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/pend": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
+ "license": "MIT"
+ },
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
- "dev": true,
"license": "ISC"
},
"node_modules/picomatch": {
@@ -1172,6 +1910,98 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/proxy-agent": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "http-proxy-agent": "^7.0.1",
+ "https-proxy-agent": "^7.0.6",
+ "lru-cache": "^7.14.1",
+ "pac-proxy-agent": "^7.1.0",
+ "proxy-from-env": "^1.1.0",
+ "socks-proxy-agent": "^8.0.5"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/proxy-agent/node_modules/lru-cache": {
+ "version": "7.18.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/proxy-from-env": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
+ "license": "MIT"
+ },
+ "node_modules/pump": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
+ "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
+ "license": "MIT",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/puppeteer": {
+ "version": "24.34.0",
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.34.0.tgz",
+ "integrity": "sha512-Sdpl/zsYOsagZ4ICoZJPGZw8d9gZmK5DcxVal11dXi/1/t2eIXHjCf5NfmhDg5XnG9Nye+yo/LqMzIxie2rHTw==",
+ "hasInstallScript": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@puppeteer/browsers": "2.11.0",
+ "chromium-bidi": "12.0.1",
+ "cosmiconfig": "^9.0.0",
+ "devtools-protocol": "0.0.1534754",
+ "puppeteer-core": "24.34.0",
+ "typed-query-selector": "^2.12.0"
+ },
+ "bin": {
+ "puppeteer": "lib/cjs/puppeteer/node/cli.js"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/puppeteer-core": {
+ "version": "24.34.0",
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.34.0.tgz",
+ "integrity": "sha512-24evawO+mUGW4mvS2a2ivwLdX3gk8zRLZr9HP+7+VT2vBQnm0oh9jJEZmUE3ePJhRkYlZ93i7OMpdcoi2qNCLg==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@puppeteer/browsers": "2.11.0",
+ "chromium-bidi": "12.0.1",
+ "debug": "^4.4.3",
+ "devtools-protocol": "0.0.1534754",
+ "typed-query-selector": "^2.12.0",
+ "webdriver-bidi-protocol": "0.3.10",
+ "ws": "^8.18.3"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -1216,6 +2046,15 @@
"node": ">=8.10.0"
}
},
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/resolve": {
"version": "1.22.11",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
@@ -1237,6 +2076,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/reusify": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
@@ -1272,6 +2120,18 @@
"queue-microtask": "^1.2.2"
}
},
+ "node_modules/semver": {
+ "version": "7.7.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -1308,6 +2168,54 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/smart-buffer": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
+ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6.0.0",
+ "npm": ">= 3.0.0"
+ }
+ },
+ "node_modules/socks": {
+ "version": "2.8.7",
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
+ "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
+ "license": "MIT",
+ "dependencies": {
+ "ip-address": "^10.0.1",
+ "smart-buffer": "^4.2.0"
+ },
+ "engines": {
+ "node": ">= 10.0.0",
+ "npm": ">= 3.0.0"
+ }
+ },
+ "node_modules/socks-proxy-agent": {
+ "version": "8.0.5",
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "socks": "^2.8.3"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "license": "BSD-3-Clause",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
@@ -1318,6 +2226,17 @@
"node": ">=0.10.0"
}
},
+ "node_modules/streamx": {
+ "version": "2.23.0",
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
+ "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
+ "license": "MIT",
+ "dependencies": {
+ "events-universal": "^1.0.0",
+ "fast-fifo": "^1.3.2",
+ "text-decoder": "^1.1.0"
+ }
+ },
"node_modules/string-width": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
@@ -1510,6 +2429,40 @@
"node": ">=4"
}
},
+ "node_modules/tar-fs": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
+ "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0",
+ "tar-stream": "^3.1.5"
+ },
+ "optionalDependencies": {
+ "bare-fs": "^4.0.1",
+ "bare-path": "^3.0.0"
+ }
+ },
+ "node_modules/tar-stream": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
+ "license": "MIT",
+ "dependencies": {
+ "b4a": "^1.6.4",
+ "fast-fifo": "^1.2.0",
+ "streamx": "^2.15.0"
+ }
+ },
+ "node_modules/text-decoder": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
+ "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "b4a": "^1.6.4"
+ }
+ },
"node_modules/thenify": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
@@ -1553,6 +2506,25 @@
"dev": true,
"license": "Apache-2.0"
},
+ "node_modules/tslib": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "license": "0BSD"
+ },
+ "node_modules/typed-query-selector": {
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
+ "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
+ "license": "MIT"
+ },
+ "node_modules/undici-types": {
+ "version": "7.16.0",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
+ "license": "MIT",
+ "optional": true
+ },
"node_modules/update-browserslist-db": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
@@ -1591,6 +2563,12 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/webdriver-bidi-protocol": {
+ "version": "0.3.10",
+ "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.10.tgz",
+ "integrity": "sha512-5LAE43jAVLOhB/QqX4bwSiv0Hg1HBfMmOuwBSXHdvg4GMGu9Y0lIq7p4R/yySu6w74WmaR4GM4H9t2IwLW7hgw==",
+ "license": "Apache-2.0"
+ },
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -1704,6 +2682,129 @@
"engines": {
"node": ">=8"
}
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "license": "ISC"
+ },
+ "node_modules/ws": {
+ "version": "8.18.3",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
+ "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "license": "MIT",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yargs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "license": "MIT"
+ },
+ "node_modules/yargs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yargs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "license": "MIT",
+ "dependencies": {
+ "buffer-crc32": "~0.2.3",
+ "fd-slicer": "~1.1.0"
+ }
+ },
+ "node_modules/zod": {
+ "version": "3.25.76",
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/colinhacks"
+ }
}
}
}
diff --git a/package.json b/package.json
index d92f0d6c..8f1d786d 100644
--- a/package.json
+++ b/package.json
@@ -18,5 +18,8 @@
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18"
+ },
+ "dependencies": {
+ "puppeteer": "^24.34.0"
}
}
diff --git a/social-card-generator.md b/social-card-generator.md
new file mode 100644
index 00000000..7ee0e45e
--- /dev/null
+++ b/social-card-generator.md
@@ -0,0 +1,505 @@
+# dbatools Social Card Generator Prompt
+
+Use this prompt with AI tools to generate social cards for individual dbatools commands.
+
+## Input Required
+
+For each command, you need to extract the following from the PowerShell command file:
+
+1. **Command Name** - The full command name (e.g., `Get-DbaAgentJobOutputFile`)
+2. **Author** - From the `.NOTES` section, extract just the name (no Twitter handles, no URLs)
+3. **Synopsis** - The `.SYNOPSIS` text
+4. **Category/Tags** - From the `Tags:` line in `.NOTES`
+5. **Example** - The first or most representative example from `.EXAMPLE`
+
+## Template Selection
+
+Both templates share the same header layout with author and OS compatibility boxes. The difference is in the example formatting:
+
+### Template A: Short Commands (Inline Example)
+Use for commands with:
+- Examples with 3 or fewer parameters
+- Use inline example format on a single line
+
+### Template B: Long Commands (Splat Example)
+Use for commands with:
+- Examples with 4+ parameters
+- Use splat format with aligned `=` signs
+
+## Prompt for AI Tool
+
+```
+You are generating a social card HTML file for a dbatools PowerShell command.
+
+Given the following command information, generate a complete HTML file based on the appropriate template.
+
+## Command Information:
+- Command Name: {COMMAND_NAME}
+- Author: {AUTHOR_NAME}
+- Synopsis: {SYNOPSIS}
+- Primary Tag/Category: {PRIMARY_TAG}
+- Tags: {TAG1}, {TAG2}, {TAG3}, {TAG4}
+- Example: {EXAMPLE_CODE}
+
+## Rules:
+
+### 1. Template Selection
+- **Short commands** (≤3 params): Use Template A (inline example format)
+- **Long commands** (4+ params): Use Template B (splat example format)
+
+### 2. Command Name Sizing
+Based on the command name length, choose the appropriate size class:
+- `size-small` (58px): up to 18 characters (e.g., Get-DbaDatabase)
+- `size-medium` (50px): 19-26 characters (e.g., Copy-DbaDbTableData)
+- `size-large` (42px): 27-34 characters (e.g., Get-DbaAgentJobOutputFile)
+- `size-xl` (36px): 35+ characters
+
+### 3. Synopsis
+- Keep it to 1-2 sentences max
+- If the original is longer, truncate intelligently at a sentence boundary
+- The CSS will auto-truncate with ellipsis after 2 lines
+
+### 4. Example Formatting
+Choose ONE of two formats based on parameter count:
+
+**Format A: Inline (3 or fewer parameters)**
+```html
+Copy-DbaDatabase -Source sql2014 -Destination sql2022
+```
+
+**Format B: Splat (4+ parameters)**
+```html
+$splat = @{
+ SqlInstance = "sql2014"
+ Job = "Daily Maintenance"
+ StepName = "Step 1"
+}
+Get-DbaAgentJobOutputFile @splat
+```
+
+**Splat Alignment Rules:**
+- Align all `=` signs vertically
+- Use spaces (not tabs) for alignment
+- Maximum 4-5 parameters in the splat
+- Keep values concise - truncate long strings if needed
+
+### 5. Author Name
+- Extract just the name, no Twitter handles (@username), no URLs
+- If multiple authors, use the first one
+- Example: "Chrissy LeMaire" not "Chrissy LeMaire (@cl)"
+
+### 6. Tags
+- Use the first tag as the PRIMARY tag (highlighted in orange in footer)
+- Include 3-4 relevant tags total in the footer
+- Keep tags short (1-2 words each)
+- Primary tag uses `.tag.primary` class (orange), others use `.tag` class (gray)
+
+
+## Output
+
+Generate the complete HTML file. Save it as: `social-card-{CommandName}.html`
+
+Example filename: `social-card-Get-DbaAgentJobOutputFile.html`
+```
+
+## HTML Template (Both Short and Long Commands)
+
+```html
+
+
+
+
+
+ dbatools - {COMMAND_NAME}
+
+
+
+
+
+
>
+
+
+
+
+
+ {VERB} -{NOUN}
+
+
+
{SYNOPSIS}
+
+
+
Example
+ {EXAMPLE_CODE_HTML}
+
+
+
+
+
+
+
+```
+
+## Example: Processing a Command File
+
+Given this command file content:
+
+```powershell
+function Get-DbaAgentJobOutputFile {
+ <#
+ .SYNOPSIS
+ Returns the Output File for each step of one or more SQL Agent Jobs with the Job Names provided dynamically.
+
+ .DESCRIPTION
+ This function returns the output file value for steps of SQL Agent Jobs...
+
+ .NOTES
+ Tags: Agent, Job, Output
+ Author: Chrissy LeMaire (@cl), netnerds.net
+
+ .EXAMPLE
+ PS C:\> Get-DbaAgentJobOutputFile -SqlInstance sql2014 -Job 'Daily Maintenance', 'Weekly Backup'
+
+ Returns the output files for the specified jobs.
+ #>
+}
+```
+
+**Extracted values:**
+- Command Name: `Get-DbaAgentJobOutputFile`
+- Author: `Chrissy LeMaire`
+- Synopsis: `Returns the Output File for each step of one or more SQL Agent Jobs with the Job Names provided dynamically.`
+- Primary Tag: `Agent`
+- Tags: `Agent`, `Job`, `Output`
+- Size Class: `size-large` (27 characters)
+
+**Example HTML (splat format, 2 params but showing splat for demo):**
+```html
+$splat = @{
+ SqlInstance = "sql2014"
+ Job = "Daily Maintenance", "Weekly Backup"
+}
+Get-DbaAgentJobOutputFile @splat
+```
+
+## Batch Processing Script
+
+To process all commands, use this PowerShell approach:
+
+```powershell
+# Get all public commands
+$commands = Get-ChildItem -Path ".\public\*.ps1"
+
+foreach ($cmd in $commands) {
+ $content = Get-Content $cmd.FullName -Raw
+
+ # Extract command name
+ $commandName = $cmd.BaseName
+
+ # Extract synopsis
+ if ($content -match '\.SYNOPSIS\s*\r?\n\s*(.+?)(?=\r?\n\s*\.)') {
+ $synopsis = $Matches[1].Trim()
+ }
+
+ # Extract author (name only, no twitter/url)
+ if ($content -match 'Author:\s*([^(@\r\n]+)') {
+ $author = $Matches[1].Trim().TrimEnd(',')
+ }
+
+ # Extract tags
+ if ($content -match 'Tags:\s*(.+)') {
+ $tags = $Matches[1].Trim() -split ',\s*'
+ }
+
+ # Extract first example
+ if ($content -match '\.EXAMPLE\s*\r?\n\s*PS C:\\>\s*(.+?)(?=\r?\n\s*\r?\n|\r?\n\s*\.)') {
+ $example = $Matches[1].Trim()
+ }
+
+ # Output for AI processing
+ [PSCustomObject]@{
+ CommandName = $commandName
+ Author = $author
+ Synopsis = $synopsis
+ Tags = $tags
+ Example = $example
+ }
+}
+```
+
+## Taking Screenshots
+
+After generating the HTML files:
+
+1. Open each HTML file in a browser
+2. The card is exactly 1200x628 pixels (Twitter/X optimal size)
+3. Use browser DevTools or a screenshot tool to capture just the card
+4. Save as PNG: `{CommandName}.png`
+
+**Browser screenshot method:**
+1. Open DevTools (F12)
+2. Toggle device toolbar (Ctrl+Shift+M)
+3. Set dimensions to 1200x628
+4. Screenshot the viewport
+
+**Or use a tool like:**
+- Puppeteer/Playwright for automated screenshots
+- html2canvas
+- wkhtmltoimage
diff --git a/social/New-DbaSocialCard.ps1 b/social/New-DbaSocialCard.ps1
new file mode 100644
index 00000000..83236b7e
--- /dev/null
+++ b/social/New-DbaSocialCard.ps1
@@ -0,0 +1,474 @@
+<#
+.SYNOPSIS
+ Generates social card HTML files for dbatools commands.
+
+.DESCRIPTION
+ Reads the dbatools-index.json file and generates beautiful social card
+ HTML files for each command. Cards are optimized for Twitter/X sharing
+ at 1200x628 pixels.
+
+.PARAMETER CommandName
+ Generate card for specific command(s). Supports wildcards.
+
+.PARAMETER OutputPath
+ Directory to save generated HTML files. Defaults to current directory.
+
+.PARAMETER IndexPath
+ Path to dbatools-index.json file.
+
+.EXAMPLE
+ .\New-DbaSocialCard.ps1 -CommandName "Copy-DbaDatabase"
+
+.EXAMPLE
+ .\New-DbaSocialCard.ps1 -CommandName "Get-Dba*" -OutputPath "C:\cards"
+
+.EXAMPLE
+ .\New-DbaSocialCard.ps1
+ Generates cards for all commands.
+#>
+[CmdletBinding()]
+param(
+ [string[]]$CommandName,
+ [string]$OutputPath = ".\cards",
+ [string]$IndexPath = "C:\github\dbatools\bin\dbatools-index.json"
+)
+
+# Ensure output directory exists
+if (-not (Test-Path $OutputPath)) {
+ $null = New-Item -Path $OutputPath -ItemType Directory -Force
+}
+
+# Read and parse JSON (handle UTF-16 encoding)
+Write-Host "Reading command index from $IndexPath..." -ForegroundColor Cyan
+$jsonContent = Get-Content -Path $IndexPath -Raw -Encoding Unicode
+$commands = $jsonContent | ConvertFrom-Json
+
+Write-Host "Found $($commands.Count) commands" -ForegroundColor Green
+
+# Filter commands if specified
+if ($CommandName) {
+ $commands = $commands | Where-Object {
+ $cmd = $_.CommandName
+ foreach ($pattern in $CommandName) {
+ if ($cmd -like $pattern) { return $true }
+ }
+ return $false
+ }
+ Write-Host "Filtered to $($commands.Count) commands matching pattern(s)" -ForegroundColor Yellow
+}
+
+# HTML Template
+$template = @'
+
+
+
+
+
+ dbatools - {{COMMAND_NAME}}
+
+
+
+
+
+
>
+
+
+
+
+
+ {{VERB}} -{{NOUN}}
+
+
+
{{SYNOPSIS}}
+
+
+
Example
+
{{EXAMPLE_CODE}}
+
+
+
+
+
+
+
+'@
+
+function Get-SizeClass {
+ param([string]$CommandName)
+ $length = $CommandName.Length
+ if ($length -le 18) { return "size-small" }
+ if ($length -le 26) { return "size-medium" }
+ if ($length -le 34) { return "size-large" }
+ return "size-xl"
+}
+
+function Get-CleanAuthor {
+ param([string]$Author)
+ # Remove Twitter handles, URLs, and clean up
+ $clean = $Author -replace '\s*\(@[^)]+\)', '' -replace ',\s*\S+\.\S+', '' -replace '\s*\|.*$', ''
+ $clean = $clean.Trim().TrimEnd(',')
+ # Take first author if multiple
+ if ($clean -match '^([^,|]+)') {
+ return $Matches[1].Trim()
+ }
+ return $clean
+}
+
+function Get-FirstExample {
+ param([string]$Examples)
+ # Extract first example code (after PS C:\>)
+ if ($Examples -match 'PS C:\\>(.+?)(?:\n\n|\n[A-Z]|$)') {
+ $example = $Matches[1].Trim()
+ # Clean up escape sequences
+ $example = $example -replace '\\u003e', '>' -replace '\\u003c', '<' -replace '\\u0027', "'" -replace '\\r\\n', "`n" -replace '\\n', "`n"
+ # Get just the first line if multiline
+ $lines = $example -split "`n"
+ return $lines[0].Trim()
+ }
+ return ""
+}
+
+function Format-ExampleHtml {
+ param(
+ [string]$Example,
+ [string]$CommandName
+ )
+
+ if ([string]::IsNullOrWhiteSpace($Example)) {
+ return "$CommandName -SqlInstance localhost "
+ }
+
+ # Parse and colorize the example
+ $html = $Example
+
+ # Escape HTML
+ $html = $html -replace '&', '&' -replace '<', '<' -replace '>', '>'
+
+ # Colorize command name
+ $html = $html -replace "($CommandName)", '$1 '
+
+ # Colorize parameters (words starting with -)
+ $html = $html -replace '\s(-\w+)', ' $1 '
+
+ # Colorize values after parameters (simple heuristic)
+ $html = $html -replace '()\s+(\w+)', '$1 $2 '
+
+ return $html
+}
+
+function Get-TagsHtml {
+ param([array]$Tags)
+
+ if (-not $Tags -or $Tags.Count -eq 0) {
+ return 'PowerShell SQL Server '
+ }
+
+ $tagsHtml = @()
+ $first = $true
+ foreach ($tag in $Tags | Select-Object -First 4) {
+ if ($first) {
+ $tagsHtml += "$tag "
+ $first = $false
+ } else {
+ $tagsHtml += "$tag "
+ }
+ }
+ return $tagsHtml -join "`n "
+}
+
+# Process each command
+$count = 0
+foreach ($cmd in $commands) {
+ $count++
+ $cmdName = $cmd.CommandName
+
+ Write-Progress -Activity "Generating social cards" -Status $cmdName -PercentComplete (($count / $commands.Count) * 100)
+
+ # Parse verb and noun
+ if ($cmdName -match '^(\w+)-(.+)$') {
+ $verb = $Matches[1]
+ $noun = $Matches[2]
+ } else {
+ $verb = $cmdName
+ $noun = ""
+ }
+
+ # Get values
+ $sizeClass = Get-SizeClass -CommandName $cmdName
+ $author = Get-CleanAuthor -Author $cmd.Author
+ $availability = if ($cmd.Availability) { $cmd.Availability } else { "Windows, Linux, macOS" }
+ $synopsis = $cmd.Synopsis
+ $example = Get-FirstExample -Examples $cmd.Examples
+ $exampleHtml = Format-ExampleHtml -Example $example -CommandName $cmdName
+ $tagsHtml = Get-TagsHtml -Tags $cmd.Tags
+
+ # Generate HTML
+ $html = $template
+ $html = $html -replace '{{COMMAND_NAME}}', $cmdName
+ $html = $html -replace '{{VERB}}', $verb
+ $html = $html -replace '{{NOUN}}', $noun
+ $html = $html -replace '{{SIZE_CLASS}}', $sizeClass
+ $html = $html -replace '{{AUTHOR}}', $author
+ $html = $html -replace '{{AVAILABILITY}}', $availability
+ $html = $html -replace '{{SYNOPSIS}}', $synopsis
+ $html = $html -replace '{{EXAMPLE_CODE}}', $exampleHtml
+ $html = $html -replace '{{TAGS_HTML}}', $tagsHtml
+
+ # Save file
+ $outputFile = Join-Path $OutputPath "social-card-$cmdName.html"
+ $html | Out-File -FilePath $outputFile -Encoding UTF8 -Force
+
+ Write-Verbose "Generated: $outputFile"
+}
+
+Write-Progress -Activity "Generating social cards" -Completed
+Write-Host "`nGenerated $count social card(s) in $OutputPath" -ForegroundColor Green
+Write-Host "Don't forget to copy thor.png to the output directory!" -ForegroundColor Yellow
diff --git a/social/New-DbaSocialCardAI.ps1 b/social/New-DbaSocialCardAI.ps1
new file mode 100644
index 00000000..9afa9ef8
--- /dev/null
+++ b/social/New-DbaSocialCardAI.ps1
@@ -0,0 +1,160 @@
+<#
+.SYNOPSIS
+ Generates social card HTML files for dbatools commands using AI (Haiku 4.5).
+
+.DESCRIPTION
+ Reads the dbatools-index.json file and uses Invoke-AITool with Haiku 4.5
+ to generate beautiful social card HTML files. Output goes to a predictable
+ path structure: static/social-cards/{CommandName}.html
+
+ After HTML generation, use a screenshot tool to convert to PNG at:
+ static/social-cards/{CommandName}.png
+
+ Hugo templates can reference: /social-cards/{CommandName}.png
+
+.PARAMETER CommandName
+ Generate card for specific command(s). Supports wildcards.
+
+.PARAMETER HtmlOutputPath
+ Directory to save generated HTML files. Defaults to .\social.
+
+.PARAMETER PngOutputPath
+ Directory to save generated PNG files. Defaults to C:\github\web\static\images\social.
+
+.PARAMETER IndexPath
+ Path to dbatools-index.json file.
+
+.PARAMETER First
+ Process only the first N commands (useful for testing).
+
+.EXAMPLE
+ .\New-DbaSocialCardAI.ps1 -CommandName "Copy-DbaDatabase" -Verbose
+
+.EXAMPLE
+ .\New-DbaSocialCardAI.ps1 -First 10
+ Generate cards for first 10 commands (for testing).
+
+.EXAMPLE
+ .\New-DbaSocialCardAI.ps1
+ Generates cards for all ~700 commands using AI.
+#>
+[CmdletBinding()]
+param(
+ [string[]]$CommandName,
+ [string]$HtmlOutputPath = "C:\github\web\social\card-html",
+ [string]$PngOutputPath = "C:\github\web\static\images\social",
+ [string]$IndexPath = "C:\github\dbatools\bin\dbatools-index.json",
+ [string]$PromptPath = "C:\github\web\social\social-card-prompt.txt",
+ [int]$First,
+ [string]$Tool = "Claude",
+ [string]$Model = "claude-haiku-4-5",
+ [switch]$Force
+)
+
+# Import aitools module
+Import-Module C:\github\aitools -Force
+
+# Ensure output directories exist
+if (-not (Test-Path $HtmlOutputPath)) {
+ $null = New-Item -Path $HtmlOutputPath -ItemType Directory -Force
+}
+if (-not (Test-Path $PngOutputPath)) {
+ $null = New-Item -Path $PngOutputPath -ItemType Directory -Force
+}
+
+# Read and parse JSON (handle UTF-16 encoding)
+Write-Host "Reading command index from $IndexPath..." -ForegroundColor Cyan
+$jsonContent = Get-Content -Path $IndexPath -Raw -Encoding Unicode
+$commands = $jsonContent | ConvertFrom-Json
+
+Write-Host "Found $($commands.Count) commands" -ForegroundColor Green
+
+# Filter commands if specified
+if ($CommandName) {
+ $commands = $commands | Where-Object {
+ $cmd = $_.CommandName
+ foreach ($pattern in $CommandName) {
+ if ($cmd -like $pattern) { return $true }
+ }
+ return $false
+ }
+ Write-Host "Filtered to $($commands.Count) commands matching pattern(s)" -ForegroundColor Yellow
+}
+
+# Limit if First is specified
+if ($First -and $First -gt 0) {
+ $commands = $commands | Select-Object -First $First
+ Write-Host "Limited to first $($commands.Count) commands" -ForegroundColor Yellow
+}
+
+# Process each command
+$count = 0
+foreach ($cmd in $commands) {
+ $count++
+ $cmdName = $cmd.CommandName
+
+ Write-Progress -Activity "Generating social cards" -Status $cmdName -PercentComplete (($count / $commands.Count) * 100)
+
+ # HTML goes to social/ directory, PNG goes to static/images/social-cards/
+ $htmlFile = Join-Path $HtmlOutputPath "$cmdName.html"
+ $pngFile = Join-Path $PngOutputPath "$cmdName.png"
+
+ # Skip if HTML file already exists (unless -Force is specified)
+ if ((Test-Path $htmlFile) -and -not $Force) {
+ Write-Verbose "Skipping $cmdName - HTML file already exists"
+ continue
+ }
+
+ # Read prompt template fresh each iteration (allows live updates)
+ $promptTemplate = Get-Content -Path $PromptPath -Raw
+
+ # Replace placeholders with command data
+ $prompt = $promptTemplate `
+ -replace '\{\{CommandName\}\}', $cmdName `
+ -replace '\{\{Author\}\}', $cmd.Author `
+ -replace '\{\{Synopsis\}\}', $cmd.Synopsis `
+ -replace '\{\{Availability\}\}', $cmd.Availability `
+ -replace '\{\{Tags\}\}', ($cmd.Tags -join ", ") `
+ -replace '\{\{Examples\}\}', $cmd.Examples `
+ -replace '\{\{HtmlFile\}\}', $htmlFile
+
+ # Call AI with prompt only
+ $splatAI = @{
+ Tool = $Tool
+ Model = $Model
+ Prompt = $prompt
+ Verbose = $VerbosePreference -eq "Continue"
+ }
+
+ try {
+ Invoke-AITool @splatAI
+ Write-Verbose "Generated HTML: $htmlFile"
+
+ # Convert HTML to PNG using Puppeteer
+ if (Test-Path $htmlFile) {
+ $screenshotScript = Join-Path $PSScriptRoot "screenshot-card.js"
+
+ if (Test-Path $screenshotScript) {
+ node $screenshotScript $htmlFile $pngFile
+ if (Test-Path $pngFile) {
+ Write-Verbose "Generated PNG: $pngFile"
+ } else {
+ Write-Warning "Failed to generate PNG for $cmdName"
+ }
+ } else {
+ Write-Warning "screenshot-card.js not found - skipping PNG generation"
+ }
+ }
+ } catch {
+ Write-Warning "Failed to generate card for $cmdName : $_"
+ }
+}
+
+Write-Progress -Activity "Generating social cards" -Completed
+Write-Host "`nGeneration complete!" -ForegroundColor Green
+Write-Host "Generated $count social card(s)" -ForegroundColor Green
+Write-Host "`nFile structure:" -ForegroundColor Cyan
+Write-Host " HTML: social/{CommandName}.html" -ForegroundColor Gray
+Write-Host " PNG: static/images/social/{CommandName}.png" -ForegroundColor Gray
+Write-Host " URL: /images/social/{CommandName}.png" -ForegroundColor Gray
+Write-Host "`nDefault card: static/images/social/default.png" -ForegroundColor Gray
diff --git a/social/card-html/Add-DbaAgDatabase.html b/social/card-html/Add-DbaAgDatabase.html
new file mode 100644
index 00000000..1c6ff5b4
--- /dev/null
+++ b/social/card-html/Add-DbaAgDatabase.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Add-DbaAgDatabase
+
+
+
+
+
+
>
+
+
+
+ Add -DbaAgDatabase
+
+
Adds databases to an Availability Group with automated backup, restore, and synchronization handling.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017a"
+ AvailabilityGroup = "ag1"
+ Database = "db1, db2"
+}
+Add-DbaAgDatabase @splat -Confirm
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaAgListener.html b/social/card-html/Add-DbaAgListener.html
new file mode 100644
index 00000000..79addc2f
--- /dev/null
+++ b/social/card-html/Add-DbaAgListener.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Add-DbaAgListener
+
+
+
+
+
+
>
+
+
+
+ Add -DbaAgListener
+
+
Creates a network listener endpoint for an Availability Group to provide client connectivity
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017"
+ AvailabilityGroup = "SharePoint"
+ IPAddress = "10.0.20.20"
+}
+Add-DbaAgListener @splat
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaAgReplica.html b/social/card-html/Add-DbaAgReplica.html
new file mode 100644
index 00000000..7ee5f8b5
--- /dev/null
+++ b/social/card-html/Add-DbaAgReplica.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Add-DbaAgReplica
+
+
+
+
+
+
>
+
+
+
+ Add -DbaAgReplica
+
+
Adds a replica to an availability group on one or more SQL Server instances.
+
+
Example
+
Get-DbaAvailabilityGroup -SqlInstance sql2017a |
+Add-DbaAgReplica -SqlInstance sql2017b
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaComputerCertificate.html b/social/card-html/Add-DbaComputerCertificate.html
new file mode 100644
index 00000000..a325ea57
--- /dev/null
+++ b/social/card-html/Add-DbaComputerCertificate.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - Add-DbaComputerCertificate
+
+
+
+
+
+
>
+
+
+
+ Add -DbaComputerCertificate
+
+
Imports X.509 certificates into the Windows certificate store on local or remote computers.
+
+
Example
+
$splat = @{
+ ComputerName = "Server1"
+ Path = "C:\temp\cert.cer"
+}
+Add-DbaComputerCertificate @splat
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaDbFile.html b/social/card-html/Add-DbaDbFile.html
new file mode 100644
index 00000000..1da34e29
--- /dev/null
+++ b/social/card-html/Add-DbaDbFile.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ dbatools - Add-DbaDbFile
+
+
+
+
+
+
>
+
+
+
+ Add -DbaDbFile
+
+
Adds data files to existing filegroups in SQL Server databases.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2016"
+ Database = "TestDb"
+ FileGroup = "HRFG1"
+ FileName = "HRFG1_data1"
+}
+Add-DbaDbFile @splat
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaDbMirrorMonitor.html b/social/card-html/Add-DbaDbMirrorMonitor.html
new file mode 100644
index 00000000..a8a63083
--- /dev/null
+++ b/social/card-html/Add-DbaDbMirrorMonitor.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Add-DbaDbMirrorMonitor
+
+
+
+
+
+
>
+
+
+
+ Add -DbaDbMirrorMonitor
+
+
Creates a database mirroring monitor job that periodically updates the mirroring status for every mirrored database on the server instance.
+
+
Example
+
Add-DbaDbMirrorMonitor -SqlInstance sql2008, sql2012
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaDbRoleMember.html b/social/card-html/Add-DbaDbRoleMember.html
new file mode 100644
index 00000000..1a842568
--- /dev/null
+++ b/social/card-html/Add-DbaDbRoleMember.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Add-DbaDbRoleMember
+
+
+
+
+
+
>
+
+
+
+ Add -DbaDbRoleMember
+
+
Adds database users or roles as members to database roles across SQL Server instances
+
+
Example
+
$splat = @{
+ SqlInstance = "localhost"
+ Database = "mydb"
+ Role = "db_owner"
+ Member = "user1"
+}
+Add-DbaDbRoleMember @splat
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaExtendedProperty.html b/social/card-html/Add-DbaExtendedProperty.html
new file mode 100644
index 00000000..9d144bcf
--- /dev/null
+++ b/social/card-html/Add-DbaExtendedProperty.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Add-DbaExtendedProperty
+
+
+
+
+
+
>
+
+
+
+ Add -DbaExtendedProperty
+
+
Adds extended properties to SQL Server objects for metadata storage and documentation
+
+
Example
+
Add-DbaExtendedProperty -SqlInstance Server1 -Database db1 -Name version -Value "1.0.0"
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaPfDataCollectorCounter.html b/social/card-html/Add-DbaPfDataCollectorCounter.html
new file mode 100644
index 00000000..16d2a11a
--- /dev/null
+++ b/social/card-html/Add-DbaPfDataCollectorCounter.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Add-DbaPfDataCollectorCounter
+
+
+
+
+
+
>
+
+
+
+ Add -DbaPfDataCollectorCounter
+
+
Adds performance counters to existing Windows Performance Monitor Data Collector Sets for SQL Server monitoring.
+
+
Example
+
Add-DbaPfDataCollectorCounter -ComputerName sql2017 -CollectorSet 'System Correlation' -Collector DataCollector01 -Counter '\LogicalDisk(*)\Avg. Disk Queue Length'
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaRegServer.html b/social/card-html/Add-DbaRegServer.html
new file mode 100644
index 00000000..5fe2f35c
--- /dev/null
+++ b/social/card-html/Add-DbaRegServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Add-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Add -DbaRegServer
+
+
Registers SQL Server instances to Central Management Server or Local Server Groups in SSMS
+
+
Example
+
Add-DbaRegServer -SqlInstance sql2008 -ServerName sql01
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaRegServerGroup.html b/social/card-html/Add-DbaRegServerGroup.html
new file mode 100644
index 00000000..80551e3e
--- /dev/null
+++ b/social/card-html/Add-DbaRegServerGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Add-DbaRegServerGroup
+
+
+
+
+
+
>
+
+
+
+ Add -DbaRegServerGroup
+
+
Creates organizational server groups within SQL Server Central Management Server
+
+
Example
+
Add-DbaRegServerGroup -SqlInstance sql2012 -Name HR
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaReplArticle.html b/social/card-html/Add-DbaReplArticle.html
new file mode 100644
index 00000000..165a1c69
--- /dev/null
+++ b/social/card-html/Add-DbaReplArticle.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Add-DbaReplArticle
+
+
+
+
+
+
>
+
+
+
+ Add -DbaReplArticle
+
+
Adds a table or other database object as an article to an existing replication publication.
+
+
Example
+
$article = @{
+ SqlInstance = "mssql1"
+ Database = "Northwind"
+ Publication = "PubFromPosh"
+ Name = "TableToRepl"
+}
+Add-DbaReplArticle @article
+
+
+
+
+
+
diff --git a/social/card-html/Add-DbaServerRoleMember.html b/social/card-html/Add-DbaServerRoleMember.html
new file mode 100644
index 00000000..43e5ab28
--- /dev/null
+++ b/social/card-html/Add-DbaServerRoleMember.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Add-DbaServerRoleMember
+
+
+
+
+
+
>
+
+
+
+ Add -DbaServerRoleMember
+
+
Adds logins or server roles to server-level roles for SQL Server security administration.
+
+
Example
+
Add-DbaServerRoleMember -SqlInstance server1 -ServerRole dbcreator -Login login1
+
+
+
+
+
+
diff --git a/social/card-html/Backup-DbaComputerCertificate.html b/social/card-html/Backup-DbaComputerCertificate.html
new file mode 100644
index 00000000..53c66840
--- /dev/null
+++ b/social/card-html/Backup-DbaComputerCertificate.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Backup-DbaComputerCertificate
+
+
+
+
+
+
>
+
+
+
+ Backup -DbaComputerCertificate
+
+
Exports computer certificates to disk for SQL Server network encryption backup and disaster recovery.
+
+
Example
+
Get-DbaComputerCertificate |
+Backup-DbaComputerCertificate -Path C:\temp
+
+
+
+
+
+
diff --git a/social/card-html/Backup-DbaDatabase.html b/social/card-html/Backup-DbaDatabase.html
new file mode 100644
index 00000000..d8ba716c
--- /dev/null
+++ b/social/card-html/Backup-DbaDatabase.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Backup-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Backup -DbaDatabase
+
+
Creates database backups with flexible destination options and enterprise backup features.
+
+
Example
+
Backup-DbaDatabase -SqlInstance Server1 -Database HR, Finance
+
+
+
+
+
+
diff --git a/social/card-html/Backup-DbaDbCertificate.html b/social/card-html/Backup-DbaDbCertificate.html
new file mode 100644
index 00000000..a19b3a1a
--- /dev/null
+++ b/social/card-html/Backup-DbaDbCertificate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Backup-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ Backup -DbaDbCertificate
+
+
Exports database certificates and private keys to physical backup files on SQL Server instances.
+
+
Example
+
Backup-DbaDbCertificate -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/Backup-DbaDbMasterKey.html b/social/card-html/Backup-DbaDbMasterKey.html
new file mode 100644
index 00000000..cd90821b
--- /dev/null
+++ b/social/card-html/Backup-DbaDbMasterKey.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Backup-DbaDbMasterKey
+
+
+
+
+
+
>
+
+
+
+ Backup -DbaDbMasterKey
+
+
Exports database master keys to encrypted backup files for disaster recovery and compliance.
+
+
Example
+
Backup-DbaDbMasterKey -SqlInstance server1\sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Backup-DbaServiceMasterKey.html b/social/card-html/Backup-DbaServiceMasterKey.html
new file mode 100644
index 00000000..95630590
--- /dev/null
+++ b/social/card-html/Backup-DbaServiceMasterKey.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Backup-DbaServiceMasterKey
+
+
+
+
+
+
>
+
+
+
+ Backup -DbaServiceMasterKey
+
+
Exports SQL Server Service Master Key to an encrypted backup file for disaster recovery.
+
+
Example
+
Backup-DbaServiceMasterKey -SqlInstance server1\sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Clear-DbaConnectionPool.html b/social/card-html/Clear-DbaConnectionPool.html
new file mode 100644
index 00000000..3df217df
--- /dev/null
+++ b/social/card-html/Clear-DbaConnectionPool.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Clear-DbaConnectionPool
+
+
+
+
+
+
>
+
+
+
+ Clear -DbaConnectionPool
+
+
Clears all SQL Server connection pools on the specified computer to resolve connection issues.
+
+
Example
+
Clear-DbaConnectionPool
+
+
+
+
+
+
diff --git a/social/card-html/Clear-DbaLatchStatistics.html b/social/card-html/Clear-DbaLatchStatistics.html
new file mode 100644
index 00000000..d04f02f7
--- /dev/null
+++ b/social/card-html/Clear-DbaLatchStatistics.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Clear-DbaLatchStatistics
+
+
+
+
+
+
>
+
+
+
+ Clear -DbaLatchStatistics
+
+
Resets SQL Server latch statistics counters to establish a fresh performance baseline
+
+
Example
+
Clear-DbaLatchStatistics -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Clear-DbaPlanCache.html b/social/card-html/Clear-DbaPlanCache.html
new file mode 100644
index 00000000..8700ff24
--- /dev/null
+++ b/social/card-html/Clear-DbaPlanCache.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Clear-DbaPlanCache
+
+
+
+
+
+
>
+
+
+
+ Clear -DbaPlanCache
+
+
Clears SQL Server plan cache when single-use adhoc and prepared plans exceed memory threshold
+
+
Example
+
Clear-DbaPlanCache -SqlInstance sql2017 -Threshold 200
+
+
+
+
+
+
diff --git a/social/card-html/Clear-DbaWaitStatistics.html b/social/card-html/Clear-DbaWaitStatistics.html
new file mode 100644
index 00000000..371f7133
--- /dev/null
+++ b/social/card-html/Clear-DbaWaitStatistics.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Clear-DbaWaitStatistics
+
+
+
+
+
+
>
+
+
+
+ Clear -DbaWaitStatistics
+
+
Resets SQL Server wait statistics to establish a clean monitoring baseline
+
+
Example
+
Clear-DbaWaitStatistics -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAgReplicaAgentJob.html b/social/card-html/Compare-DbaAgReplicaAgentJob.html
new file mode 100644
index 00000000..478fc632
--- /dev/null
+++ b/social/card-html/Compare-DbaAgReplicaAgentJob.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Compare-DbaAgReplicaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAgReplicaAgentJob
+
+
Compares SQL Agent Jobs across Availability Group replicas to identify configuration differences.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2016"
+ AvailabilityGroup = "AG1"
+}
+Compare-DbaAgReplicaAgentJob @splat
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAgReplicaCredential.html b/social/card-html/Compare-DbaAgReplicaCredential.html
new file mode 100644
index 00000000..dcd0262c
--- /dev/null
+++ b/social/card-html/Compare-DbaAgReplicaCredential.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Compare-DbaAgReplicaCredential
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAgReplicaCredential
+
+
Compares SQL Server Credentials across Availability Group replicas to identify configuration differences.
+
+
Example
+
Compare-DbaAgReplicaCredential -SqlInstance sql2016 -AvailabilityGroup AG1
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAgReplicaLogin.html b/social/card-html/Compare-DbaAgReplicaLogin.html
new file mode 100644
index 00000000..1b84a4d3
--- /dev/null
+++ b/social/card-html/Compare-DbaAgReplicaLogin.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Compare-DbaAgReplicaLogin
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAgReplicaLogin
+
+
Compares SQL Server logins across Availability Group replicas to identify configuration differences.
+
+
Example
+
Compare-DbaAgReplicaLogin -SqlInstance sql2016 -AvailabilityGroup AG1
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAgReplicaOperator.html b/social/card-html/Compare-DbaAgReplicaOperator.html
new file mode 100644
index 00000000..99b98986
--- /dev/null
+++ b/social/card-html/Compare-DbaAgReplicaOperator.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Compare-DbaAgReplicaOperator
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAgReplicaOperator
+
+
Compares SQL Agent Operators across Availability Group replicas to identify configuration differences.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2016"
+ AvailabilityGroup = "AG1"
+}
+Compare-DbaAgReplicaOperator @splat
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAgReplicaSync.html b/social/card-html/Compare-DbaAgReplicaSync.html
new file mode 100644
index 00000000..f278b381
--- /dev/null
+++ b/social/card-html/Compare-DbaAgReplicaSync.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Compare-DbaAgReplicaSync
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAgReplicaSync
+
+
Compares server-level objects across Availability Group replicas to identify synchronization differences.
+
+
Example
+
Compare-DbaAgReplicaSync -SqlInstance sql2016 -AvailabilityGroup AG1
+
+
+
+
+
+
diff --git a/social/card-html/Compare-DbaAvailabilityGroup.html b/social/card-html/Compare-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..9b3e8d96
--- /dev/null
+++ b/social/card-html/Compare-DbaAvailabilityGroup.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Compare-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Compare -DbaAvailabilityGroup
+
+
Compares configuration across Availability Group replicas to identify differences in Jobs, Logins, Credentials, and Operators.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2016"
+ AvailabilityGroup = "AG1"
+}
+Compare-DbaAvailabilityGroup @splat
+
+
+
+
+
+
diff --git a/social/card-html/Connect-DbaInstance.html b/social/card-html/Connect-DbaInstance.html
new file mode 100644
index 00000000..b183f6be
--- /dev/null
+++ b/social/card-html/Connect-DbaInstance.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Connect-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Connect -DbaInstance
+
+
Creates a persistent SQL Server Management Object (SMO) connection for database operations.
+
+
Example
+
Connect-DbaInstance -SqlInstance sql2014
+
+
+
+
+
+
diff --git a/social/card-html/ConvertTo-DbaDataTable.html b/social/card-html/ConvertTo-DbaDataTable.html
new file mode 100644
index 00000000..d6f00052
--- /dev/null
+++ b/social/card-html/ConvertTo-DbaDataTable.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - ConvertTo-DbaDataTable
+
+
+
+
+
+
>
+
+
+
+ ConvertTo -DbaDataTable
+
+
Converts PowerShell objects into .NET DataTable objects for bulk SQL Server operations
+
+
Example
+
Get-Service |
+ConvertTo-DbaDataTable
+
+
+
+
+
+
diff --git a/social/card-html/ConvertTo-DbaTimeline.html b/social/card-html/ConvertTo-DbaTimeline.html
new file mode 100644
index 00000000..00e0ef66
--- /dev/null
+++ b/social/card-html/ConvertTo-DbaTimeline.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - ConvertTo-DbaTimeline
+
+
+
+
+
+
>
+
+
+
+ ConvertTo -DbaTimeline
+
+
Generates interactive HTML timeline visualizations from SQL Server job history and backup history data
+
+
Example
+
$splat = @{
+ SqlInstance = "sql-1"
+ StartDate = "2018-08-13 00:00"
+ EndDate = "2018-08-13 23:59"
+}
+Get-DbaAgentJobHistory @splat -ExcludeJobSteps |
+ConvertTo-DbaTimeline | Out-File timeline.html
+
+
+
+
+
+
diff --git a/social/card-html/ConvertTo-DbaXESession.html b/social/card-html/ConvertTo-DbaXESession.html
new file mode 100644
index 00000000..9d397430
--- /dev/null
+++ b/social/card-html/ConvertTo-DbaXESession.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - ConvertTo-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ ConvertTo -DbaXESession
+
+
Converts SQL Server Traces to Extended Events sessions using intelligent column and event mapping.
+
+
Example
+
Get-DbaTrace -SqlInstance sql2017, sql2012 |
+Where-Object Id -eq 2 |
+ConvertTo-DbaXESession -Name 'Test'
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentAlert.html b/social/card-html/Copy-DbaAgentAlert.html
new file mode 100644
index 00000000..8261fd71
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentAlert.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentAlert
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentAlert
+
+
Copies SQL Server Agent alerts from source instance to destination instances
+
+
Example
+
Copy-DbaAgentAlert -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentJob.html b/social/card-html/Copy-DbaAgentJob.html
new file mode 100644
index 00000000..818de5c4
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentJob.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentJob
+
+
Migrates SQL Server Agent jobs between instances with dependency validation
+
+
Example
+
Copy-DbaAgentJob -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentJobCategory.html b/social/card-html/Copy-DbaAgentJobCategory.html
new file mode 100644
index 00000000..b1190f77
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentJobCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentJobCategory
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentJobCategory
+
+
Copies custom SQL Agent categories for jobs, alerts, and operators between SQL Server instances.
+
+
Example
+
Copy-DbaAgentJobCategory -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentJobStep.html b/social/card-html/Copy-DbaAgentJobStep.html
new file mode 100644
index 00000000..ff27c779
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentJobStep.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentJobStep
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentJobStep
+
+
Copies job steps from one SQL Server Agent job to another, preserving job history by synchronizing steps without dropping the job itself.
+
+
Example
+
$splat = @{
+ Source = "PrimaryAG"
+ Destination = "SecondaryAG1", "SecondaryAG2"
+ Job = "MaintenanceJob"
+}
+Copy-DbaAgentJobStep @splat
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentOperator.html b/social/card-html/Copy-DbaAgentOperator.html
new file mode 100644
index 00000000..1a1cd684
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentOperator.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentOperator
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentOperator
+
+
Copies SQL Server Agent operators between instances for migration and standardization.
+
+
Example
+
Copy-DbaAgentOperator -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentProxy.html b/social/card-html/Copy-DbaAgentProxy.html
new file mode 100644
index 00000000..aaa7bab2
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentProxy.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentProxy
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentProxy
+
+
Copies SQL Server Agent proxy accounts from one instance to another.
+
+
Example
+
Copy-DbaAgentProxy -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentSchedule.html b/social/card-html/Copy-DbaAgentSchedule.html
new file mode 100644
index 00000000..ab683f3c
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentSchedule.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentSchedule
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentSchedule
+
+
Migrates SQL Agent shared job schedules between SQL Server instances for job schedule standardization.
+
+
Example
+
Copy-DbaAgentSchedule -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaAgentServer.html b/social/card-html/Copy-DbaAgentServer.html
new file mode 100644
index 00000000..9db13c45
--- /dev/null
+++ b/social/card-html/Copy-DbaAgentServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaAgentServer
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaAgentServer
+
+
Copies all SQL Server Agent objects and server properties between instances.
+
+
Example
+
Copy-DbaAgentServer -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaBackupDevice.html b/social/card-html/Copy-DbaBackupDevice.html
new file mode 100644
index 00000000..96eece81
--- /dev/null
+++ b/social/card-html/Copy-DbaBackupDevice.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaBackupDevice
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaBackupDevice
+
+
Migrates SQL Server backup devices between instances including both device definitions and physical files
+
+
Example
+
Copy-DbaBackupDevice -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaCredential.html b/social/card-html/Copy-DbaCredential.html
new file mode 100644
index 00000000..5bdbb22e
--- /dev/null
+++ b/social/card-html/Copy-DbaCredential.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaCredential
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaCredential
+
+
Migrates SQL Server credentials between instances while preserving encrypted passwords.
+
+
Example
+
Copy-DbaCredential -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaCustomError.html b/social/card-html/Copy-DbaCustomError.html
new file mode 100644
index 00000000..c2de4ff7
--- /dev/null
+++ b/social/card-html/Copy-DbaCustomError.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaCustomError
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaCustomError
+
+
Migrates custom error messages and their language translations between SQL Server instances
+
+
Example
+
Copy-DbaCustomError -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDataCollector.html b/social/card-html/Copy-DbaDataCollector.html
new file mode 100644
index 00000000..48b2ca70
--- /dev/null
+++ b/social/card-html/Copy-DbaDataCollector.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaDataCollector
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDataCollector
+
+
Copies SQL Data Collector collection sets from one instance to another
+
+
Example
+
Copy-DbaDataCollector -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDatabase.html b/social/card-html/Copy-DbaDatabase.html
new file mode 100644
index 00000000..8964174a
--- /dev/null
+++ b/social/card-html/Copy-DbaDatabase.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ dbatools - Copy-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDatabase
+
+
Migrates SQL Server databases between instances using backup/restore or detach/attach methods.
+
+
Example
+
$splat = @{
+ Source = "sql2014a"
+ Destination = "sql2014b"
+ Database = "TestDB"
+ BackupRestore = $true
+ SharedPath = "\\fileshare\sql\migration"
+}
+Copy-DbaDatabase @splat
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbAssembly.html b/social/card-html/Copy-DbaDbAssembly.html
new file mode 100644
index 00000000..1f7ce9bb
--- /dev/null
+++ b/social/card-html/Copy-DbaDbAssembly.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbAssembly
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbAssembly
+
+
Copies CLR assemblies from source databases to destination SQL Server instances
+
+
Example
+
Copy-DbaDbAssembly -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbCertificate.html b/social/card-html/Copy-DbaDbCertificate.html
new file mode 100644
index 00000000..a1da1e5e
--- /dev/null
+++ b/social/card-html/Copy-DbaDbCertificate.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbCertificate
+
+
Copies database-level certificates from source SQL Server to destination servers, including private keys and master key dependencies.
+
+
Example
+
$splat = @{
+ Source = "sql01"
+ Destination = "sql02"
+ EncryptionPassword = $cred .Password
+ MasterKeyPassword = $cred .Password
+ SharedPath = "\\nas\sql\shared"
+}
+Copy-DbaDbCertificate @splat
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbMail.html b/social/card-html/Copy-DbaDbMail.html
new file mode 100644
index 00000000..7de14176
--- /dev/null
+++ b/social/card-html/Copy-DbaDbMail.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbMail
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbMail
+
+
Copies Database Mail configuration including profiles, accounts, mail servers and settings between SQL Server instances.
+
+
Example
+
Copy-DbaDbMail -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbQueryStoreOption.html b/social/card-html/Copy-DbaDbQueryStoreOption.html
new file mode 100644
index 00000000..b2be73f7
--- /dev/null
+++ b/social/card-html/Copy-DbaDbQueryStoreOption.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbQueryStoreOption
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbQueryStoreOption
+
+
Replicates Query Store configuration settings from one database to multiple target databases across instances.
+
+
Example
+
Copy-DbaDbQueryStoreOption -Source ServerA\SQL -SourceDatabase AdventureWorks -Destination ServerB\SQL -AllDatabases
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbTableData.html b/social/card-html/Copy-DbaDbTableData.html
new file mode 100644
index 00000000..7687f1e6
--- /dev/null
+++ b/social/card-html/Copy-DbaDbTableData.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbTableData
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbTableData
+
+
Streams table data between SQL Server instances using high-performance bulk copy operations.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql1"
+ Destination = "sql2"
+ Database = "dbatools_from"
+ Table = "dbo.test_table"
+}
+Copy-DbaDbTableData @splat
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaDbViewData.html b/social/card-html/Copy-DbaDbViewData.html
new file mode 100644
index 00000000..46f2040a
--- /dev/null
+++ b/social/card-html/Copy-DbaDbViewData.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaDbViewData
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaDbViewData
+
+
Copies data from SQL Server views to destination tables using high-performance bulk copy operations.
+
+
Example
+
Copy-DbaDbViewData -SqlInstance sql1 -Destination sql2 -Database dbatools_from -View dbo.test_view
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaEndpoint.html b/social/card-html/Copy-DbaEndpoint.html
new file mode 100644
index 00000000..1d2b6458
--- /dev/null
+++ b/social/card-html/Copy-DbaEndpoint.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaEndpoint
+
+
Copies SQL Server endpoints from source instance to destination instances for migration scenarios.
+
+
Example
+
Copy-DbaEndpoint -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaExtendedStoredProcedure.html b/social/card-html/Copy-DbaExtendedStoredProcedure.html
new file mode 100644
index 00000000..39d9fa2a
--- /dev/null
+++ b/social/card-html/Copy-DbaExtendedStoredProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaExtendedStoredProcedure
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaExtendedStoredProcedure
+
+
Copies custom Extended Stored Procedures (XPs) and their associated DLL files between SQL Server instances
+
+
Example
+
Copy-DbaExtendedStoredProcedure -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaInstanceAudit.html b/social/card-html/Copy-DbaInstanceAudit.html
new file mode 100644
index 00000000..0c2f83ea
--- /dev/null
+++ b/social/card-html/Copy-DbaInstanceAudit.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Copy-DbaInstanceAudit
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaInstanceAudit
+
+
Copies SQL Server audit objects from source to destination instances
+
+
Example
+
Copy-DbaInstanceAudit -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaInstanceAuditSpecification.html b/social/card-html/Copy-DbaInstanceAuditSpecification.html
new file mode 100644
index 00000000..424b0c96
--- /dev/null
+++ b/social/card-html/Copy-DbaInstanceAuditSpecification.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaInstanceAuditSpecification
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaInstanceAuditSpecification
+
+
Copies server audit specifications from one SQL Server instance to another for compliance standardization.
+
+
Example
+
Copy-DbaInstanceAuditSpecification -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaInstanceTrigger.html b/social/card-html/Copy-DbaInstanceTrigger.html
new file mode 100644
index 00000000..055fbb24
--- /dev/null
+++ b/social/card-html/Copy-DbaInstanceTrigger.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaInstanceTrigger
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaInstanceTrigger
+
+
Copies server-level triggers between SQL Server instances for migration or standardization
+
+
Example
+
Copy-DbaInstanceTrigger -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaLinkedServer.html b/social/card-html/Copy-DbaLinkedServer.html
new file mode 100644
index 00000000..623dfa7a
--- /dev/null
+++ b/social/card-html/Copy-DbaLinkedServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaLinkedServer
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaLinkedServer
+
+
Migrates linked servers and their authentication credentials from one SQL Server instance to another
+
+
Example
+
Copy-DbaLinkedServer -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaLogin.html b/social/card-html/Copy-DbaLogin.html
new file mode 100644
index 00000000..b710bd72
--- /dev/null
+++ b/social/card-html/Copy-DbaLogin.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaLogin
+
+
Copies SQL Server logins between instances with passwords, permissions, and role memberships intact
+
+
Example
+
Copy-DbaLogin -Source sqlserver2014a -Destination sqlcluster -Force
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaPolicyManagement.html b/social/card-html/Copy-DbaPolicyManagement.html
new file mode 100644
index 00000000..bc6a6085
--- /dev/null
+++ b/social/card-html/Copy-DbaPolicyManagement.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaPolicyManagement
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaPolicyManagement
+
+
Copies Policy-Based Management policies, conditions, and categories between SQL Server instances.
+
+
Example
+
Copy-DbaPolicyManagement -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaRegServer.html b/social/card-html/Copy-DbaRegServer.html
new file mode 100644
index 00000000..23032286
--- /dev/null
+++ b/social/card-html/Copy-DbaRegServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaRegServer
+
+
Copies Central Management Server groups and registered server instances between SQL Server instances.
+
+
Example
+
Copy-DbaRegServer -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaResourceGovernor.html b/social/card-html/Copy-DbaResourceGovernor.html
new file mode 100644
index 00000000..78b94fd0
--- /dev/null
+++ b/social/card-html/Copy-DbaResourceGovernor.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaResourceGovernor
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaResourceGovernor
+
+
Copies SQL Server Resource Governor configuration including pools, workload groups, and classifier functions between instances
+
+
Example
+
Copy-DbaResourceGovernor -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaServerRole.html b/social/card-html/Copy-DbaServerRole.html
new file mode 100644
index 00000000..82bfb359
--- /dev/null
+++ b/social/card-html/Copy-DbaServerRole.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaServerRole
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaServerRole
+
+
Migrates custom server roles and their permissions between SQL Server instances
+
+
Example
+
Copy-DbaServerRole -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaSpConfigure.html b/social/card-html/Copy-DbaSpConfigure.html
new file mode 100644
index 00000000..5b477d38
--- /dev/null
+++ b/social/card-html/Copy-DbaSpConfigure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaSpConfigure
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaSpConfigure
+
+
Copies SQL Server configuration settings (sp_configure values) from source to destination instances.
+
+
Example
+
Copy-DbaSpConfigure -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaSsisCatalog.html b/social/card-html/Copy-DbaSsisCatalog.html
new file mode 100644
index 00000000..092426e5
--- /dev/null
+++ b/social/card-html/Copy-DbaSsisCatalog.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Copy-DbaSsisCatalog
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaSsisCatalog
+
+
Migrates SSIS catalogs including folders, projects, and environments between SQL Server instances.
+
+
Example
+
Copy-DbaSsisCatalog -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaStartupProcedure.html b/social/card-html/Copy-DbaStartupProcedure.html
new file mode 100644
index 00000000..f41ba9ef
--- /dev/null
+++ b/social/card-html/Copy-DbaStartupProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaStartupProcedure
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaStartupProcedure
+
+
Copies startup procedures from master database between SQL Server instances
+
+
Example
+
Copy-DbaStartupProcedure -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaSystemDbUserObject.html b/social/card-html/Copy-DbaSystemDbUserObject.html
new file mode 100644
index 00000000..52984806
--- /dev/null
+++ b/social/card-html/Copy-DbaSystemDbUserObject.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaSystemDbUserObject
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaSystemDbUserObject
+
+
Copies user-created objects from system databases between SQL Server instances.
+
+
Example
+
Copy-DbaSystemDbUserObject -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaXESession.html b/social/card-html/Copy-DbaXESession.html
new file mode 100644
index 00000000..fe6cd36e
--- /dev/null
+++ b/social/card-html/Copy-DbaXESession.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaXESession
+
+
Copies Extended Event sessions from one SQL Server instance to another, excluding system sessions.
+
+
Example
+
Copy-DbaXESession -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Copy-DbaXESessionTemplate.html b/social/card-html/Copy-DbaXESessionTemplate.html
new file mode 100644
index 00000000..e28485c9
--- /dev/null
+++ b/social/card-html/Copy-DbaXESessionTemplate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Copy-DbaXESessionTemplate
+
+
+
+
+
+
>
+
+
+
+ Copy -DbaXESessionTemplate
+
+
Copies Extended Event session templates from dbatools repository to SSMS template directory
+
+
Example
+
Copy-DbaXESessionTemplate
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaAgHadr.html b/social/card-html/Disable-DbaAgHadr.html
new file mode 100644
index 00000000..67196fbe
--- /dev/null
+++ b/social/card-html/Disable-DbaAgHadr.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Disable-DbaAgHadr
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaAgHadr
+
+
Disables High Availability Disaster Recovery (HADR) capability on SQL Server instances.
+
+
Example
+
Disable-DbaAgHadr -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaDbEncryption.html b/social/card-html/Disable-DbaDbEncryption.html
new file mode 100644
index 00000000..761598e6
--- /dev/null
+++ b/social/card-html/Disable-DbaDbEncryption.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Disable-DbaDbEncryption
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaDbEncryption
+
+
Disables Transparent Data Encryption (TDE) on SQL Server databases and removes encryption keys
+
+
Example
+
Disable-DbaDbEncryption -SqlInstance sql2017, sql2016 -Database pubs
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaFilestream.html b/social/card-html/Disable-DbaFilestream.html
new file mode 100644
index 00000000..e31ebfc2
--- /dev/null
+++ b/social/card-html/Disable-DbaFilestream.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Disable-DbaFilestream
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaFilestream
+
+
Disables SQL Server FileStream functionality at both the service and instance levels
+
+
Example
+
Disable-DbaFilestream -SqlInstance server1\instance2
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaForceNetworkEncryption.html b/social/card-html/Disable-DbaForceNetworkEncryption.html
new file mode 100644
index 00000000..2c3bc8af
--- /dev/null
+++ b/social/card-html/Disable-DbaForceNetworkEncryption.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Disable-DbaForceNetworkEncryption
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaForceNetworkEncryption
+
+
Disables Force Network Encryption setting in SQL Server Configuration Manager
+
+
Example
+
Disable-DbaForceNetworkEncryption
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaHideInstance.html b/social/card-html/Disable-DbaHideInstance.html
new file mode 100644
index 00000000..73348fd9
--- /dev/null
+++ b/social/card-html/Disable-DbaHideInstance.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Disable-DbaHideInstance
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaHideInstance
+
+
Makes SQL Server instances visible to network discovery by disabling the Hide Instance registry setting.
+
+
Example
+
Disable-DbaHideInstance
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaReplDistributor.html b/social/card-html/Disable-DbaReplDistributor.html
new file mode 100644
index 00000000..47ce8f7e
--- /dev/null
+++ b/social/card-html/Disable-DbaReplDistributor.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Disable-DbaReplDistributor
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaReplDistributor
+
+
Removes SQL Server replication distribution configuration from target instances.
+
+
Example
+
Disable-DbaReplDistributor -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaReplPublishing.html b/social/card-html/Disable-DbaReplPublishing.html
new file mode 100644
index 00000000..d174df6c
--- /dev/null
+++ b/social/card-html/Disable-DbaReplPublishing.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Disable-DbaReplPublishing
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaReplPublishing
+
+
Disables replication publishing on SQL Server instances and removes publisher configuration.
+
+
Example
+
Disable-DbaReplPublishing -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaStartupProcedure.html b/social/card-html/Disable-DbaStartupProcedure.html
new file mode 100644
index 00000000..c876b3c6
--- /dev/null
+++ b/social/card-html/Disable-DbaStartupProcedure.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Disable-DbaStartupProcedure
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaStartupProcedure
+
+
Removes stored procedures from SQL Server's automatic startup execution list
+
+
Example
+
$splat = @{
+ SqlInstance = "SqlBox1\Instance2"
+ StartupProcedure = "'[dbo].[StartUpProc1]'"
+}
+Disable-DbaStartupProcedure @splat
+
+
+
+
+
+
diff --git a/social/card-html/Disable-DbaTraceFlag.html b/social/card-html/Disable-DbaTraceFlag.html
new file mode 100644
index 00000000..8212712d
--- /dev/null
+++ b/social/card-html/Disable-DbaTraceFlag.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Disable-DbaTraceFlag
+
+
+
+
+
+
>
+
+
+
+ Disable -DbaTraceFlag
+
+
Disables globally running trace flags on SQL Server instances
+
+
Example
+
Disable-DbaTraceFlag -SqlInstance sql2016 -TraceFlag 3226
+
+
+
+
+
+
diff --git a/social/card-html/Disconnect-DbaInstance.html b/social/card-html/Disconnect-DbaInstance.html
new file mode 100644
index 00000000..3ebe22d6
--- /dev/null
+++ b/social/card-html/Disconnect-DbaInstance.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Disconnect-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Disconnect -DbaInstance
+
+
Closes active SQL Server connections and removes them from the dbatools connection cache
+
+
Example
+
Get-DbaConnectedInstance |
+Disconnect-DbaInstance
+
+
+
+
+
+
diff --git a/social/card-html/Dismount-DbaDatabase.html b/social/card-html/Dismount-DbaDatabase.html
new file mode 100644
index 00000000..71336319
--- /dev/null
+++ b/social/card-html/Dismount-DbaDatabase.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Dismount-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Dismount -DbaDatabase
+
+
Detaches one or more databases from a SQL Server instance with built-in safety checks and validation.
+
+
Example
+
Detach-DbaDatabase -SqlInstance sql2016b -Database SharePoint_Config, WSS_Logging
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaAgHadr.html b/social/card-html/Enable-DbaAgHadr.html
new file mode 100644
index 00000000..1c723130
--- /dev/null
+++ b/social/card-html/Enable-DbaAgHadr.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Enable-DbaAgHadr
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaAgHadr
+
+
Enables HADR service setting on SQL Server instances to allow Availability Group creation.
+
+
Example
+
Enable-DbaAgHadr -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaDbEncryption.html b/social/card-html/Enable-DbaDbEncryption.html
new file mode 100644
index 00000000..c49f0835
--- /dev/null
+++ b/social/card-html/Enable-DbaDbEncryption.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Enable-DbaDbEncryption
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaDbEncryption
+
+
Enables Transparent Data Encryption (TDE) on SQL Server databases
+
+
Example
+
Enable-DbaDbEncryption -SqlInstance sql2017, sql2016 -Database pubs
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaFilestream.html b/social/card-html/Enable-DbaFilestream.html
new file mode 100644
index 00000000..c456c344
--- /dev/null
+++ b/social/card-html/Enable-DbaFilestream.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Enable-DbaFilestream
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaFilestream
+
+
Configures FILESTREAM feature at both instance and server levels on SQL Server
+
+
Example
+
Enable-DbaFilestream -SqlInstance server1\instance2 -FileStreamLevel TSql
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaForceNetworkEncryption.html b/social/card-html/Enable-DbaForceNetworkEncryption.html
new file mode 100644
index 00000000..f002936e
--- /dev/null
+++ b/social/card-html/Enable-DbaForceNetworkEncryption.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Enable-DbaForceNetworkEncryption
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaForceNetworkEncryption
+
+
Configures SQL Server to require encrypted connections from all clients by modifying the Windows registry
+
+
Example
+
Enable-DbaForceNetworkEncryption
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaHideInstance.html b/social/card-html/Enable-DbaHideInstance.html
new file mode 100644
index 00000000..e619b6ca
--- /dev/null
+++ b/social/card-html/Enable-DbaHideInstance.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Enable-DbaHideInstance
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaHideInstance
+
+
Enables the Hide Instance setting to prevent SQL Server Browser service from advertising the instance.
+
+
Example
+
Enable-DbaHideInstance
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaReplDistributor.html b/social/card-html/Enable-DbaReplDistributor.html
new file mode 100644
index 00000000..f8ca4b2f
--- /dev/null
+++ b/social/card-html/Enable-DbaReplDistributor.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Enable-DbaReplDistributor
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaReplDistributor
+
+
Configures a SQL Server instance as a replication distributor with distribution database
+
+
Example
+
Enable-DbaReplDistributor -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaReplPublishing.html b/social/card-html/Enable-DbaReplPublishing.html
new file mode 100644
index 00000000..2eefaa32
--- /dev/null
+++ b/social/card-html/Enable-DbaReplPublishing.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Enable-DbaReplPublishing
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaReplPublishing
+
+
Configures a SQL Server instance as a replication publisher on an existing distributor.
+
+
Example
+
Enable-DbaReplPublishing -SqlInstance SqlBox1\Instance2
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaStartupProcedure.html b/social/card-html/Enable-DbaStartupProcedure.html
new file mode 100644
index 00000000..9e329180
--- /dev/null
+++ b/social/card-html/Enable-DbaStartupProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Enable-DbaStartupProcedure
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaStartupProcedure
+
+
Configures stored procedures in the master database to execute automatically when SQL Server service starts
+
+
Example
+
Enable-DbaStartupProcedure -SqlInstance SqlBox1\Instance2 -StartupProcedure '[dbo].[StartUpProc1]'
+
+
+
+
+
+
diff --git a/social/card-html/Enable-DbaTraceFlag.html b/social/card-html/Enable-DbaTraceFlag.html
new file mode 100644
index 00000000..6bc1ccaa
--- /dev/null
+++ b/social/card-html/Enable-DbaTraceFlag.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Enable-DbaTraceFlag
+
+
+
+
+
+
>
+
+
+
+ Enable -DbaTraceFlag
+
+
Enables one or more trace flags globally on SQL Server instances
+
+
Example
+
Enable-DbaTraceFlag -SqlInstance sql2016 -TraceFlag 3226
+
+
+
+
+
+
diff --git a/social/card-html/Expand-DbaDbLogFile.html b/social/card-html/Expand-DbaDbLogFile.html
new file mode 100644
index 00000000..1841e526
--- /dev/null
+++ b/social/card-html/Expand-DbaDbLogFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Expand-DbaDbLogFile
+
+
+
+
+
+
>
+
+
+
+ Expand -DbaDbLogFile
+
+
Grows transaction log files using calculated increment sizes to prevent excessive Virtual Log File (VLF) fragmentation.
+
+
Example
+
Expand-DbaDbLogFile -SqlInstance sqlcluster -Database db1 -TargetLogSize 50000
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaBinaryFile.html b/social/card-html/Export-DbaBinaryFile.html
new file mode 100644
index 00000000..8975a9a3
--- /dev/null
+++ b/social/card-html/Export-DbaBinaryFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaBinaryFile
+
+
+
+
+
+
>
+
+
+
+ Export -DbaBinaryFile
+
+
Extracts binary data from SQL Server tables and writes it to physical files.
+
+
Example
+
Export-DbaBinaryFile -SqlInstance sqlcs -Database test -Path C:\temp\exports
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaCredential.html b/social/card-html/Export-DbaCredential.html
new file mode 100644
index 00000000..17e6db5d
--- /dev/null
+++ b/social/card-html/Export-DbaCredential.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Export-DbaCredential
+
+
+
+
+
+
>
+
+
+
+ Export -DbaCredential
+
+
Exports SQL Server credentials to executable T-SQL CREATE CREDENTIAL scripts
+
+
Example
+
Export-DbaCredential -SqlInstance sql2017 -Path C:\temp\cred.sql
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaCsv.html b/social/card-html/Export-DbaCsv.html
new file mode 100644
index 00000000..03ef090e
--- /dev/null
+++ b/social/card-html/Export-DbaCsv.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ dbatools - Export-DbaCsv
+
+
+
+
+
+
>
+
+
+
+ Export -DbaCsv
+
+
Exports SQL Server query results or table data to CSV files with optional compression.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql001"
+ Database = "Northwind"
+ Query = "SELECT * FROM Customers"
+ Path = "C:\temp\customers.csv"
+}
+Export-DbaCsv @splat
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaDacPackage.html b/social/card-html/Export-DbaDacPackage.html
new file mode 100644
index 00000000..103418ac
--- /dev/null
+++ b/social/card-html/Export-DbaDacPackage.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaDacPackage
+
+
+
+
+
+
>
+
+
+
+ Export -DbaDacPackage
+
+
Exports DACPAC or BACPAC packages from SQL Server databases using the DacFx framework
+
+
Example
+
Export-DbaDacPackage -SqlInstance sql2016 -Database SharePoint_Config -FilePath C:\SharePoint_Config.dacpac
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaDbRole.html b/social/card-html/Export-DbaDbRole.html
new file mode 100644
index 00000000..d0335aaa
--- /dev/null
+++ b/social/card-html/Export-DbaDbRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Export-DbaDbRole
+
+
+
+
+
+
>
+
+
+
+ Export -DbaDbRole
+
+
Generates T-SQL scripts for database role definitions with their complete permission sets and schema ownership
+
+
Example
+
Export-DbaDbRole -SqlInstance sql2005 -Path C:\temp
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaDbTableData.html b/social/card-html/Export-DbaDbTableData.html
new file mode 100644
index 00000000..59d9b45c
--- /dev/null
+++ b/social/card-html/Export-DbaDbTableData.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Export-DbaDbTableData
+
+
+
+
+
+
>
+
+
+
+ Export -DbaDbTableData
+
+
Generates INSERT statements from table data for migration and deployment scripts
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017"
+ Database = "AdventureWorks2014"
+ Table = "EmployeePayHistory"
+}
+Get-DbaDbTable @splat |
+Export-DbaDbTableData
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaDiagnosticQuery.html b/social/card-html/Export-DbaDiagnosticQuery.html
new file mode 100644
index 00000000..fe8e1ae8
--- /dev/null
+++ b/social/card-html/Export-DbaDiagnosticQuery.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaDiagnosticQuery
+
+
+
+
+
+
>
+
+
+
+ Export -DbaDiagnosticQuery
+
+
Converts diagnostic query results from Invoke-DbaDiagnosticQuery into CSV or Excel files
+
+
Example
+
Invoke-DbaDiagnosticQuery -SqlInstance sql2016 |
+Export-DbaDiagnosticQuery -Path c:\temp
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaExecutionPlan.html b/social/card-html/Export-DbaExecutionPlan.html
new file mode 100644
index 00000000..529f07f7
--- /dev/null
+++ b/social/card-html/Export-DbaExecutionPlan.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaExecutionPlan
+
+
+
+
+
+
>
+
+
+
+ Export -DbaExecutionPlan
+
+
Extracts execution plans from plan cache and saves them as .sqlplan files for analysis
+
+
Example
+
Export-DbaExecutionPlan -SqlInstance sqlserver2014a -Path C:\Temp
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaInstance.html b/social/card-html/Export-DbaInstance.html
new file mode 100644
index 00000000..0b8b0bd4
--- /dev/null
+++ b/social/card-html/Export-DbaInstance.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Export-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Export -DbaInstance
+
+
Exports complete SQL Server instance configuration as T-SQL scripts for migration or disaster recovery
+
+
Example
+
Export-DbaInstance -SqlInstance sqlserver\instance
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaLinkedServer.html b/social/card-html/Export-DbaLinkedServer.html
new file mode 100644
index 00000000..3a22279f
--- /dev/null
+++ b/social/card-html/Export-DbaLinkedServer.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Export-DbaLinkedServer
+
+
+
+
+
+
>
+
+
+
+ Export -DbaLinkedServer
+
+
Generates T-SQL scripts to recreate linked server configurations with their login credentials.
+
+
Example
+
Export-DbaLinkedServer -SqlInstance sql2017 -Path C:\temp\ls.sql
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaLogin.html b/social/card-html/Export-DbaLogin.html
new file mode 100644
index 00000000..fb864a06
--- /dev/null
+++ b/social/card-html/Export-DbaLogin.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Export -DbaLogin
+
+
Generates T-SQL scripts to recreate SQL Server logins with their complete security context for migration and disaster recovery.
+
+
Example
+
Export-DbaLogin -SqlInstance sql2005 -Path C:\temp\sql2005-logins.sql
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaPfDataCollectorSetTemplate.html b/social/card-html/Export-DbaPfDataCollectorSetTemplate.html
new file mode 100644
index 00000000..5e3a271c
--- /dev/null
+++ b/social/card-html/Export-DbaPfDataCollectorSetTemplate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Export-DbaPfDataCollectorSetTemplate
+
+
+
+
+
+
>
+
+
+
+ Export -DbaPfDataCollectorSetTemplate
+
+
Exports Windows Performance Monitor Data Collector Set configurations as reusable XML templates.
+
+
Example
+
Export-DbaPfDataCollectorSetTemplate -ComputerName sql2017 -Path C:\temp\pf
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaRegServer.html b/social/card-html/Export-DbaRegServer.html
new file mode 100644
index 00000000..46b6a2cf
--- /dev/null
+++ b/social/card-html/Export-DbaRegServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Export-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Export -DbaRegServer
+
+
Exports registered servers and registered server groups to file
+
+
Example
+
Export-DbaRegServer -SqlInstance sql2008
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaReplServerSetting.html b/social/card-html/Export-DbaReplServerSetting.html
new file mode 100644
index 00000000..08bf6ff8
--- /dev/null
+++ b/social/card-html/Export-DbaReplServerSetting.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Export-DbaReplServerSetting
+
+
+
+
+
+
>
+
+
+
+ Export -DbaReplServerSetting
+
+
Generates T-SQL scripts to recreate SQL Server replication distributor and publication configurations
+
+
Example
+
Export-DbaReplServerSetting -SqlInstance sql2017 -Path C:\temp\replication.sql
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaScript.html b/social/card-html/Export-DbaScript.html
new file mode 100644
index 00000000..a3601a55
--- /dev/null
+++ b/social/card-html/Export-DbaScript.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Export-DbaScript
+
+
+
+
+
+
>
+
+
+
+ Export -DbaScript
+
+
Generates T-SQL CREATE scripts from SQL Server Management Objects for migration and deployment
+
+
Example
+
Get-DbaAgentJob -SqlInstance sql2016 |
+Export-DbaScript
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaServerRole.html b/social/card-html/Export-DbaServerRole.html
new file mode 100644
index 00000000..717b7b2b
--- /dev/null
+++ b/social/card-html/Export-DbaServerRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Export-DbaServerRole
+
+
+
+
+
+
>
+
+
+
+ Export -DbaServerRole
+
+
Generates T-SQL scripts for server-level roles including permissions and memberships
+
+
Example
+
Export-DbaServerRole -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaSpConfigure.html b/social/card-html/Export-DbaSpConfigure.html
new file mode 100644
index 00000000..04fb2094
--- /dev/null
+++ b/social/card-html/Export-DbaSpConfigure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaSpConfigure
+
+
+
+
+
+
>
+
+
+
+ Export -DbaSpConfigure
+
+
Generates SQL script containing all sp_configure settings for SQL Server instance configuration replication and documentation.
+
+
Example
+
Export-DbaSpConfigure -SqlInstance sourceserver
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaSysDbUserObject.html b/social/card-html/Export-DbaSysDbUserObject.html
new file mode 100644
index 00000000..984cb164
--- /dev/null
+++ b/social/card-html/Export-DbaSysDbUserObject.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaSysDbUserObject
+
+
+
+
+
+
>
+
+
+
+ Export -DbaSysDbUserObject
+
+
Discovers and exports user-created objects from SQL Server system databases
+
+
Example
+
Export-DbaSysDbUserObject -SqlInstance server1
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaUser.html b/social/card-html/Export-DbaUser.html
new file mode 100644
index 00000000..aee81d0a
--- /dev/null
+++ b/social/card-html/Export-DbaUser.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaUser
+
+
+
+
+
+
>
+
+
+
+ Export -DbaUser
+
+
Generates T-SQL scripts to recreate database users with their complete security context including roles and permissions
+
+
Example
+
Export-DbaUser -SqlInstance sql2005 -FilePath C:\temp\sql2005-users.sql
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaXESession.html b/social/card-html/Export-DbaXESession.html
new file mode 100644
index 00000000..edd17e54
--- /dev/null
+++ b/social/card-html/Export-DbaXESession.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Export-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Export -DbaXESession
+
+
Generates T-SQL creation scripts for Extended Events sessions to files or console
+
+
Example
+
Export-DbaXESession -SqlInstance sourceserver -Passthru
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbaXESessionTemplate.html b/social/card-html/Export-DbaXESessionTemplate.html
new file mode 100644
index 00000000..465fb583
--- /dev/null
+++ b/social/card-html/Export-DbaXESessionTemplate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Export-DbaXESessionTemplate
+
+
+
+
+
+
>
+
+
+
+ Export -DbaXESessionTemplate
+
+
Exports Extended Events sessions as reusable XML templates for SSMS
+
+
Example
+
Export-DbaXESessionTemplate -SqlInstance sql2017 -Path C:\temp\xe
+
+
+
+
+
+
diff --git a/social/card-html/Export-DbatoolsConfig.html b/social/card-html/Export-DbatoolsConfig.html
new file mode 100644
index 00000000..d8578f8e
--- /dev/null
+++ b/social/card-html/Export-DbatoolsConfig.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Export-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Export -DbatoolsConfig
+
+
Exports dbatools module configuration settings to a JSON file for backup or migration
+
+
Example
+
Get-DbatoolsConfig |
+Export-DbatoolsConfig -OutPath '~/export.json'
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaAgentJob.html b/social/card-html/Find-DbaAgentJob.html
new file mode 100644
index 00000000..07fb7ddf
--- /dev/null
+++ b/social/card-html/Find-DbaAgentJob.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Find -DbaAgentJob
+
+
Searches and filters SQL Agent jobs across SQL Server instances using multiple criteria.
+
+
Example
+
Find-DbaAgentJob -SqlInstance Dev01 -JobName *backup*
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaBackup.html b/social/card-html/Find-DbaBackup.html
new file mode 100644
index 00000000..47d1da35
--- /dev/null
+++ b/social/card-html/Find-DbaBackup.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Find-DbaBackup
+
+
+
+
+
+
>
+
+
+
+ Find -DbaBackup
+
+
Searches filesystem directories for SQL Server backup files based on age and extension criteria.
+
+
Example
+
$splat = @{
+ Path = 'C:\MSSQL\SQL Backup\'
+ BackupFileExtension = 'trn'
+ RetentionPeriod = '48h'
+}
+Find-DbaBackup @splat
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaCommand.html b/social/card-html/Find-DbaCommand.html
new file mode 100644
index 00000000..cba545d2
--- /dev/null
+++ b/social/card-html/Find-DbaCommand.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaCommand
+
+
+
+
+
+
>
+
+
+
+ Find -DbaCommand
+
+
Finds dbatools commands searching through the inline help text
+
+
Example
+
Find-DbaCommand "snapshot"
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaDatabase.html b/social/card-html/Find-DbaDatabase.html
new file mode 100644
index 00000000..4cdc7447
--- /dev/null
+++ b/social/card-html/Find-DbaDatabase.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - Find-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Find -DbaDatabase
+
+
Searches multiple SQL Server instances for databases matching name, owner, or Service Broker GUID patterns
+
+
Example
+
$splat = @{
+ SqlInstance = "DEV01", "DEV02", "UAT01", "UAT02", "PROD01", "PROD02"
+ Pattern = "Report"
+}
+Find-DbaDatabase @splat
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaDbDisabledIndex.html b/social/card-html/Find-DbaDbDisabledIndex.html
new file mode 100644
index 00000000..45b3d2a6
--- /dev/null
+++ b/social/card-html/Find-DbaDbDisabledIndex.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaDbDisabledIndex
+
+
+
+
+
+
>
+
+
+
+ Find -DbaDbDisabledIndex
+
+
Identifies disabled indexes across SQL Server databases
+
+
Example
+
Find-DbaDbDisabledIndex -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaDbDuplicateIndex.html b/social/card-html/Find-DbaDbDuplicateIndex.html
new file mode 100644
index 00000000..e33017bc
--- /dev/null
+++ b/social/card-html/Find-DbaDbDuplicateIndex.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaDbDuplicateIndex
+
+
+
+
+
+
>
+
+
+
+ Find -DbaDbDuplicateIndex
+
+
Identifies duplicate and overlapping indexes that waste storage space and degrade insert performance
+
+
Example
+
Find-DbaDbDuplicateIndex -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaDbGrowthEvent.html b/social/card-html/Find-DbaDbGrowthEvent.html
new file mode 100644
index 00000000..39fa1a12
--- /dev/null
+++ b/social/card-html/Find-DbaDbGrowthEvent.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaDbGrowthEvent
+
+
+
+
+
+
>
+
+
+
+ Find -DbaDbGrowthEvent
+
+
Retrieves database auto-growth and auto-shrink events from the SQL Server Default Trace
+
+
Example
+
Find-DbaDbGrowthEvent -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaDbUnusedIndex.html b/social/card-html/Find-DbaDbUnusedIndex.html
new file mode 100644
index 00000000..2df214b3
--- /dev/null
+++ b/social/card-html/Find-DbaDbUnusedIndex.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaDbUnusedIndex
+
+
+
+
+
+
>
+
+
+
+ Find -DbaDbUnusedIndex
+
+
Identifies database indexes with low usage statistics that may be candidates for removal
+
+
Example
+
Find-DbaDbUnusedIndex -SqlInstance sql2016 -Database db1, db2
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaInstance.html b/social/card-html/Find-DbaInstance.html
new file mode 100644
index 00000000..e038fc41
--- /dev/null
+++ b/social/card-html/Find-DbaInstance.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Find-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Find -DbaInstance
+
+
Discovers SQL Server instances across networks using multiple scanning methods
+
+
Example
+
Find-DbaInstance -DiscoveryType Domain, DataSourceEnumeration
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaLoginInGroup.html b/social/card-html/Find-DbaLoginInGroup.html
new file mode 100644
index 00000000..63f39329
--- /dev/null
+++ b/social/card-html/Find-DbaLoginInGroup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaLoginInGroup
+
+
+
+
+
+
>
+
+
+
+ Find -DbaLoginInGroup
+
+
Discovers individual Active Directory users within Windows group logins on SQL Server instances.
+
+
Example
+
Find-DbaLoginInGroup -SqlInstance DEV01 -Login "MyDomain\Stephen.Bennett"
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaOrphanedFile.html b/social/card-html/Find-DbaOrphanedFile.html
new file mode 100644
index 00000000..08fdf013
--- /dev/null
+++ b/social/card-html/Find-DbaOrphanedFile.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Find-DbaOrphanedFile
+
+
+
+
+
+
>
+
+
+
+ Find -DbaOrphanedFile
+
+
Identifies database files on disk that are not attached to any SQL Server database instance
+
+
Example
+
Find-DbaOrphanedFile -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaSimilarTable.html b/social/card-html/Find-DbaSimilarTable.html
new file mode 100644
index 00000000..f8abf8cc
--- /dev/null
+++ b/social/card-html/Find-DbaSimilarTable.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaSimilarTable
+
+
+
+
+
+
>
+
+
+
+ Find -DbaSimilarTable
+
+
Finds tables and views with similar structures by comparing column names across databases
+
+
Example
+
Find-DbaSimilarTable -SqlInstance DEV01
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaStoredProcedure.html b/social/card-html/Find-DbaStoredProcedure.html
new file mode 100644
index 00000000..603b6af4
--- /dev/null
+++ b/social/card-html/Find-DbaStoredProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaStoredProcedure
+
+
+
+
+
+
>
+
+
+
+ Find -DbaStoredProcedure
+
+
Searches stored procedure definitions for specific text patterns or regex expressions across SQL Server databases.
+
+
Example
+
Find-DbaStoredProcedure -SqlInstance DEV01 -Pattern whatever
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaTrigger.html b/social/card-html/Find-DbaTrigger.html
new file mode 100644
index 00000000..02b8f071
--- /dev/null
+++ b/social/card-html/Find-DbaTrigger.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaTrigger
+
+
+
+
+
+
>
+
+
+
+ Find -DbaTrigger
+
+
Searches trigger code across server, database, and object levels for specific text patterns or regex matches.
+
+
Example
+
Find-DbaTrigger -SqlInstance DEV01 -Pattern whatever
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaUserObject.html b/social/card-html/Find-DbaUserObject.html
new file mode 100644
index 00000000..0829c136
--- /dev/null
+++ b/social/card-html/Find-DbaUserObject.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Find-DbaUserObject
+
+
+
+
+
+
>
+
+
+
+ Find -DbaUserObject
+
+
Finds SQL Server objects owned by users other than sa or dbo, or searches for objects owned by a specific user pattern.
+
+
Example
+
Find-DbaUserObject -SqlInstance DEV01 -Pattern ad\stephen
+
+
+
+
+
+
diff --git a/social/card-html/Find-DbaView.html b/social/card-html/Find-DbaView.html
new file mode 100644
index 00000000..75c07fdd
--- /dev/null
+++ b/social/card-html/Find-DbaView.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Find-DbaView
+
+
+
+
+
+
>
+
+
+
+ Find -DbaView
+
+
Searches database views for specific text patterns or regular expressions in their definitions.
+
+
Example
+
Find-DbaView -SqlInstance DEV01 -Pattern whatever
+
+
+
+
+
+
diff --git a/social/card-html/Format-DbaBackupInformation.html b/social/card-html/Format-DbaBackupInformation.html
new file mode 100644
index 00000000..52a55a91
--- /dev/null
+++ b/social/card-html/Format-DbaBackupInformation.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Format-DbaBackupInformation
+
+
+
+
+
+
>
+
+
+
+ Format -DbaBackupInformation
+
+
Modifies backup history metadata to prepare database restores with different names, paths, or locations
+
+
Example
+
$History | Format-DbaBackupInformation -ReplaceDatabaseName NewDb -ReplaceDbNameInFile
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgBackupHistory.html b/social/card-html/Get-DbaAgBackupHistory.html
new file mode 100644
index 00000000..0cfbcd70
--- /dev/null
+++ b/social/card-html/Get-DbaAgBackupHistory.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgBackupHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgBackupHistory
+
+
Retrieves backup history from msdb across all replicas in a SQL Server Availability Group
+
+
Example
+
Get-DbaAgBackupHistory -SqlInstance AgListener -AvailabilityGroup AgTest1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgDatabase.html b/social/card-html/Get-DbaAgDatabase.html
new file mode 100644
index 00000000..9006e9e9
--- /dev/null
+++ b/social/card-html/Get-DbaAgDatabase.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgDatabase
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgDatabase
+
+
Retrieves availability group database information and synchronization status from SQL Server instances.
+
+
Example
+
Get-DbaAgDatabase -SqlInstance sql2017a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgDatabaseReplicaState.html b/social/card-html/Get-DbaAgDatabaseReplicaState.html
new file mode 100644
index 00000000..2ce7f032
--- /dev/null
+++ b/social/card-html/Get-DbaAgDatabaseReplicaState.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaAgDatabaseReplicaState
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgDatabaseReplicaState
+
+
Retrieves the runtime state of databases participating in availability groups across all replicas.
+
+
Example
+
Get-DbaAgDatabaseReplicaState -SqlInstance sql2017a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgHadr.html b/social/card-html/Get-DbaAgHadr.html
new file mode 100644
index 00000000..a441f974
--- /dev/null
+++ b/social/card-html/Get-DbaAgHadr.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAgHadr
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgHadr
+
+
Retrieves the High Availability Disaster Recovery (HADR) service status for SQL Server instances.
+
+
Example
+
Get-DbaAgHadr -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgListener.html b/social/card-html/Get-DbaAgListener.html
new file mode 100644
index 00000000..f9700e3a
--- /dev/null
+++ b/social/card-html/Get-DbaAgListener.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgListener
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgListener
+
+
Retrieves availability group listener configurations including IP addresses and port numbers.
+
+
Example
+
Get-DbaAgListener -SqlInstance sql2017a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgReplica.html b/social/card-html/Get-DbaAgReplica.html
new file mode 100644
index 00000000..ffa07343
--- /dev/null
+++ b/social/card-html/Get-DbaAgReplica.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgReplica
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgReplica
+
+
Retrieves availability group replica configuration and status information from SQL Server instances.
+
+
Example
+
Get-DbaAgReplica -SqlInstance sql2017a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentAlert.html b/social/card-html/Get-DbaAgentAlert.html
new file mode 100644
index 00000000..a7f0c111
--- /dev/null
+++ b/social/card-html/Get-DbaAgentAlert.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentAlert
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentAlert
+
+
Retrieves SQL Server Agent alert configurations from one or more instances
+
+
Example
+
Get-DbaAgentAlert -SqlInstance ServerA,ServerB\instanceB
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentAlertCategory.html b/social/card-html/Get-DbaAgentAlertCategory.html
new file mode 100644
index 00000000..99050bb3
--- /dev/null
+++ b/social/card-html/Get-DbaAgentAlertCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentAlertCategory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentAlertCategory
+
+
Retrieves SQL Server Agent alert categories and their associated alert counts
+
+
Example
+
Get-DbaAgentAlertCategory -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentJob.html b/social/card-html/Get-DbaAgentJob.html
new file mode 100644
index 00000000..a6d8fe9c
--- /dev/null
+++ b/social/card-html/Get-DbaAgentJob.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentJob
+
+
Retrieves SQL Server Agent job details and execution status from one or more instances.
+
+
Example
+
Get-DbaAgentJob -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentJobCategory.html b/social/card-html/Get-DbaAgentJobCategory.html
new file mode 100644
index 00000000..4ed60d4f
--- /dev/null
+++ b/social/card-html/Get-DbaAgentJobCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentJobCategory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentJobCategory
+
+
Retrieves SQL Server Agent job categories with usage counts and filtering options
+
+
Example
+
Get-DbaAgentJobCategory -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentJobHistory.html b/social/card-html/Get-DbaAgentJobHistory.html
new file mode 100644
index 00000000..91f955ca
--- /dev/null
+++ b/social/card-html/Get-DbaAgentJobHistory.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentJobHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentJobHistory
+
+
Retrieves SQL Server Agent job execution history from msdb database for troubleshooting and compliance reporting.
+
+
Example
+
Get-DbaAgentJobHistory -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentJobOutputFile.html b/social/card-html/Get-DbaAgentJobOutputFile.html
new file mode 100644
index 00000000..da733c44
--- /dev/null
+++ b/social/card-html/Get-DbaAgentJobOutputFile.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentJobOutputFile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentJobOutputFile
+
+
Retrieves output file paths configured for SQL Agent job steps
+
+
Example
+
Get-DbaAgentJobOutputFile -SqlInstance SERVERNAME -Job 'The Agent Job'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentJobStep.html b/social/card-html/Get-DbaAgentJobStep.html
new file mode 100644
index 00000000..5ceabc0b
--- /dev/null
+++ b/social/card-html/Get-DbaAgentJobStep.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentJobStep
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentJobStep
+
+
Retrieves detailed SQL Agent job step information including execution status and configuration from SQL Server instances.
+
+
Example
+
Get-DbaAgentJobStep -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentLog.html b/social/card-html/Get-DbaAgentLog.html
new file mode 100644
index 00000000..1ed05e49
--- /dev/null
+++ b/social/card-html/Get-DbaAgentLog.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentLog
+
+
Retrieves SQL Server Agent error log entries for troubleshooting and monitoring
+
+
Example
+
Get-DbaAgentLog -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentOperator.html b/social/card-html/Get-DbaAgentOperator.html
new file mode 100644
index 00000000..3b69b7b4
--- /dev/null
+++ b/social/card-html/Get-DbaAgentOperator.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentOperator
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentOperator
+
+
Retrieves SQL Server Agent operators with their notification settings and related jobs and alerts.
+
+
Example
+
Get-DbaAgentOperator -SqlInstance ServerA,ServerB\instanceB
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentProxy.html b/social/card-html/Get-DbaAgentProxy.html
new file mode 100644
index 00000000..f19c39e8
--- /dev/null
+++ b/social/card-html/Get-DbaAgentProxy.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentProxy
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentProxy
+
+
Retrieves SQL Server Agent proxy accounts and their associated credentials from target instances.
+
+
Example
+
Get-DbaAgentProxy -SqlInstance ServerA,ServerB\instanceB
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentSchedule.html b/social/card-html/Get-DbaAgentSchedule.html
new file mode 100644
index 00000000..f34f8125
--- /dev/null
+++ b/social/card-html/Get-DbaAgentSchedule.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentSchedule
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentSchedule
+
+
Retrieves SQL Agent shared schedules with detailed timing and recurrence information.
+
+
Example
+
Get-DbaAgentSchedule -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAgentServer.html b/social/card-html/Get-DbaAgentServer.html
new file mode 100644
index 00000000..2063ba27
--- /dev/null
+++ b/social/card-html/Get-DbaAgentServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAgentServer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAgentServer
+
+
Retrieves SQL Server Agent service configuration and status information
+
+
Example
+
Get-DbaAgentServer -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAvailabilityGroup.html b/social/card-html/Get-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..ff75ae6d
--- /dev/null
+++ b/social/card-html/Get-DbaAvailabilityGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Get -DbaAvailabilityGroup
+
+
Retrieves Availability Group configuration and status information from SQL Server instances.
+
+
Example
+
Get-DbaAvailabilityGroup -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaAvailableCollation.html b/social/card-html/Get-DbaAvailableCollation.html
new file mode 100644
index 00000000..0936c621
--- /dev/null
+++ b/social/card-html/Get-DbaAvailableCollation.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaAvailableCollation
+
+
+
+
+
+
>
+
+
+
+ Get-Dba AvailableCollation
+
+
Retrieves all available collations from SQL Server instances with detailed locale and code page information
+
+
Example
+
Get-DbaAvailableCollation -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaBackupDevice.html b/social/card-html/Get-DbaBackupDevice.html
new file mode 100644
index 00000000..814ebb6b
--- /dev/null
+++ b/social/card-html/Get-DbaBackupDevice.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaBackupDevice
+
+
+
+
+
+
>
+
+
+
+ Get -DbaBackupDevice
+
+
Retrieves configured backup devices from SQL Server instances for inventory and management
+
+
Example
+
Get-DbaBackupDevice -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaBinaryFileTable.html b/social/card-html/Get-DbaBinaryFileTable.html
new file mode 100644
index 00000000..df753914
--- /dev/null
+++ b/social/card-html/Get-DbaBinaryFileTable.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaBinaryFileTable
+
+
+
+
+
+
>
+
+
+
+ Get -DbaBinaryFileTable
+
+
Identifies tables containing binary columns and their associated filename columns for file extraction operations.
+
+
Example
+
Get-DbaBinaryFileTable -SqlInstance sqlcs -Database test
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaBuild.html b/social/card-html/Get-DbaBuild.html
new file mode 100644
index 00000000..1aa11917
--- /dev/null
+++ b/social/card-html/Get-DbaBuild.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaBuild
+
+
+
+
+
+
>
+
+
+
+ Get -DbaBuild
+
+
Retrieves detailed SQL Server build information including service pack, cumulative update, KB articles, and support lifecycle dates
+
+
Example
+
Get-DbaBuild -Build "12.00.4502"
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaClientAlias.html b/social/card-html/Get-DbaClientAlias.html
new file mode 100644
index 00000000..c53dea5e
--- /dev/null
+++ b/social/card-html/Get-DbaClientAlias.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaClientAlias
+
+
+
+
+
+
>
+
+
+
+ Get -DbaClientAlias
+
+
Retrieves SQL Server client aliases from the Windows registry on local or remote computers
+
+
Example
+
Get-DbaClientAlias
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaClientProtocol.html b/social/card-html/Get-DbaClientProtocol.html
new file mode 100644
index 00000000..bfe22562
--- /dev/null
+++ b/social/card-html/Get-DbaClientProtocol.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaClientProtocol
+
+
+
+
+
+
>
+
+
+
+ Get -DbaClientProtocol
+
+
Retrieves SQL Server client network protocol configuration and status from local or remote computers.
+
+
Example
+
Get-DbaClientProtocol -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCmConnection.html b/social/card-html/Get-DbaCmConnection.html
new file mode 100644
index 00000000..5a5a46cb
--- /dev/null
+++ b/social/card-html/Get-DbaCmConnection.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaCmConnection
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCmConnection
+
+
Retrieves cached Windows Management and CIM connections used by dbatools commands
+
+
Example
+
Get-DbaCmConnection
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCmObject.html b/social/card-html/Get-DbaCmObject.html
new file mode 100644
index 00000000..3cdac247
--- /dev/null
+++ b/social/card-html/Get-DbaCmObject.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaCmObject
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCmObject
+
+
Retrieves Windows system information from SQL Server hosts using WMI/CIM with intelligent connection fallback.
+
+
Example
+
Get-DbaCmObject win32_OperatingSystem
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaComputerCertificate.html b/social/card-html/Get-DbaComputerCertificate.html
new file mode 100644
index 00000000..4007c9a1
--- /dev/null
+++ b/social/card-html/Get-DbaComputerCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaComputerCertificate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaComputerCertificate
+
+
Retrieves X.509 certificates from Windows certificate stores that can be used for SQL Server TLS encryption
+
+
Example
+
Get-DbaComputerCertificate
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaComputerSystem.html b/social/card-html/Get-DbaComputerSystem.html
new file mode 100644
index 00000000..931060cd
--- /dev/null
+++ b/social/card-html/Get-DbaComputerSystem.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaComputerSystem
+
+
+
+
+
+
>
+
+
+
+ Get -DbaComputerSystem
+
+
Retrieves comprehensive hardware and system information from Windows computers hosting SQL Server instances.
+
+
Example
+
Get-DbaComputerSystem
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaConnectedInstance.html b/social/card-html/Get-DbaConnectedInstance.html
new file mode 100644
index 00000000..94121d46
--- /dev/null
+++ b/social/card-html/Get-DbaConnectedInstance.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaConnectedInstance
+
+
+
+
+
+
>
+
+
+
+ Get -DbaConnectedInstance
+
+
Returns SQL Server instances currently cached in the dbatools connection pool
+
+
Example
+
Get-DbaConnectedInstance
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaConnection.html b/social/card-html/Get-DbaConnection.html
new file mode 100644
index 00000000..4b3f2d19
--- /dev/null
+++ b/social/card-html/Get-DbaConnection.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaConnection
+
+
+
+
+
+
>
+
+
+
+ Get -DbaConnection
+
+
Returns a bunch of information from dm_exec_connections.
+
+
Example
+
Get-DbaConnection -SqlInstance sql2016, sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCpuRingBuffer.html b/social/card-html/Get-DbaCpuRingBuffer.html
new file mode 100644
index 00000000..c17dfa6a
--- /dev/null
+++ b/social/card-html/Get-DbaCpuRingBuffer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaCpuRingBuffer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCpuRingBuffer
+
+
Retrieves historical CPU utilization data from SQL Server's internal ring buffer for performance analysis
+
+
Example
+
Get-DbaCpuRingBuffer -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCpuUsage.html b/social/card-html/Get-DbaCpuUsage.html
new file mode 100644
index 00000000..ef9ffbf6
--- /dev/null
+++ b/social/card-html/Get-DbaCpuUsage.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaCpuUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCpuUsage
+
+
Correlates SQL Server processes with Windows threads to identify which queries are consuming CPU resources
+
+
Example
+
Get-DbaCpuUsage -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCredential.html b/social/card-html/Get-DbaCredential.html
new file mode 100644
index 00000000..e9506107
--- /dev/null
+++ b/social/card-html/Get-DbaCredential.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaCredential
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCredential
+
+
Retrieves SQL Server Credentials configured for external authentication and resource access.
+
+
Example
+
Get-DbaCredential -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaCustomError.html b/social/card-html/Get-DbaCustomError.html
new file mode 100644
index 00000000..709407cc
--- /dev/null
+++ b/social/card-html/Get-DbaCustomError.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaCustomError
+
+
+
+
+
+
>
+
+
+
+ Get -DbaCustomError
+
+
Retrieves user-defined error messages from SQL Server instances for auditing and documentation.
+
+
Example
+
Get-DbaCustomError -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDatabase.html b/social/card-html/Get-DbaDatabase.html
new file mode 100644
index 00000000..f5e76045
--- /dev/null
+++ b/social/card-html/Get-DbaDatabase.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+ dbatools - Get-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDatabase
+
+
Retrieves database objects and metadata from SQL Server instances with advanced filtering and usage analytics.
+
+
Example
+
Get-DbaDatabase -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbAssembly.html b/social/card-html/Get-DbaDbAssembly.html
new file mode 100644
index 00000000..d698ba36
--- /dev/null
+++ b/social/card-html/Get-DbaDbAssembly.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbAssembly
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbAssembly
+
+
Retrieves CLR assemblies registered in SQL Server databases for security auditing and inventory management.
+
+
Example
+
Get-DbaDbAssembly -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbAsymmetricKey.html b/social/card-html/Get-DbaDbAsymmetricKey.html
new file mode 100644
index 00000000..cc086dbe
--- /dev/null
+++ b/social/card-html/Get-DbaDbAsymmetricKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbAsymmetricKey
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbAsymmetricKey
+
+
Retrieves asymmetric keys from SQL Server databases for encryption management and security auditing
+
+
Example
+
Get-DbaDbAsymmetricKey -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbBackupHistory.html b/social/card-html/Get-DbaDbBackupHistory.html
new file mode 100644
index 00000000..1b94fe88
--- /dev/null
+++ b/social/card-html/Get-DbaDbBackupHistory.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbBackupHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbBackupHistory
+
+
Retrieves backup history records from MSDB for analysis and compliance reporting.
+
+
Example
+
Get-DbaDbBackupHistory -SqlInstance SqlInstance2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbCertificate.html b/social/card-html/Get-DbaDbCertificate.html
new file mode 100644
index 00000000..85a18cb1
--- /dev/null
+++ b/social/card-html/Get-DbaDbCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbCertificate
+
+
Retrieves database-level certificates from SQL Server databases for security auditing and certificate management
+
+
Example
+
Get-DbaDbCertificate -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbCheckConstraint.html b/social/card-html/Get-DbaDbCheckConstraint.html
new file mode 100644
index 00000000..1401340d
--- /dev/null
+++ b/social/card-html/Get-DbaDbCheckConstraint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbCheckConstraint
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbCheckConstraint
+
+
Gets database Check constraints.
+
+
Example
+
Get-DbaDbCheckConstraint -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbCompatibility.html b/social/card-html/Get-DbaDbCompatibility.html
new file mode 100644
index 00000000..db2a198c
--- /dev/null
+++ b/social/card-html/Get-DbaDbCompatibility.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbCompatibility
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbCompatibility
+
+
Retrieves database compatibility levels from SQL Server instances for upgrade planning and compliance auditing.
+
+
Example
+
Get-DbaDbCompatibility -SqlInstance localhost\sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbCompression.html b/social/card-html/Get-DbaDbCompression.html
new file mode 100644
index 00000000..4f91360c
--- /dev/null
+++ b/social/card-html/Get-DbaDbCompression.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbCompression
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbCompression
+
+
Retrieves compression settings, sizes, and row counts for tables and indexes across SQL Server databases.
+
+
Example
+
Get-DbaDbCompression -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbDbccOpenTran.html b/social/card-html/Get-DbaDbDbccOpenTran.html
new file mode 100644
index 00000000..ea594c53
--- /dev/null
+++ b/social/card-html/Get-DbaDbDbccOpenTran.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbDbccOpenTran
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbDbccOpenTran
+
+
Identifies the oldest active transactions in database transaction logs using DBCC OPENTRAN
+
+
Example
+
Get-DbaDbDbccOpenTran -SqlInstance SQLServer2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbDetachedFileInfo.html b/social/card-html/Get-DbaDbDetachedFileInfo.html
new file mode 100644
index 00000000..70c471e3
--- /dev/null
+++ b/social/card-html/Get-DbaDbDetachedFileInfo.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbDetachedFileInfo
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbDetachedFileInfo
+
+
Reads detached SQL Server database files to extract metadata and file structure without attaching them.
+
+
Example
+
Get-DbaDbDetachedFileInfo -SqlInstance sql2016 -Path M:\Archive\mydb.mdf
+
+
+
+
+
+
\ No newline at end of file
diff --git a/social/card-html/Get-DbaDbEncryption.html b/social/card-html/Get-DbaDbEncryption.html
new file mode 100644
index 00000000..560c140f
--- /dev/null
+++ b/social/card-html/Get-DbaDbEncryption.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbEncryption
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbEncryption
+
+
Retrieves comprehensive encryption inventory from SQL Server databases including TDE status, certificates, and keys.
+
+
Example
+
Get-DbaDbEncryption -SqlInstance DEV01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbEncryptionKey.html b/social/card-html/Get-DbaDbEncryptionKey.html
new file mode 100644
index 00000000..1edbe859
--- /dev/null
+++ b/social/card-html/Get-DbaDbEncryptionKey.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+ dbatools - Get-DbaDbEncryptionKey
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbEncryptionKey
+
+
Retrieves Transparent Data Encryption (TDE) database encryption keys from SQL Server databases
+
+
Example
+
Get-DbaDbEncryptionKey -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbExtentDiff.html b/social/card-html/Get-DbaDbExtentDiff.html
new file mode 100644
index 00000000..0e410000
--- /dev/null
+++ b/social/card-html/Get-DbaDbExtentDiff.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbExtentDiff
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbExtentDiff
+
+
Calculates the percentage of database extents modified since the last full backup
+
+
Example
+
Get-DbaDbExtentDiff -SqlInstance SQL2016 -Database DBA
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbFeatureUsage.html b/social/card-html/Get-DbaDbFeatureUsage.html
new file mode 100644
index 00000000..57e1fef4
--- /dev/null
+++ b/social/card-html/Get-DbaDbFeatureUsage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbFeatureUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbFeatureUsage
+
+
Identifies Enterprise-edition features currently used in databases that prevent downgrading to Standard edition
+
+
Example
+
Get-DbaDatabase -SqlInstance sql2008 -Database testdb, db2 |
+Get-DbaDbFeatureUsage
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbFile.html b/social/card-html/Get-DbaDbFile.html
new file mode 100644
index 00000000..8da0b7dd
--- /dev/null
+++ b/social/card-html/Get-DbaDbFile.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbFile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbFile
+
+
Retrieves comprehensive database file information including size, growth, I/O statistics, and storage details.
+
+
Example
+
Get-DbaDbFile -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbFileGroup.html b/social/card-html/Get-DbaDbFileGroup.html
new file mode 100644
index 00000000..fb38850a
--- /dev/null
+++ b/social/card-html/Get-DbaDbFileGroup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbFileGroup
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbFileGroup
+
+
Retrieves filegroup configuration and storage details from SQL Server databases
+
+
Example
+
Get-DbaDbFileGroup -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbFileGrowth.html b/social/card-html/Get-DbaDbFileGrowth.html
new file mode 100644
index 00000000..0c2a9884
--- /dev/null
+++ b/social/card-html/Get-DbaDbFileGrowth.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbFileGrowth
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbFileGrowth
+
+
Retrieves database file auto-growth settings and maximum size limits
+
+
Example
+
Get-DbaDbFileGrowth -SqlInstance sql2017, sql2016, sql2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbFileMapping.html b/social/card-html/Get-DbaDbFileMapping.html
new file mode 100644
index 00000000..cf20ccca
--- /dev/null
+++ b/social/card-html/Get-DbaDbFileMapping.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Get-DbaDbFileMapping
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbFileMapping
+
+
Creates file mapping hashtable from existing database for use in restore operations
+
+
Example
+
$filemap = Get-DbaDbFileMapping -SqlInstance sql2016 -Database test |
+Restore-DbaDatabase -SqlInstance sql2019 -Database test -FileMapping $filemap.FileMapping
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbForeignKey.html b/social/card-html/Get-DbaDbForeignKey.html
new file mode 100644
index 00000000..f3b20a72
--- /dev/null
+++ b/social/card-html/Get-DbaDbForeignKey.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbForeignKey
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbForeignKey
+
+
Retrieves foreign key constraints from SQL Server database tables
+
+
Example
+
Get-DbaDbForeignKey -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbIdentity.html b/social/card-html/Get-DbaDbIdentity.html
new file mode 100644
index 00000000..4b95e2b2
--- /dev/null
+++ b/social/card-html/Get-DbaDbIdentity.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbIdentity
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbIdentity
+
+
Retrieves current identity values from tables without reseeding using DBCC CHECKIDENT
+
+
Example
+
Get-DbaDbIdentity -SqlInstance SQLServer2017 -Database AdventureWorks2014 -Table 'Production.ScrapReason'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbLogShipError.html b/social/card-html/Get-DbaDbLogShipError.html
new file mode 100644
index 00000000..0fa10c6e
--- /dev/null
+++ b/social/card-html/Get-DbaDbLogShipError.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbLogShipError
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbLogShipError
+
+
Retrieves log shipping error details from msdb to troubleshoot failed backup, copy, and restore operations
+
+
Example
+
Get-DbaDbLogShipError -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbLogSpace.html b/social/card-html/Get-DbaDbLogSpace.html
new file mode 100644
index 00000000..8f4280aa
--- /dev/null
+++ b/social/card-html/Get-DbaDbLogSpace.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbLogSpace
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbLogSpace
+
+
Retrieves transaction log space usage and capacity information from SQL Server databases.
+
+
Example
+
Get-DbaDbLogSpace -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMail.html b/social/card-html/Get-DbaDbMail.html
new file mode 100644
index 00000000..ee1d60f1
--- /dev/null
+++ b/social/card-html/Get-DbaDbMail.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMail
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMail
+
+
Retrieves Database Mail configuration including profiles, accounts, and settings from SQL Server instances
+
+
Example
+
Get-DbaDbMail -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailAccount.html b/social/card-html/Get-DbaDbMailAccount.html
new file mode 100644
index 00000000..86f3f4d9
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailAccount.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailAccount
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailAccount
+
+
Retrieves Database Mail account configurations from SQL Server instances
+
+
Example
+
Get-DbaDbMailAccount -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailConfig.html b/social/card-html/Get-DbaDbMailConfig.html
new file mode 100644
index 00000000..103e6eb9
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailConfig.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailConfig
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailConfig
+
+
Retrieves Database Mail configuration settings from SQL Server instances
+
+
Example
+
Get-DbaDbMailConfig -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailHistory.html b/social/card-html/Get-DbaDbMailHistory.html
new file mode 100644
index 00000000..ec30b58d
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailHistory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailHistory
+
+
Retrieves Database Mail history from SQL Server's msdb database for troubleshooting and compliance
+
+
Example
+
Get-DbaDbMailHistory -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailLog.html b/social/card-html/Get-DbaDbMailLog.html
new file mode 100644
index 00000000..238feea8
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailLog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailLog
+
+
Retrieves Database Mail event logs from msdb for troubleshooting email delivery issues
+
+
Example
+
Get-DbaDbMailLog -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailProfile.html b/social/card-html/Get-DbaDbMailProfile.html
new file mode 100644
index 00000000..3093ac08
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailProfile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailProfile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailProfile
+
+
Retrieves Database Mail profiles and their configuration details from SQL Server instances
+
+
Example
+
Get-DbaDbMailProfile -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMailServer.html b/social/card-html/Get-DbaDbMailServer.html
new file mode 100644
index 00000000..f0d20ebd
--- /dev/null
+++ b/social/card-html/Get-DbaDbMailServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMailServer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMailServer
+
+
Retrieves SMTP server configurations from SQL Server Database Mail accounts
+
+
Example
+
Get-DbaDbMailServer -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMasterKey.html b/social/card-html/Get-DbaDbMasterKey.html
new file mode 100644
index 00000000..5f39d985
--- /dev/null
+++ b/social/card-html/Get-DbaDbMasterKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMasterKey
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMasterKey
+
+
Retrieves database master key information from SQL Server databases
+
+
Example
+
Get-DbaDbMasterKey -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMemoryUsage.html b/social/card-html/Get-DbaDbMemoryUsage.html
new file mode 100644
index 00000000..dedc13a3
--- /dev/null
+++ b/social/card-html/Get-DbaDbMemoryUsage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMemoryUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMemoryUsage
+
+
Retrieves detailed buffer pool memory consumption by database and page type for performance analysis.
+
+
Example
+
Get-DbaDbMemoryUsage -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbMirror.html b/social/card-html/Get-DbaDbMirror.html
new file mode 100644
index 00000000..0525141b
--- /dev/null
+++ b/social/card-html/Get-DbaDbMirror.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbMirror
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbMirror
+
+
Retrieves database mirroring configuration and status for mirrored databases and their witness servers
+
+
Example
+
Get-DbaDbMirror -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbObjectTrigger.html b/social/card-html/Get-DbaDbObjectTrigger.html
new file mode 100644
index 00000000..ab57cd13
--- /dev/null
+++ b/social/card-html/Get-DbaDbObjectTrigger.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbObjectTrigger
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbObjectTrigger
+
+
Retrieves triggers attached to tables and views across SQL Server databases.
+
+
Example
+
Get-DbaDbObjectTrigger -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbOrphanUser.html b/social/card-html/Get-DbaDbOrphanUser.html
new file mode 100644
index 00000000..8443c86e
--- /dev/null
+++ b/social/card-html/Get-DbaDbOrphanUser.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbOrphanUser
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbOrphanUser
+
+
Get orphaned users.
+
+
Example
+
Get-DbaDbOrphanUser -SqlInstance localhost\sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbPageInfo.html b/social/card-html/Get-DbaDbPageInfo.html
new file mode 100644
index 00000000..7a5d6cdc
--- /dev/null
+++ b/social/card-html/Get-DbaDbPageInfo.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbPageInfo
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbPageInfo
+
+
Retrieves detailed page allocation information from SQL Server databases for storage analysis and troubleshooting
+
+
Example
+
Get-DbaDbPageInfo -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbPartitionFunction.html b/social/card-html/Get-DbaDbPartitionFunction.html
new file mode 100644
index 00000000..e6d5049f
--- /dev/null
+++ b/social/card-html/Get-DbaDbPartitionFunction.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbPartitionFunction
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbPartitionFunction
+
+
Retrieves partition function definitions and metadata from SQL Server databases.
+
+
Example
+
Get-DbaDbPartitionFunction -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbPartitionScheme.html b/social/card-html/Get-DbaDbPartitionScheme.html
new file mode 100644
index 00000000..78e3c3b9
--- /dev/null
+++ b/social/card-html/Get-DbaDbPartitionScheme.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbPartitionScheme
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbPartitionScheme
+
+
Retrieves partition schemes from SQL Server databases for table partitioning management.
+
+
Example
+
Get-DbaDbPartitionScheme -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbQueryStoreOption.html b/social/card-html/Get-DbaDbQueryStoreOption.html
new file mode 100644
index 00000000..4c67059b
--- /dev/null
+++ b/social/card-html/Get-DbaDbQueryStoreOption.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbQueryStoreOption
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbQueryStoreOption
+
+
Retrieves Query Store configuration settings from databases across SQL Server instances.
+
+
Example
+
Get-DbaDbQueryStoreOption -SqlInstance ServerA\sql
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbRecoveryModel.html b/social/card-html/Get-DbaDbRecoveryModel.html
new file mode 100644
index 00000000..1555c329
--- /dev/null
+++ b/social/card-html/Get-DbaDbRecoveryModel.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbRecoveryModel
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbRecoveryModel
+
+
Retrieves database recovery model settings and backup history information from SQL Server instances.
+
+
Example
+
Get-DbaDbRecoveryModel -SqlInstance sql2014 -RecoveryModel BulkLogged -Verbose
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbRestoreHistory.html b/social/card-html/Get-DbaDbRestoreHistory.html
new file mode 100644
index 00000000..43847355
--- /dev/null
+++ b/social/card-html/Get-DbaDbRestoreHistory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbRestoreHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbRestoreHistory
+
+
Retrieves database restore history from MSDB for compliance reporting and recovery analysis.
+
+
Example
+
Get-DbaDbRestoreHistory -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbRole.html b/social/card-html/Get-DbaDbRole.html
new file mode 100644
index 00000000..21affee1
--- /dev/null
+++ b/social/card-html/Get-DbaDbRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbRole
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbRole
+
+
Retrieves database roles from SQL Server instances for security auditing and permission analysis.
+
+
Example
+
Get-DbaDbRole -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbRoleMember.html b/social/card-html/Get-DbaDbRoleMember.html
new file mode 100644
index 00000000..1292d4aa
--- /dev/null
+++ b/social/card-html/Get-DbaDbRoleMember.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbRoleMember
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbRoleMember
+
+
Retrieves all users and nested roles that are members of database roles across SQL Server instances
+
+
Example
+
Get-DbaDbRoleMember -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbSchema.html b/social/card-html/Get-DbaDbSchema.html
new file mode 100644
index 00000000..d8c27bcf
--- /dev/null
+++ b/social/card-html/Get-DbaDbSchema.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbSchema
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbSchema
+
+
Retrieves database schema objects from SQL Server instances for inventory, security auditing, and management tasks
+
+
Example
+
Get-DbaDbSchema -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbSequence.html b/social/card-html/Get-DbaDbSequence.html
new file mode 100644
index 00000000..2b22437b
--- /dev/null
+++ b/social/card-html/Get-DbaDbSequence.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbSequence
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbSequence
+
+
Retrieves SQL Server sequence objects and their configuration details from specified databases.
+
+
Example
+
Get-DbaDbSequence -SqlInstance sqldev01 -Database TestDB -Sequence TestSequence
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbServiceBrokerQueue.html b/social/card-html/Get-DbaDbServiceBrokerQueue.html
new file mode 100644
index 00000000..09117260
--- /dev/null
+++ b/social/card-html/Get-DbaDbServiceBrokerQueue.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbServiceBrokerQueue
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbServiceBrokerQueue
+
+
Gets database service broker queues
+
+
Example
+
Get-DbaDbServiceBrokerQueue -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbServiceBrokerService.html b/social/card-html/Get-DbaDbServiceBrokerService.html
new file mode 100644
index 00000000..9c61dc6a
--- /dev/null
+++ b/social/card-html/Get-DbaDbServiceBrokerService.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbServiceBrokerService
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbServiceBrokerService
+
+
Retrieves Service Broker services from SQL Server databases for auditing and troubleshooting messaging configurations
+
+
Example
+
Get-DbaDbServiceBrokerService -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbSharePoint.html b/social/card-html/Get-DbaDbSharePoint.html
new file mode 100644
index 00000000..aa919e36
--- /dev/null
+++ b/social/card-html/Get-DbaDbSharePoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbSharePoint
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbSharePoint
+
+
Identifies all databases belonging to a SharePoint farm by querying the SharePoint Configuration database.
+
+
Example
+
Get-DbaDbSharePoint -SqlInstance sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbSnapshot.html b/social/card-html/Get-DbaDbSnapshot.html
new file mode 100644
index 00000000..502f1937
--- /dev/null
+++ b/social/card-html/Get-DbaDbSnapshot.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbSnapshot
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbSnapshot
+
+
Retrieves database snapshots with their source databases, creation times, and disk usage
+
+
Example
+
Get-DbaDbSnapshot -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbState.html b/social/card-html/Get-DbaDbState.html
new file mode 100644
index 00000000..ee6c1e76
--- /dev/null
+++ b/social/card-html/Get-DbaDbState.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbState
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbState
+
+
Retrieves database state information including read/write status, availability, and user access mode
+
+
Example
+
Get-DbaDbState -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbStoredProcedure.html b/social/card-html/Get-DbaDbStoredProcedure.html
new file mode 100644
index 00000000..0f7b4ed5
--- /dev/null
+++ b/social/card-html/Get-DbaDbStoredProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbStoredProcedure
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbStoredProcedure
+
+
Retrieves stored procedures from SQL Server databases with detailed metadata and filtering options
+
+
Example
+
Get-DbaDbStoredProcedure -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbSynonym.html b/social/card-html/Get-DbaDbSynonym.html
new file mode 100644
index 00000000..8be89242
--- /dev/null
+++ b/social/card-html/Get-DbaDbSynonym.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbSynonym
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbSynonym
+
+
Retrieves database synonyms and their target object mappings from SQL Server instances
+
+
Example
+
Get-DbaDbSynonym -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbTable.html b/social/card-html/Get-DbaDbTable.html
new file mode 100644
index 00000000..3f8a234e
--- /dev/null
+++ b/social/card-html/Get-DbaDbTable.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbTable
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbTable
+
+
Retrieves table metadata including space usage, row counts, and table features from SQL Server databases
+
+
Example
+
Get-DbaDbTable -SqlInstance DEV01 -Database Test1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbTrigger.html b/social/card-html/Get-DbaDbTrigger.html
new file mode 100644
index 00000000..e062a29f
--- /dev/null
+++ b/social/card-html/Get-DbaDbTrigger.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbTrigger
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbTrigger
+
+
Retrieves database-level DDL triggers from SQL Server instances for security auditing and change tracking analysis.
+
+
Example
+
Get-DbaDbTrigger -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbUdf.html b/social/card-html/Get-DbaDbUdf.html
new file mode 100644
index 00000000..df9b71ee
--- /dev/null
+++ b/social/card-html/Get-DbaDbUdf.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbUdf
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbUdf
+
+
Retrieves User Defined Functions and User Defined Aggregates from SQL Server databases with filtering and metadata
+
+
Example
+
Get-DbaDbUdf -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbUser.html b/social/card-html/Get-DbaDbUser.html
new file mode 100644
index 00000000..baa741bd
--- /dev/null
+++ b/social/card-html/Get-DbaDbUser.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbUser
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbUser
+
+
Retrieves database user accounts and their associated login mappings from SQL Server databases
+
+
Example
+
Get-DbaDbUser -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbUserDefinedTableType.html b/social/card-html/Get-DbaDbUserDefinedTableType.html
new file mode 100644
index 00000000..5f8a2220
--- /dev/null
+++ b/social/card-html/Get-DbaDbUserDefinedTableType.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbUserDefinedTableType
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbUserDefinedTableType
+
+
Retrieves user-defined table types from SQL Server databases
+
+
Example
+
Get-DbaDbUserDefinedTableType -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbView.html b/social/card-html/Get-DbaDbView.html
new file mode 100644
index 00000000..082f8bc1
--- /dev/null
+++ b/social/card-html/Get-DbaDbView.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbView
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbView
+
+
Retrieves SQL Server database views with metadata for documentation and analysis.
+
+
Example
+
Get-DbaDbView -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbVirtualLogFile.html b/social/card-html/Get-DbaDbVirtualLogFile.html
new file mode 100644
index 00000000..495d1721
--- /dev/null
+++ b/social/card-html/Get-DbaDbVirtualLogFile.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbVirtualLogFile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbVirtualLogFile
+
+
Retrieves detailed virtual log file (VLF) metadata from transaction logs for performance analysis and troubleshooting.
+
+
Example
+
Get-DbaDbVirtualLogFile -SqlInstance sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccHelp.html b/social/card-html/Get-DbaDbccHelp.html
new file mode 100644
index 00000000..926667a0
--- /dev/null
+++ b/social/card-html/Get-DbaDbccHelp.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccHelp
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccHelp
+
+
Retrieves syntax help and parameter information for DBCC commands
+
+
Example
+
Get-DbaDbccHelp -SqlInstance SQLInstance -Statement FREESYSTEMCACHE -Verbose |
+Format-List
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccMemoryStatus.html b/social/card-html/Get-DbaDbccMemoryStatus.html
new file mode 100644
index 00000000..d8d43b4c
--- /dev/null
+++ b/social/card-html/Get-DbaDbccMemoryStatus.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccMemoryStatus
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccMemoryStatus
+
+
Executes DBCC MEMORYSTATUS and returns memory usage details in a structured format
+
+
Example
+
Get-DbaDbccMemoryStatus -SqlInstance sqlcluster, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccProcCache.html b/social/card-html/Get-DbaDbccProcCache.html
new file mode 100644
index 00000000..213952a0
--- /dev/null
+++ b/social/card-html/Get-DbaDbccProcCache.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccProcCache
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccProcCache
+
+
Retrieves plan cache memory usage statistics from SQL Server instances
+
+
Example
+
Get-DbaDbccProcCache -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccSessionBuffer.html b/social/card-html/Get-DbaDbccSessionBuffer.html
new file mode 100644
index 00000000..4fec4cea
--- /dev/null
+++ b/social/card-html/Get-DbaDbccSessionBuffer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccSessionBuffer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccSessionBuffer
+
+
Retrieves session input or output buffer contents using DBCC INPUTBUFFER or DBCC OUTPUTBUFFER
+
+
Example
+
Get-DbaDbccSessionBuffer -SqlInstance Server1 -Operation InputBuffer -SessionId 51
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccStatistic.html b/social/card-html/Get-DbaDbccStatistic.html
new file mode 100644
index 00000000..08c7108a
--- /dev/null
+++ b/social/card-html/Get-DbaDbccStatistic.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccStatistic
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccStatistic
+
+
Retrieves statistics information from tables and indexed views for query performance analysis
+
+
Example
+
Get-DbaDbccStatistic -SqlInstance SQLServer2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDbccUserOption.html b/social/card-html/Get-DbaDbccUserOption.html
new file mode 100644
index 00000000..8d8f1686
--- /dev/null
+++ b/social/card-html/Get-DbaDbccUserOption.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaDbccUserOption
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDbccUserOption
+
+
Retrieves current session-level SET options and connection settings from SQL Server instances
+
+
Example
+
Get-DbaDbccUserOption -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDefaultPath.html b/social/card-html/Get-DbaDefaultPath.html
new file mode 100644
index 00000000..970498ef
--- /dev/null
+++ b/social/card-html/Get-DbaDefaultPath.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDefaultPath
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDefaultPath
+
+
Retrieves default file paths for SQL Server data, log, backup, and error log directories
+
+
Example
+
Get-DbaDefaultPath -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDependency.html b/social/card-html/Get-DbaDependency.html
new file mode 100644
index 00000000..ce7a61e7
--- /dev/null
+++ b/social/card-html/Get-DbaDependency.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDependency
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDependency
+
+
Maps SQL Server object dependencies and generates creation scripts in proper deployment order
+
+
Example
+
$table = ( Get-DbaDatabase -SqlInstance sql2012 -Database Northwind ) .tables |
+Where-Object Name -eq Customers
+$table | Get-DbaDependency
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDeprecatedFeature.html b/social/card-html/Get-DbaDeprecatedFeature.html
new file mode 100644
index 00000000..78afde0b
--- /dev/null
+++ b/social/card-html/Get-DbaDeprecatedFeature.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaDeprecatedFeature
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDeprecatedFeature
+
+
Identifies deprecated SQL Server features currently in use with their usage counts from performance counters.
+
+
Example
+
Get-DbaDeprecatedFeature -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDiskSpace.html b/social/card-html/Get-DbaDiskSpace.html
new file mode 100644
index 00000000..67426a77
--- /dev/null
+++ b/social/card-html/Get-DbaDiskSpace.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaDiskSpace
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDiskSpace
+
+
Retrieves disk space and filesystem details from SQL Server host systems for capacity monitoring and performance analysis.
+
+
Example
+
Get-DbaDiskSpace -ComputerName srv0042
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaDump.html b/social/card-html/Get-DbaDump.html
new file mode 100644
index 00000000..264f317b
--- /dev/null
+++ b/social/card-html/Get-DbaDump.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaDump
+
+
+
+
+
+
>
+
+
+
+ Get -DbaDump
+
+
Retrieves SQL Server memory dump file information from sys.dm_server_memory_dumps DMV.
+
+
Example
+
Get-DbaDump -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaEndpoint.html b/social/card-html/Get-DbaEndpoint.html
new file mode 100644
index 00000000..2155d5a0
--- /dev/null
+++ b/social/card-html/Get-DbaEndpoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Get -DbaEndpoint
+
+
Retrieves SQL Server endpoints with network connectivity details for troubleshooting and documentation.
+
+
Example
+
Get-DbaEndpoint -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaErrorLog.html b/social/card-html/Get-DbaErrorLog.html
new file mode 100644
index 00000000..48972eaf
--- /dev/null
+++ b/social/card-html/Get-DbaErrorLog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaErrorLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbaErrorLog
+
+
Retrieves SQL Server error log entries for troubleshooting and monitoring
+
+
Example
+
Get-DbaErrorLog -SqlInstance sql01\sharepoint
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaErrorLogConfig.html b/social/card-html/Get-DbaErrorLogConfig.html
new file mode 100644
index 00000000..bd54bac3
--- /dev/null
+++ b/social/card-html/Get-DbaErrorLogConfig.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaErrorLogConfig
+
+
+
+
+
+
>
+
+
+
+ Get -DbaErrorLogConfig
+
+
Retrieves SQL Server error log configuration settings including file count, size limits, and storage location
+
+
Example
+
Get-DbaErrorLogConfig -SqlInstance server2017, server2014
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaEstimatedCompletionTime.html b/social/card-html/Get-DbaEstimatedCompletionTime.html
new file mode 100644
index 00000000..5307ff0a
--- /dev/null
+++ b/social/card-html/Get-DbaEstimatedCompletionTime.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaEstimatedCompletionTime
+
+
+
+
+
+
>
+
+
+
+ Get -DbaEstimatedCompletionTime
+
+
Monitors progress and estimated completion times for long-running SQL Server operations
+
+
Example
+
Get-DbaEstimatedCompletionTime -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaExecutionPlan.html b/social/card-html/Get-DbaExecutionPlan.html
new file mode 100644
index 00000000..4af2733d
--- /dev/null
+++ b/social/card-html/Get-DbaExecutionPlan.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaExecutionPlan
+
+
+
+
+
+
>
+
+
+
+ Get -DbaExecutionPlan
+
+
Retrieves cached execution plans and metadata from SQL Server's plan cache
+
+
Example
+
Get-DbaExecutionPlan -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaExtendedProperty.html b/social/card-html/Get-DbaExtendedProperty.html
new file mode 100644
index 00000000..e901b918
--- /dev/null
+++ b/social/card-html/Get-DbaExtendedProperty.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaExtendedProperty
+
+
+
+
+
+
>
+
+
+
+ Get -DbaExtendedProperty
+
+
Retrieves custom metadata and documentation stored as extended properties on SQL Server objects
+
+
Example
+
Get-DbaExtendedProperty -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaExtendedProtection.html b/social/card-html/Get-DbaExtendedProtection.html
new file mode 100644
index 00000000..034c1fe9
--- /dev/null
+++ b/social/card-html/Get-DbaExtendedProtection.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaExtendedProtection
+
+
+
+
+
+
>
+
+
+
+ Get -DbaExtendedProtection
+
+
Retrieves Extended Protection authentication settings from SQL Server network configuration.
+
+
Example
+
Get-DbaExtendedProtection
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaExternalProcess.html b/social/card-html/Get-DbaExternalProcess.html
new file mode 100644
index 00000000..dfcb6fdf
--- /dev/null
+++ b/social/card-html/Get-DbaExternalProcess.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaExternalProcess
+
+
+
+
+
+
>
+
+
+
+ Get -DbaExternalProcess
+
+
Retrieves operating system processes spawned by SQL Server instances
+
+
Example
+
Get-DbaExternalProcess -ComputerName SERVER01, SERVER02
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaFeature.html b/social/card-html/Get-DbaFeature.html
new file mode 100644
index 00000000..808f82ec
--- /dev/null
+++ b/social/card-html/Get-DbaFeature.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaFeature
+
+
+
+
+
+
>
+
+
+
+ Get -DbaFeature
+
+
Discovers installed SQL Server features and components across multiple servers
+
+
Example
+
Get-DbaFeature -ComputerName sql2017, sql2016, sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaFile.html b/social/card-html/Get-DbaFile.html
new file mode 100644
index 00000000..de8a83ce
--- /dev/null
+++ b/social/card-html/Get-DbaFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaFile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaFile
+
+
Enumerates files and directories on remote SQL Server instances using xp_dirtree
+
+
Example
+
Get-DbaFile -SqlInstance sqlserver2014a -Path E:\Dir1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaFilestream.html b/social/card-html/Get-DbaFilestream.html
new file mode 100644
index 00000000..3c5facbc
--- /dev/null
+++ b/social/card-html/Get-DbaFilestream.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+ dbatools - Get-DbaFilestream
+
+
+
+
+
+
>
+
+
+
+ Get -DbaFilestream
+
+
Retrieves FileStream configuration status at both the SQL Server service and instance levels.
+
+
Example
+
Get-DbaFilestream -SqlInstance server1\instance2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaFirewallRule.html b/social/card-html/Get-DbaFirewallRule.html
new file mode 100644
index 00000000..8f0dc855
--- /dev/null
+++ b/social/card-html/Get-DbaFirewallRule.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaFirewallRule
+
+
+
+
+
+
>
+
+
+
+ Get -DbaFirewallRule
+
+
Retrieves Windows firewall rules for SQL Server components from target computers for network troubleshooting and security auditing.
+
+
Example
+
Get-DbaFirewallRule -SqlInstance SRV1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaForceNetworkEncryption.html b/social/card-html/Get-DbaForceNetworkEncryption.html
new file mode 100644
index 00000000..213ce11b
--- /dev/null
+++ b/social/card-html/Get-DbaForceNetworkEncryption.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaForceNetworkEncryption
+
+
+
+
+
+
>
+
+
+
+ Get -DbaForceNetworkEncryption
+
+
Retrieves Force Network Encryption configuration from SQL Server's network settings
+
+
Example
+
Get-DbaForceNetworkEncryption
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaHelpIndex.html b/social/card-html/Get-DbaHelpIndex.html
new file mode 100644
index 00000000..3e8e5a75
--- /dev/null
+++ b/social/card-html/Get-DbaHelpIndex.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaHelpIndex
+
+
+
+
+
+
>
+
+
+
+ Get -DbaHelpIndex
+
+
Retrieves comprehensive index and statistics information from SQL Server databases for performance analysis and optimization.
+
+
Example
+
Get-DbaHelpIndex -SqlInstance localhost -Database MyDB
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaHideInstance.html b/social/card-html/Get-DbaHideInstance.html
new file mode 100644
index 00000000..4e017375
--- /dev/null
+++ b/social/card-html/Get-DbaHideInstance.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaHideInstance
+
+
+
+
+
+
>
+
+
+
+ Get -DbaHideInstance
+
+
Retrieves the Hide Instance setting from SQL Server registry configuration
+
+
Example
+
Get-DbaHideInstance
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstalledPatch.html b/social/card-html/Get-DbaInstalledPatch.html
new file mode 100644
index 00000000..0c1c2d84
--- /dev/null
+++ b/social/card-html/Get-DbaInstalledPatch.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstalledPatch
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstalledPatch
+
+
Retrieves installed SQL Server patches from Windows Registry for patch compliance and audit reporting.
+
+
Example
+
Get-DbaInstalledPatch -ComputerName HiramSQL1, HiramSQL2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceAudit.html b/social/card-html/Get-DbaInstanceAudit.html
new file mode 100644
index 00000000..ec2174f8
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceAudit.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceAudit
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceAudit
+
+
Retrieves SQL Server audit objects from instance-level security auditing configurations.
+
+
Example
+
Get-DbaInstanceAudit -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceAuditSpecification.html b/social/card-html/Get-DbaInstanceAuditSpecification.html
new file mode 100644
index 00000000..c0178e89
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceAuditSpecification.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceAuditSpecification
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceAuditSpecification
+
+
Retrieves server-level audit specifications from SQL Server instances for compliance and security monitoring
+
+
Example
+
Get-DbaInstanceAuditSpecification -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceInstallDate.html b/social/card-html/Get-DbaInstanceInstallDate.html
new file mode 100644
index 00000000..6c5bc687
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceInstallDate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceInstallDate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceInstallDate
+
+
Retrieves SQL Server installation dates by querying system tables for compliance auditing and infrastructure tracking.
+
+
Example
+
Get-DbaInstanceInstallDate -SqlInstance SqlBox1\Instance2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceProperty.html b/social/card-html/Get-DbaInstanceProperty.html
new file mode 100644
index 00000000..ed95baa9
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceProperty.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceProperty
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceProperty
+
+
Retrieves comprehensive SQL Server instance configuration properties for auditing and comparison
+
+
Example
+
Get-DbaInstanceProperty -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceProtocol.html b/social/card-html/Get-DbaInstanceProtocol.html
new file mode 100644
index 00000000..6bee7a1f
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceProtocol.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceProtocol
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceProtocol
+
+
Retrieves SQL Server network protocol configuration and status from target computers.
+
+
Example
+
Get-DbaInstanceProtocol -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceTrigger.html b/social/card-html/Get-DbaInstanceTrigger.html
new file mode 100644
index 00000000..d32df8fe
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceTrigger.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceTrigger
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceTrigger
+
+
Retrieves server-level DDL triggers from SQL Server instances for auditing and documentation
+
+
Example
+
Get-DbaInstanceTrigger -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaInstanceUserOption.html b/social/card-html/Get-DbaInstanceUserOption.html
new file mode 100644
index 00000000..d6b0542e
--- /dev/null
+++ b/social/card-html/Get-DbaInstanceUserOption.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaInstanceUserOption
+
+
+
+
+
+
>
+
+
+
+ Get -DbaInstanceUserOption
+
+
Retrieves instance-level user option defaults that affect new database connections
+
+
Example
+
Get-DbaInstanceUserOption -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaIoLatency.html b/social/card-html/Get-DbaIoLatency.html
new file mode 100644
index 00000000..64520586
--- /dev/null
+++ b/social/card-html/Get-DbaIoLatency.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaIoLatency
+
+
+
+
+
+
>
+
+
+
+ Get -DbaIoLatency
+
+
Retrieves I/O latency metrics for all database files to identify storage performance bottlenecks
+
+
Example
+
Get-DbaIoLatency -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaKbUpdate.html b/social/card-html/Get-DbaKbUpdate.html
new file mode 100644
index 00000000..72e5ec75
--- /dev/null
+++ b/social/card-html/Get-DbaKbUpdate.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaKbUpdate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaKbUpdate
+
+
Retrieves detailed metadata and download links for Microsoft KB updates from the update catalog
+
+
Example
+
Get-DbaKbUpdate -Name KB4057119
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLastGoodCheckDb.html b/social/card-html/Get-DbaLastGoodCheckDb.html
new file mode 100644
index 00000000..72669bef
--- /dev/null
+++ b/social/card-html/Get-DbaLastGoodCheckDb.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaLastGoodCheckDb
+
+
+
+
+
+
>
+
+
+
+ Get -DbaLastGoodCheckDb
+
+
Retrieves the last successful DBCC CHECKDB timestamp and integrity status for databases
+
+
Example
+
Get-DbaLastGoodCheckDb -SqlInstance ServerA\sql987
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLatchStatistic.html b/social/card-html/Get-DbaLatchStatistic.html
new file mode 100644
index 00000000..1b526bdb
--- /dev/null
+++ b/social/card-html/Get-DbaLatchStatistic.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaLatchStatistic
+
+
+
+
+
+
>
+
+
+
+ Get-Dba -LatchStatistic
+
+
Retrieves latch contention statistics from SQL Server to identify performance bottlenecks
+
+
Example
+
Get-DbaLatchStatistic -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLinkedServer.html b/social/card-html/Get-DbaLinkedServer.html
new file mode 100644
index 00000000..c6b5c2ab
--- /dev/null
+++ b/social/card-html/Get-DbaLinkedServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaLinkedServer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaLinkedServer
+
+
Retrieves linked server configurations and connection details from SQL Server instances.
+
+
Example
+
Get-DbaLinkedServer -SqlInstance DEV01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLinkedServerLogin.html b/social/card-html/Get-DbaLinkedServerLogin.html
new file mode 100644
index 00000000..32e70a92
--- /dev/null
+++ b/social/card-html/Get-DbaLinkedServerLogin.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaLinkedServerLogin
+
+
+
+
+
+
>
+
+
+
+ Get -DbaLinkedServerLogin
+
+
Retrieves linked server login mappings and authentication configurations from SQL Server instances.
+
+
Example
+
Get-DbaLinkedServerLogin -SqlInstance sql01 -LinkedServer linkedServer1 -LocalLogin login1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLocaleSetting.html b/social/card-html/Get-DbaLocaleSetting.html
new file mode 100644
index 00000000..60de29b3
--- /dev/null
+++ b/social/card-html/Get-DbaLocaleSetting.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaLocaleSetting
+
+
+
+
+
+
>
+
+
+
+ Get -DbaLocaleSetting
+
+
Retrieves Windows locale settings from the registry on SQL Server computers for regional configuration analysis.
+
+
Example
+
Get-DbaLocaleSetting -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaLogin.html b/social/card-html/Get-DbaLogin.html
new file mode 100644
index 00000000..4c6be3a1
--- /dev/null
+++ b/social/card-html/Get-DbaLogin.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Get -DbaLogin
+
+
Retrieves SQL Server login accounts with filtering options for security audits and access management
+
+
Example
+
Get-DbaLogin -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaMaintenanceSolutionLog.html b/social/card-html/Get-DbaMaintenanceSolutionLog.html
new file mode 100644
index 00000000..214c8840
--- /dev/null
+++ b/social/card-html/Get-DbaMaintenanceSolutionLog.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaMaintenanceSolutionLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbaMaintenanceSolutionLog
+
+
Parses IndexOptimize text log files from Ola Hallengren's MaintenanceSolution when database logging is disabled.
+
+
Example
+
Get-DbaMaintenanceSolutionLog -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaManagementObject.html b/social/card-html/Get-DbaManagementObject.html
new file mode 100644
index 00000000..9664bad8
--- /dev/null
+++ b/social/card-html/Get-DbaManagementObject.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaManagementObject
+
+
+
+
+
+
>
+
+
+
+ Get -DbaManagementObject
+
+
Discovers installed SQL Server Management Object (SMO) assemblies and their load status
+
+
Example
+
Get-DbaManagementObject
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaMemoryCondition.html b/social/card-html/Get-DbaMemoryCondition.html
new file mode 100644
index 00000000..5a1b7901
--- /dev/null
+++ b/social/card-html/Get-DbaMemoryCondition.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaMemoryCondition
+
+
+
+
+
+
>
+
+
+
+ Get -DbaMemoryCondition
+
+
Retrieves memory pressure notifications and utilization metrics from SQL Server resource monitor ring buffers.
+
+
Example
+
Get-DbaMemoryCondition -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaMemoryUsage.html b/social/card-html/Get-DbaMemoryUsage.html
new file mode 100644
index 00000000..47ff9d54
--- /dev/null
+++ b/social/card-html/Get-DbaMemoryUsage.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaMemoryUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaMemoryUsage
+
+
Collects memory usage statistics from all SQL Server services using Windows performance counters
+
+
Example
+
Get-DbaMemoryUsage -ComputerName sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaModule.html b/social/card-html/Get-DbaModule.html
new file mode 100644
index 00000000..6ca5e4b7
--- /dev/null
+++ b/social/card-html/Get-DbaModule.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaModule
+
+
+
+
+
+
>
+
+
+
+ Get -DbaModule
+
+
Retrieves database modules (stored procedures, functions, views, triggers) modified after a specified date
+
+
Example
+
Get-DbaModule -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaNetworkActivity.html b/social/card-html/Get-DbaNetworkActivity.html
new file mode 100644
index 00000000..85edb844
--- /dev/null
+++ b/social/card-html/Get-DbaNetworkActivity.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaNetworkActivity
+
+
+
+
+
+
>
+
+
+
+ Get -DbaNetworkActivity
+
+
Retrieves real-time network traffic statistics for all network interfaces on SQL Server host computers.
+
+
Example
+
Get-DbaNetworkActivity -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaNetworkCertificate.html b/social/card-html/Get-DbaNetworkCertificate.html
new file mode 100644
index 00000000..3e03bd90
--- /dev/null
+++ b/social/card-html/Get-DbaNetworkCertificate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaNetworkCertificate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaNetworkCertificate
+
+
Retrieves the certificate currently configured for SQL Server network encryption.
+
+
Example
+
Get-DbaNetworkCertificate -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaNetworkConfiguration.html b/social/card-html/Get-DbaNetworkConfiguration.html
new file mode 100644
index 00000000..c49cf8f1
--- /dev/null
+++ b/social/card-html/Get-DbaNetworkConfiguration.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaNetworkConfiguration
+
+
+
+
+
+
>
+
+
+
+ Get -DbaNetworkConfiguration
+
+
Retrieves SQL Server network protocols, TCP/IP settings, and SSL certificate configuration
+
+
Example
+
Get-DbaNetworkConfiguration -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaOleDbProvider.html b/social/card-html/Get-DbaOleDbProvider.html
new file mode 100644
index 00000000..fb2e6847
--- /dev/null
+++ b/social/card-html/Get-DbaOleDbProvider.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaOleDbProvider
+
+
+
+
+
+
>
+
+
+
+ Get -DbaOleDbProvider
+
+
Retrieves OLE DB provider configurations registered with SQL Server for linked servers and distributed queries
+
+
Example
+
Get-DbaOleDbProvider -SqlInstance SqlBox1\Instance2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaOpenTransaction.html b/social/card-html/Get-DbaOpenTransaction.html
new file mode 100644
index 00000000..ae12287c
--- /dev/null
+++ b/social/card-html/Get-DbaOpenTransaction.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaOpenTransaction
+
+
+
+
+
+
>
+
+
+
+ Get -DbaOpenTransaction
+
+
Retrieves detailed information about open database transactions across SQL Server instances.
+
+
Example
+
Get-DbaOpenTransaction -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaOperatingSystem.html b/social/card-html/Get-DbaOperatingSystem.html
new file mode 100644
index 00000000..c24ea2f1
--- /dev/null
+++ b/social/card-html/Get-DbaOperatingSystem.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaOperatingSystem
+
+
+
+
+
+
>
+
+
+
+ Get -DbaOperatingSystem
+
+
Retrieves comprehensive Windows operating system details from SQL Server host machines.
+
+
Example
+
Get-DbaOperatingSystem
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPageFileSetting.html b/social/card-html/Get-DbaPageFileSetting.html
new file mode 100644
index 00000000..707c5390
--- /dev/null
+++ b/social/card-html/Get-DbaPageFileSetting.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPageFileSetting
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPageFileSetting
+
+
Retrieves Windows page file configuration from SQL Server host computers for performance analysis.
+
+
Example
+
Get-DbaPageFileSetting -ComputerName ServerA, ServerB
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmCategory.html b/social/card-html/Get-DbaPbmCategory.html
new file mode 100644
index 00000000..05fc1dcf
--- /dev/null
+++ b/social/card-html/Get-DbaPbmCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmCategory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmCategory
+
+
Retrieves Policy-Based Management categories from SQL Server instances for governance and compliance management.
+
+
Example
+
Get-DbaPbmCategory -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmCategorySubscription.html b/social/card-html/Get-DbaPbmCategorySubscription.html
new file mode 100644
index 00000000..d72ca107
--- /dev/null
+++ b/social/card-html/Get-DbaPbmCategorySubscription.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmCategorySubscription
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmCategorySubscription
+
+
Retrieves database subscriptions to Policy-Based Management categories that control automatic policy evaluation.
+
+
Example
+
Get-DbaPbmCategorySubscription -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmCondition.html b/social/card-html/Get-DbaPbmCondition.html
new file mode 100644
index 00000000..ae454c7b
--- /dev/null
+++ b/social/card-html/Get-DbaPbmCondition.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmCondition
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmCondition
+
+
Retrieves Policy-Based Management conditions from SQL Server instances for compliance monitoring and policy evaluation.
+
+
Example
+
Get-DbaPbmCondition -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmObjectSet.html b/social/card-html/Get-DbaPbmObjectSet.html
new file mode 100644
index 00000000..e23a1538
--- /dev/null
+++ b/social/card-html/Get-DbaPbmObjectSet.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmObjectSet
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmObjectSet
+
+
Retrieves Policy-Based Management object sets from SQL Server instances
+
+
Example
+
Get-DbaPbmObjectSet -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmPolicy.html b/social/card-html/Get-DbaPbmPolicy.html
new file mode 100644
index 00000000..d39426b1
--- /dev/null
+++ b/social/card-html/Get-DbaPbmPolicy.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmPolicy
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmPolicy
+
+
Retrieves Policy-Based Management policies from SQL Server instances for compliance auditing and configuration review.
+
+
Example
+
Get-DbaPbmPolicy -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPbmStore.html b/social/card-html/Get-DbaPbmStore.html
new file mode 100644
index 00000000..afcc8243
--- /dev/null
+++ b/social/card-html/Get-DbaPbmStore.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPbmStore
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPbmStore
+
+
Retrieves the Policy-Based Management store object from SQL Server instances.
+
+
Example
+
Get-DbaPbmStore -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPermission.html b/social/card-html/Get-DbaPermission.html
new file mode 100644
index 00000000..606f37b8
--- /dev/null
+++ b/social/card-html/Get-DbaPermission.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaPermission
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPermission
+
+
Retrieves explicit and implicit permissions across SQL Server instances and databases for security auditing
+
+
Example
+
Get-DbaPermission -SqlInstance ServerA\sql987
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfAvailableCounter.html b/social/card-html/Get-DbaPfAvailableCounter.html
new file mode 100644
index 00000000..5f9707a9
--- /dev/null
+++ b/social/card-html/Get-DbaPfAvailableCounter.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfAvailableCounter
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfAvailableCounter
+
+
Retrieves all Windows performance counters available on local or remote machines for monitoring setup.
+
+
Example
+
Get-DbaPfAvailableCounter
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfDataCollector.html b/social/card-html/Get-DbaPfDataCollector.html
new file mode 100644
index 00000000..11e33145
--- /dev/null
+++ b/social/card-html/Get-DbaPfDataCollector.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfDataCollector
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfDataCollector
+
+
Retrieves Windows Performance Monitor data collectors and their configuration details from local or remote computers.
+
+
Example
+
Get-DbaPfDataCollector
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfDataCollectorCounter.html b/social/card-html/Get-DbaPfDataCollectorCounter.html
new file mode 100644
index 00000000..e80c06ee
--- /dev/null
+++ b/social/card-html/Get-DbaPfDataCollectorCounter.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfDataCollectorCounter
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfDataCollectorCounter
+
+
Retrieves performance counter configurations from Windows Performance Monitor Data Collector Sets.
+
+
Example
+
Get-DbaPfDataCollectorCounter
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfDataCollectorCounterSample.html b/social/card-html/Get-DbaPfDataCollectorCounterSample.html
new file mode 100644
index 00000000..183c5081
--- /dev/null
+++ b/social/card-html/Get-DbaPfDataCollectorCounterSample.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfDataCollectorCounterSample
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfDataCollectorCounterSample
+
+
Retrieves real-time performance counter samples from SQL Server systems for monitoring and troubleshooting.
+
+
Example
+
Get-DbaPfDataCollectorCounterSample
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfDataCollectorSet.html b/social/card-html/Get-DbaPfDataCollectorSet.html
new file mode 100644
index 00000000..fc29e496
--- /dev/null
+++ b/social/card-html/Get-DbaPfDataCollectorSet.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfDataCollectorSet
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfDataCollectorSet
+
+
Retrieves Windows Performance Monitor Data Collector Sets and their configuration details.
+
+
Example
+
Get-DbaPfDataCollectorSet
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPfDataCollectorSetTemplate.html b/social/card-html/Get-DbaPfDataCollectorSetTemplate.html
new file mode 100644
index 00000000..0310c2c3
--- /dev/null
+++ b/social/card-html/Get-DbaPfDataCollectorSetTemplate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPfDataCollectorSetTemplate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPfDataCollectorSetTemplate
+
+
Retrieves Windows Performance Monitor templates designed for SQL Server monitoring and troubleshooting.
+
+
Example
+
Get-DbaPfDataCollectorSetTemplate
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPlanCache.html b/social/card-html/Get-DbaPlanCache.html
new file mode 100644
index 00000000..48f50bc6
--- /dev/null
+++ b/social/card-html/Get-DbaPlanCache.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPlanCache
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPlanCache
+
+
Retrieves single-use plan cache usage to identify memory waste from adhoc and prepared statements
+
+
Example
+
Get-DbaPlanCache -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPowerPlan.html b/social/card-html/Get-DbaPowerPlan.html
new file mode 100644
index 00000000..ab7106f1
--- /dev/null
+++ b/social/card-html/Get-DbaPowerPlan.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaPowerPlan
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPowerPlan
+
+
Retrieves Windows Power Plan configuration from SQL Server hosts to verify High Performance settings.
+
+
Example
+
Get-DbaPowerPlan -ComputerName sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaPrivilege.html b/social/card-html/Get-DbaPrivilege.html
new file mode 100644
index 00000000..497de590
--- /dev/null
+++ b/social/card-html/Get-DbaPrivilege.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaPrivilege
+
+
+
+
+
+
>
+
+
+
+ Get -DbaPrivilege
+
+
Retrieves Windows security privileges critical for SQL Server performance from target computers.
+
+
Example
+
Get-DbaPrivilege -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaProcess.html b/social/card-html/Get-DbaProcess.html
new file mode 100644
index 00000000..8b9461ff
--- /dev/null
+++ b/social/card-html/Get-DbaProcess.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaProcess
+
+
+
+
+
+
>
+
+
+
+ Get -DbaProcess
+
+
Retrieves active SQL Server processes and sessions with detailed connection and activity information.
+
+
Example
+
Get-DbaProcess -SqlInstance sqlserver2014a -Login base\ctrlb, sa
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaProductKey.html b/social/card-html/Get-DbaProductKey.html
new file mode 100644
index 00000000..9fc28541
--- /dev/null
+++ b/social/card-html/Get-DbaProductKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaProductKey
+
+
+
+
+
+
>
+
+
+
+ Get -DbaProductKey
+
+
Retrieves SQL Server product keys from registry data for license compliance and inventory management.
+
+
Example
+
Get-DbaProductKey -ComputerName winxp, sqlservera, sqlserver2014a, win2k8
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaQueryExecutionTime.html b/social/card-html/Get-DbaQueryExecutionTime.html
new file mode 100644
index 00000000..dba51e1f
--- /dev/null
+++ b/social/card-html/Get-DbaQueryExecutionTime.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaQueryExecutionTime
+
+
+
+
+
+
>
+
+
+
+ Get -DbaQueryExecutionTime
+
+
Retrieves stored procedures and SQL statements with the highest CPU execution times from SQL Server instances.
+
+
Example
+
Get-DbaQueryExecutionTime -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRandomizedDataset.html b/social/card-html/Get-DbaRandomizedDataset.html
new file mode 100644
index 00000000..f087eefb
--- /dev/null
+++ b/social/card-html/Get-DbaRandomizedDataset.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaRandomizedDataset
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRandomizedDataset
+
+
Generates random test data using predefined templates for development and testing scenarios
+
+
Example
+
Get-DbaRandomizedDataset -Template Personaldata
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRandomizedDatasetTemplate.html b/social/card-html/Get-DbaRandomizedDatasetTemplate.html
new file mode 100644
index 00000000..b9447183
--- /dev/null
+++ b/social/card-html/Get-DbaRandomizedDatasetTemplate.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaRandomizedDatasetTemplate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRandomizedDatasetTemplate
+
+
Retrieves JSON template files that define column structures for generating realistic test data
+
+
Example
+
Get-DbaRandomizedDatasetTemplate
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRandomizedType.html b/social/card-html/Get-DbaRandomizedType.html
new file mode 100644
index 00000000..bc254d7c
--- /dev/null
+++ b/social/card-html/Get-DbaRandomizedType.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaRandomizedType
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRandomizedType
+
+
Lists available data types and subtypes for generating realistic test data during database masking operations
+
+
Example
+
Get-DbaRandomizedType
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRandomizedValue.html b/social/card-html/Get-DbaRandomizedValue.html
new file mode 100644
index 00000000..11b9ca11
--- /dev/null
+++ b/social/card-html/Get-DbaRandomizedValue.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaRandomizedValue
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRandomizedValue
+
+
Generates random data values for SQL Server data types or specialized data patterns for data masking and test data creation
+
+
Example
+
Get-DbaRandomizedValue -DataType bit
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRegServer.html b/social/card-html/Get-DbaRegServer.html
new file mode 100644
index 00000000..85d650fa
--- /dev/null
+++ b/social/card-html/Get-DbaRegServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRegServer
+
+
Retrieves registered SQL Server instances from SSMS, Azure Data Studio, and Central Management Server
+
+
Example
+
Get-DbaRegServer
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRegServerGroup.html b/social/card-html/Get-DbaRegServerGroup.html
new file mode 100644
index 00000000..1e74ff1e
--- /dev/null
+++ b/social/card-html/Get-DbaRegServerGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaRegServerGroup
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRegServerGroup
+
+
Retrieves server group objects from SQL Server Central Management Server (CMS) for organized server management.
+
+
Example
+
Get-DbaRegServerGroup -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRegServerStore.html b/social/card-html/Get-DbaRegServerStore.html
new file mode 100644
index 00000000..a5fb895a
--- /dev/null
+++ b/social/card-html/Get-DbaRegServerStore.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaRegServerStore
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRegServerStore
+
+
Creates a RegisteredServersStore object for managing Central Management Server configurations
+
+
Example
+
Get-DbaRegServerStore -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRegistryRoot.html b/social/card-html/Get-DbaRegistryRoot.html
new file mode 100644
index 00000000..0d017e07
--- /dev/null
+++ b/social/card-html/Get-DbaRegistryRoot.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaRegistryRoot
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRegistryRoot
+
+
Discovers Windows registry root paths for SQL Server instances to enable direct registry configuration access
+
+
Example
+
Get-DbaRegistryRoot
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplArticle.html b/social/card-html/Get-DbaReplArticle.html
new file mode 100644
index 00000000..b2698829
--- /dev/null
+++ b/social/card-html/Get-DbaReplArticle.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaReplArticle
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplArticle
+
+
Retrieves detailed information about replication articles from SQL Server publications.
+
+
Example
+
Get-DbaReplArticle -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplArticleColumn.html b/social/card-html/Get-DbaReplArticleColumn.html
new file mode 100644
index 00000000..ba1fce8e
--- /dev/null
+++ b/social/card-html/Get-DbaReplArticleColumn.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaReplArticleColumn
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplArticleColumn
+
+
Retrieves column-level replication configuration details for SQL Server publication articles.
+
+
Example
+
Get-DbaReplArticleColumn -SqlInstance sqlserver2019
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplDistributor.html b/social/card-html/Get-DbaReplDistributor.html
new file mode 100644
index 00000000..bba26019
--- /dev/null
+++ b/social/card-html/Get-DbaReplDistributor.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaReplDistributor
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplDistributor
+
+
Retrieves replication distributor configuration and status information from SQL Server instances.
+
+
Example
+
Get-DbaReplDistributor -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplPublication.html b/social/card-html/Get-DbaReplPublication.html
new file mode 100644
index 00000000..61874cd8
--- /dev/null
+++ b/social/card-html/Get-DbaReplPublication.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaReplPublication
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplPublication
+
+
Retrieves replication publications from SQL Server instances, including transactional, merge, and snapshot publications.
+
+
Example
+
Get-DbaReplPublication -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplPublisher.html b/social/card-html/Get-DbaReplPublisher.html
new file mode 100644
index 00000000..691e7e51
--- /dev/null
+++ b/social/card-html/Get-DbaReplPublisher.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaReplPublisher
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplPublisher
+
+
Retrieves SQL Server replication publisher configuration and status from distribution servers.
+
+
Example
+
Get-DbaReplPublisher -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplServer.html b/social/card-html/Get-DbaReplServer.html
new file mode 100644
index 00000000..7880eae9
--- /dev/null
+++ b/social/card-html/Get-DbaReplServer.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaReplServer
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplServer
+
+
Retrieves replication configuration and server role information from SQL Server instances
+
+
Example
+
Get-DbaReplServer -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaReplSubscription.html b/social/card-html/Get-DbaReplSubscription.html
new file mode 100644
index 00000000..19e4ac46
--- /dev/null
+++ b/social/card-html/Get-DbaReplSubscription.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaReplSubscription
+
+
+
+
+
+
>
+
+
+
+ Get -DbaReplSubscription
+
+
Retrieves SQL Server replication subscription details for publications across instances.
+
+
Example
+
Get-DbaReplSubscription -SqlInstance mssql1
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaResourceGovernor.html b/social/card-html/Get-DbaResourceGovernor.html
new file mode 100644
index 00000000..a5074b41
--- /dev/null
+++ b/social/card-html/Get-DbaResourceGovernor.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaResourceGovernor
+
+
+
+
+
+
>
+
+
+
+ Get -DbaResourceGovernor
+
+
Retrieves Resource Governor configuration and status from SQL Server instances
+
+
Example
+
Get-DbaResourceGovernor -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRgClassifierFunction.html b/social/card-html/Get-DbaRgClassifierFunction.html
new file mode 100644
index 00000000..61b546b5
--- /dev/null
+++ b/social/card-html/Get-DbaRgClassifierFunction.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaRgClassifierFunction
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRgClassifierFunction
+
+
Retrieves the Resource Governor classifier function configured for workload group assignment
+
+
Example
+
Get-DbaRgClassifierFunction -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRgResourcePool.html b/social/card-html/Get-DbaRgResourcePool.html
new file mode 100644
index 00000000..c8305770
--- /dev/null
+++ b/social/card-html/Get-DbaRgResourcePool.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaRgResourcePool
+
+
+
+
+
+
>
+
+
+
+ Get-Dba RgResourcePool
+
+
Retrieves SQL Server Resource Governor resource pools with their CPU, memory, and IOPS configuration settings
+
+
Example
+
Get-DbaRgResourcePool -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRgWorkloadGroup.html b/social/card-html/Get-DbaRgWorkloadGroup.html
new file mode 100644
index 00000000..9be81293
--- /dev/null
+++ b/social/card-html/Get-DbaRgWorkloadGroup.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaRgWorkloadGroup
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRgWorkloadGroup
+
+
Retrieves Resource Governor workload groups from SQL Server instances
+
+
Example
+
Get-DbaRgWorkloadGroup -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaRunningJob.html b/social/card-html/Get-DbaRunningJob.html
new file mode 100644
index 00000000..2f1fe73c
--- /dev/null
+++ b/social/card-html/Get-DbaRunningJob.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaRunningJob
+
+
+
+
+
+
>
+
+
+
+ Get -DbaRunningJob
+
+
Retrieves SQL Server Agent jobs that are currently executing
+
+
Example
+
Get-DbaRunningJob -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSchemaChangeHistory.html b/social/card-html/Get-DbaSchemaChangeHistory.html
new file mode 100644
index 00000000..1c1f3c5c
--- /dev/null
+++ b/social/card-html/Get-DbaSchemaChangeHistory.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaSchemaChangeHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSchemaChangeHistory
+
+
Retrieves DDL change history from the SQL Server default system trace
+
+
Example
+
Get-DbaSchemaChangeHistory -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaServerRole.html b/social/card-html/Get-DbaServerRole.html
new file mode 100644
index 00000000..318b59e1
--- /dev/null
+++ b/social/card-html/Get-DbaServerRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaServerRole
+
+
+
+
+
+
>
+
+
+
+ Get -DbaServerRole
+
+
Retrieves server-level security roles and their members from SQL Server instances.
+
+
Example
+
Get-DbaServerRole -SqlInstance sql2016a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaServerRoleMember.html b/social/card-html/Get-DbaServerRoleMember.html
new file mode 100644
index 00000000..c1d414a4
--- /dev/null
+++ b/social/card-html/Get-DbaServerRoleMember.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaServerRoleMember
+
+
+
+
+
+
>
+
+
+
+ Get -DbaServerRoleMember
+
+
Retrieves server-level role memberships for security auditing and compliance reporting.
+
+
Example
+
Get-DbaServerRoleMember -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaService.html b/social/card-html/Get-DbaService.html
new file mode 100644
index 00000000..213fb29d
--- /dev/null
+++ b/social/card-html/Get-DbaService.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaService
+
+
+
+
+
+
>
+
+
+
+ Get -DbaService
+
+
Retrieves SQL Server-related Windows services from local or remote computers.
+
+
Example
+
Get-DbaService -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSpConfigure.html b/social/card-html/Get-DbaSpConfigure.html
new file mode 100644
index 00000000..1e30c46c
--- /dev/null
+++ b/social/card-html/Get-DbaSpConfigure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaSpConfigure
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSpConfigure
+
+
Retrieves SQL Server sp_configure settings with default value comparisons for configuration auditing
+
+
Example
+
Get-DbaSpConfigure -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSpinLockStatistic.html b/social/card-html/Get-DbaSpinLockStatistic.html
new file mode 100644
index 00000000..e7e47c7b
--- /dev/null
+++ b/social/card-html/Get-DbaSpinLockStatistic.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaSpinLockStatistic
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSpinLockStatistic
+
+
Retrieves spinlock contention statistics from SQL Server's internal synchronization mechanisms
+
+
Example
+
Get-DbaSpinLockStatistic -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSpn.html b/social/card-html/Get-DbaSpn.html
new file mode 100644
index 00000000..d3e45fe2
--- /dev/null
+++ b/social/card-html/Get-DbaSpn.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaSpn
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSpn
+
+
Retrieves existing Service Principal Names (SPNs) from Active Directory for SQL Server services
+
+
Example
+
Get-DbaSpn -ComputerName SQLSERVERA -Credential ad\sqldba
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSsisEnvironmentVariable.html b/social/card-html/Get-DbaSsisEnvironmentVariable.html
new file mode 100644
index 00000000..d92d6e0c
--- /dev/null
+++ b/social/card-html/Get-DbaSsisEnvironmentVariable.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaSsisEnvironmentVariable
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSsisEnvironmentVariable
+
+
Retrieves environment variables from SSIS Catalog with decrypted sensitive values
+
+
Example
+
Get-DbaSsisEnvironmentVariable -SqlInstance localhost -Environment DEV -Folder DWH_ETL
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSsisExecutionHistory.html b/social/card-html/Get-DbaSsisExecutionHistory.html
new file mode 100644
index 00000000..b1e80d35
--- /dev/null
+++ b/social/card-html/Get-DbaSsisExecutionHistory.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaSsisExecutionHistory
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSsisExecutionHistory
+
+
Retrieves SSIS package execution history from the SSIS catalog database (SSISDB).
+
+
Example
+
Get-DbaSsisExecutionHistory -SqlInstance SMTQ01 -Folder SMTQ_PRC
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaStartupParameter.html b/social/card-html/Get-DbaStartupParameter.html
new file mode 100644
index 00000000..ad195b08
--- /dev/null
+++ b/social/card-html/Get-DbaStartupParameter.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaStartupParameter
+
+
+
+
+
+
>
+
+
+
+ Get -DbaStartupParameter
+
+
Retrieves SQL Server startup parameters from the Windows service configuration
+
+
Example
+
Get-DbaStartupParameter -SqlInstance sql2014
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaStartupProcedure.html b/social/card-html/Get-DbaStartupProcedure.html
new file mode 100644
index 00000000..a265786d
--- /dev/null
+++ b/social/card-html/Get-DbaStartupProcedure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaStartupProcedure
+
+
+
+
+
+
>
+
+
+
+ Get -DbaStartupProcedure
+
+
Retrieves stored procedures configured to run automatically when SQL Server starts up.
+
+
Example
+
Get-DbaStartupProcedure -SqlInstance SqlBox1\Instance2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaSuspectPage.html b/social/card-html/Get-DbaSuspectPage.html
new file mode 100644
index 00000000..21e93770
--- /dev/null
+++ b/social/card-html/Get-DbaSuspectPage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaSuspectPage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaSuspectPage
+
+
Retrieves suspect page records from msdb database for corruption detection and analysis
+
+
Example
+
Get-DbaSuspectPage -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaTcpPort.html b/social/card-html/Get-DbaTcpPort.html
new file mode 100644
index 00000000..adeb599e
--- /dev/null
+++ b/social/card-html/Get-DbaTcpPort.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaTcpPort
+
+
+
+
+
+
>
+
+
+
+ Get -DbaTcpPort
+
+
Returns the TCP port used by the specified SQL Server.
+
+
Example
+
Get-DbaTcpPort -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaTempdbUsage.html b/social/card-html/Get-DbaTempdbUsage.html
new file mode 100644
index 00000000..73b767a6
--- /dev/null
+++ b/social/card-html/Get-DbaTempdbUsage.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaTempdbUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaTempdbUsage
+
+
Gets TempDB usage for running queries.
+
+
Example
+
Get-DbaTempdbUsage -SqlInstance localhost\SQLDEV2K14
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaTopResourceUsage.html b/social/card-html/Get-DbaTopResourceUsage.html
new file mode 100644
index 00000000..d42c86da
--- /dev/null
+++ b/social/card-html/Get-DbaTopResourceUsage.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaTopResourceUsage
+
+
+
+
+
+
>
+
+
+
+ Get -DbaTopResourceUsage
+
+
Identifies the most resource-intensive cached queries from sys.dm_exec_query_stats for performance troubleshooting
+
+
Example
+
Get-DbaTopResourceUsage -SqlInstance sql2008, sql2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaTrace.html b/social/card-html/Get-DbaTrace.html
new file mode 100644
index 00000000..df80a57a
--- /dev/null
+++ b/social/card-html/Get-DbaTrace.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbaTrace
+
+
+
+
+
+
>
+
+
+
+ Get -DbaTrace
+
+
Retrieves SQL Server trace information including status, file paths, and configuration details
+
+
Example
+
Get-DbaTrace -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaTraceFlag.html b/social/card-html/Get-DbaTraceFlag.html
new file mode 100644
index 00000000..4e8ee484
--- /dev/null
+++ b/social/card-html/Get-DbaTraceFlag.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaTraceFlag
+
+
+
+
+
+
>
+
+
+
+ Get -DbaTraceFlag
+
+
Retrieves currently enabled global trace flags from SQL Server instances.
+
+
Example
+
Get-DbaTraceFlag -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaUptime.html b/social/card-html/Get-DbaUptime.html
new file mode 100644
index 00000000..7a74c7c6
--- /dev/null
+++ b/social/card-html/Get-DbaUptime.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaUptime
+
+
+
+
+
+
>
+
+
+
+ Get -DbaUptime
+
+
Retrieves uptime information for SQL Server instances and their hosting Windows servers
+
+
Example
+
Get-DbaUptime -SqlInstance SqlBox1\Instance2
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaUserPermission.html b/social/card-html/Get-DbaUserPermission.html
new file mode 100644
index 00000000..2111454a
--- /dev/null
+++ b/social/card-html/Get-DbaUserPermission.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbaUserPermission
+
+
+
+
+
+
>
+
+
+
+ Get -DbaUserPermission
+
+
Audits comprehensive security permissions across SQL Server instances using DISA STIG methodology
+
+
Example
+
Get-DbaUserPermission -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWaitResource.html b/social/card-html/Get-DbaWaitResource.html
new file mode 100644
index 00000000..d6468d69
--- /dev/null
+++ b/social/card-html/Get-DbaWaitResource.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWaitResource
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWaitResource
+
+
Translates wait resource strings into human-readable database object information for troubleshooting
+
+
Example
+
Get-DbaWaitResource -SqlInstance server1 -WaitResource 'PAGE: 10:1:9180084'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWaitStatistic.html b/social/card-html/Get-DbaWaitStatistic.html
new file mode 100644
index 00000000..9b0116ba
--- /dev/null
+++ b/social/card-html/Get-DbaWaitStatistic.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWaitStatistic
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWaitStatistic
+
+
Retrieves SQL Server wait statistics for performance analysis and troubleshooting
+
+
Example
+
Get-DbaWaitStatistic -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWaitingTask.html b/social/card-html/Get-DbaWaitingTask.html
new file mode 100644
index 00000000..a3edcbc8
--- /dev/null
+++ b/social/card-html/Get-DbaWaitingTask.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWaitingTask
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWaitingTask
+
+
Retrieves detailed information about currently waiting sessions and their wait types from SQL Server dynamic management views.
+
+
Example
+
Get-DbaWaitingTask -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWindowsLog.html b/social/card-html/Get-DbaWindowsLog.html
new file mode 100644
index 00000000..e780000f
--- /dev/null
+++ b/social/card-html/Get-DbaWindowsLog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWindowsLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWindowsLog
+
+
Retrieves and parses SQL Server error log entries from the file system for analysis and troubleshooting
+
+
Example
+
$ErrorLogs = Get-DbaWindowsLog -SqlInstance sql01\sharepoint
+$ErrorLogs | Where-Object ErrorNumber -eq 18456
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcAvailableDisk.html b/social/card-html/Get-DbaWsfcAvailableDisk.html
new file mode 100644
index 00000000..49584365
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcAvailableDisk.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcAvailableDisk
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcAvailableDisk
+
+
Retrieves shared storage disks available for clustering but not yet assigned to a Windows Server Failover Cluster.
+
+
Example
+
Get-DbaWsfcAvailableDisk -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcCluster.html b/social/card-html/Get-DbaWsfcCluster.html
new file mode 100644
index 00000000..774e8552
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcCluster.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcCluster
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcCluster
+
+
Retrieves Windows Server Failover Cluster configuration and status information for SQL Server high availability environments.
+
+
Example
+
Get-DbaWsfcCluster -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcDisk.html b/social/card-html/Get-DbaWsfcDisk.html
new file mode 100644
index 00000000..e7967370
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcDisk.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcDisk
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcDisk
+
+
Retrieves detailed information about clustered physical disks from Windows Server Failover Clusters.
+
+
Example
+
Get-DbaWsfcDisk -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcNetwork.html b/social/card-html/Get-DbaWsfcNetwork.html
new file mode 100644
index 00000000..ac2d67c2
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcNetwork.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcNetwork
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcNetwork
+
+
Retrieves network configuration details from Windows Server Failover Clustering for SQL Server high availability troubleshooting.
+
+
Example
+
Get-DbaWsfcNetwork -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcNetworkInterface.html b/social/card-html/Get-DbaWsfcNetworkInterface.html
new file mode 100644
index 00000000..0f7e8c86
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcNetworkInterface.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcNetworkInterface
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcNetworkInterface
+
+
Retrieves network interface configuration from Windows Server Failover Cluster nodes.
+
+
Example
+
Get-DbaWsfcNetworkInterface -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcNode.html b/social/card-html/Get-DbaWsfcNode.html
new file mode 100644
index 00000000..6d186af3
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcNode.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcNode
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcNode
+
+
Retrieves detailed node information from Windows Server Failover Clusters hosting SQL Server instances.
+
+
Example
+
Get-DbaWsfcNode -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcResource.html b/social/card-html/Get-DbaWsfcResource.html
new file mode 100644
index 00000000..1cb86d6a
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcResource.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcResource
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcResource
+
+
Retrieves detailed information about cluster resources in a Windows Server Failover Cluster
+
+
Example
+
Get-DbaWsfcResource -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcResourceGroup.html b/social/card-html/Get-DbaWsfcResourceGroup.html
new file mode 100644
index 00000000..47d43b10
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcResourceGroup.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcResourceGroup
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcResourceGroup
+
+
Retrieves Windows Server Failover Cluster resource group status and ownership information
+
+
Example
+
Get-DbaWsfcResourceGroup -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcResourceType.html b/social/card-html/Get-DbaWsfcResourceType.html
new file mode 100644
index 00000000..46e8a62a
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcResourceType.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcResourceType
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcResourceType
+
+
Retrieves available resource types from Windows Server Failover Cluster for SQL Server FCI configuration.
+
+
Example
+
Get-DbaWsfcResourceType -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcRole.html b/social/card-html/Get-DbaWsfcRole.html
new file mode 100644
index 00000000..ee5cb984
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcRole.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcRole
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcRole
+
+
Retrieves Windows Server Failover Cluster role status and ownership information for SQL Server monitoring
+
+
Example
+
Get-DbaWsfcRole -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaWsfcSharedVolume.html b/social/card-html/Get-DbaWsfcSharedVolume.html
new file mode 100644
index 00000000..a2728060
--- /dev/null
+++ b/social/card-html/Get-DbaWsfcSharedVolume.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaWsfcSharedVolume
+
+
+
+
+
+
>
+
+
+
+ Get -DbaWsfcSharedVolume
+
+
Retrieves Cluster Shared Volume configuration and status from Windows Server Failover Clusters hosting SQL Server instances.
+
+
Example
+
Get-DbaWsfcSharedVolume -ComputerName cluster01
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXEObject.html b/social/card-html/Get-DbaXEObject.html
new file mode 100644
index 00000000..334d6005
--- /dev/null
+++ b/social/card-html/Get-DbaXEObject.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaXEObject
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXEObject
+
+
Retrieves Extended Events objects available for monitoring and troubleshooting on SQL Server instances.
+
+
Example
+
Get-DbaXEObject -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXESession.html b/social/card-html/Get-DbaXESession.html
new file mode 100644
index 00000000..a83123bc
--- /dev/null
+++ b/social/card-html/Get-DbaXESession.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXESession
+
+
Retrieves Extended Events sessions with detailed configuration and status information from SQL Server instances.
+
+
Example
+
Get-DbaXESession -SqlInstance ServerA\sql987
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXESessionTarget.html b/social/card-html/Get-DbaXESessionTarget.html
new file mode 100644
index 00000000..168f0124
--- /dev/null
+++ b/social/card-html/Get-DbaXESessionTarget.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaXESessionTarget
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXESessionTarget
+
+
Retrieves Extended Events session targets with their configurations and file locations.
+
+
Example
+
Get-DbaXESessionTarget -SqlInstance ServerA\sql987 -Session system_health
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXESessionTargetFile.html b/social/card-html/Get-DbaXESessionTargetFile.html
new file mode 100644
index 00000000..f373bbe8
--- /dev/null
+++ b/social/card-html/Get-DbaXESessionTargetFile.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaXESessionTargetFile
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXESessionTargetFile
+
+
Retrieves physical Extended Events target files from the file system for analysis and troubleshooting.
+
+
Example
+
Get-DbaXESessionTargetFile -SqlInstance sql2017 -Session 'Long Running Queries'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXESessionTemplate.html b/social/card-html/Get-DbaXESessionTemplate.html
new file mode 100644
index 00000000..374c5044
--- /dev/null
+++ b/social/card-html/Get-DbaXESessionTemplate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbaXESessionTemplate
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXESessionTemplate
+
+
Retrieves metadata from Extended Event session templates to help you discover and select pre-built monitoring solutions.
+
+
Example
+
Get-DbaXESessionTemplate
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbaXEStore.html b/social/card-html/Get-DbaXEStore.html
new file mode 100644
index 00000000..be10b5f4
--- /dev/null
+++ b/social/card-html/Get-DbaXEStore.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Get-DbaXEStore
+
+
+
+
+
+
>
+
+
+
+ Get -DbaXEStore
+
+
Retrieves the Extended Events store object for managing XEvent sessions and configurations
+
+
Example
+
Get-DbaXEStore -SqlInstance ServerA\sql987
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsChangeLog.html b/social/card-html/Get-DbatoolsChangeLog.html
new file mode 100644
index 00000000..e3017bb5
--- /dev/null
+++ b/social/card-html/Get-DbatoolsChangeLog.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsChangeLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsChangeLog
+
+
Opens the dbatools release changelog in your default browser
+
+
Example
+
Get-DbatoolsChangeLog
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsConfig.html b/social/card-html/Get-DbatoolsConfig.html
new file mode 100644
index 00000000..43ad31aa
--- /dev/null
+++ b/social/card-html/Get-DbatoolsConfig.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsConfig
+
+
Retrieves dbatools module configuration settings and preferences.
+
+
Example
+
Get-DbatoolsConfig 'Mail.To'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsConfigValue.html b/social/card-html/Get-DbatoolsConfigValue.html
new file mode 100644
index 00000000..d5f8644d
--- /dev/null
+++ b/social/card-html/Get-DbatoolsConfigValue.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsConfigValue
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsConfigValue
+
+
Retrieves a specific dbatools configuration value by its exact name.
+
+
Example
+
Get-DbatoolsConfigValue -Name 'System.MailServer'
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsError.html b/social/card-html/Get-DbatoolsError.html
new file mode 100644
index 00000000..fbfc7ca4
--- /dev/null
+++ b/social/card-html/Get-DbatoolsError.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsError
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsError
+
+
Retrieves detailed error information from failed dbatools commands for troubleshooting
+
+
Example
+
Get-DbatoolsError
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsLog.html b/social/card-html/Get-DbatoolsLog.html
new file mode 100644
index 00000000..7812acb0
--- /dev/null
+++ b/social/card-html/Get-DbatoolsLog.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsLog
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsLog
+
+
Retrieves internal log entries and error messages from dbatools module execution
+
+
Example
+
Get-DbatoolsLog
+
+
+
+
+
+
diff --git a/social/card-html/Get-DbatoolsPath.html b/social/card-html/Get-DbatoolsPath.html
new file mode 100644
index 00000000..ccc8715c
--- /dev/null
+++ b/social/card-html/Get-DbatoolsPath.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Get-DbatoolsPath
+
+
+
+
+
+
>
+
+
+
+ Get -DbatoolsPath
+
+
Retrieves configured file paths used by dbatools functions for storing temporary files, logs, and output data.
+
+
Example
+
Get-DbatoolsPath -Name 'temp'
+
+
+
+
+
+
diff --git a/social/card-html/Grant-DbaAgPermission.html b/social/card-html/Grant-DbaAgPermission.html
new file mode 100644
index 00000000..994304ec
--- /dev/null
+++ b/social/card-html/Grant-DbaAgPermission.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Grant-DbaAgPermission
+
+
+
+
+
+
>
+
+
+
+ Grant -DbaAgPermission
+
+
Grants specific permissions to logins for availability groups and database mirroring endpoints.
+
+
Example
+
Grant-DbaAgPermission -SqlInstance sql2017a -Type AvailabilityGroup -AvailabilityGroup SharePoint -Permission CreateAnyDatabase
+
+
+
+
+
+
diff --git a/social/card-html/Import-Command.html b/social/card-html/Import-Command.html
new file mode 100644
index 00000000..83e6ae5c
--- /dev/null
+++ b/social/card-html/Import-Command.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Import-Command
+
+
+
+
+
+
>
+
+
+
+ Import -Command
+
+
Import a PowerShell command from an external source.
+
+
Example
+
Import-Command -Path "C:\commands.ps1"
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbaBinaryFile.html b/social/card-html/Import-DbaBinaryFile.html
new file mode 100644
index 00000000..1d9daa61
--- /dev/null
+++ b/social/card-html/Import-DbaBinaryFile.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Import-DbaBinaryFile
+
+
+
+
+
+
>
+
+
+
+ Import -DbaBinaryFile
+
+
Loads binary files from the filesystem into SQL Server database tables
+
+
Example
+
Get-ChildItem C:\photos |
+Import-DbaBinaryFile -SqlInstance sqlcs -Database employees -Table photos
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbaCsv.html b/social/card-html/Import-DbaCsv.html
new file mode 100644
index 00000000..ed6dcb85
--- /dev/null
+++ b/social/card-html/Import-DbaCsv.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Import-DbaCsv
+
+
+
+
+
+
>
+
+
+
+ Import -DbaCsv
+
+
Imports CSV files into SQL Server tables using high-performance bulk copy operations.
+
+
Example
+
$splat = @{
+ Path = "C:\temp\housing.csv"
+ SqlInstance = "sql001"
+ Database = "markets"
+}
+Import-DbaCsv @splat
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbaPfDataCollectorSetTemplate.html b/social/card-html/Import-DbaPfDataCollectorSetTemplate.html
new file mode 100644
index 00000000..005c90a7
--- /dev/null
+++ b/social/card-html/Import-DbaPfDataCollectorSetTemplate.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Import-DbaPfDataCollectorSetTemplate
+
+
+
+
+
+
>
+
+
+
+ Import -DbaPfDataCollectorSetTemplate
+
+
Creates Windows Performance Monitor data collector sets with SQL Server-specific performance counters from predefined templates.
+
+
Example
+
$splat = @{
+ ComputerName = "sql2017"
+ Template = "Long Running Query"
+}
+Import-DbaPfDataCollectorSetTemplate @splat
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbaRegServer.html b/social/card-html/Import-DbaRegServer.html
new file mode 100644
index 00000000..b13324f9
--- /dev/null
+++ b/social/card-html/Import-DbaRegServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Import-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Import -DbaRegServer
+
+
Imports registered servers and server groups into SQL Server Central Management Server from XML files, other CMS instances, or custom objects
+
+
Example
+
Import-DbaRegServer -SqlInstance sql2012 -Path C:\temp\corp-regservers.xml
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbaXESessionTemplate.html b/social/card-html/Import-DbaXESessionTemplate.html
new file mode 100644
index 00000000..f40b73f7
--- /dev/null
+++ b/social/card-html/Import-DbaXESessionTemplate.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Import-DbaXESessionTemplate
+
+
+
+
+
+
>
+
+
+
+ Import -DbaXESessionTemplate
+
+
Creates Extended Events sessions from XML templates on SQL Server instances
+
+
Example
+
Import-DbaXESessionTemplate -SqlInstance sql2017 -Template "15 Second IO Error"
+
+
+
+
+
+
diff --git a/social/card-html/Import-DbatoolsConfig.html b/social/card-html/Import-DbatoolsConfig.html
new file mode 100644
index 00000000..ed7aa3b8
--- /dev/null
+++ b/social/card-html/Import-DbatoolsConfig.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Import-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Import -DbatoolsConfig
+
+
Imports dbatools configuration settings from JSON files or default module paths.
+
+
Example
+
Import-DbatoolsConfig -Path '.\config.json'
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaAgentAdminAlert.html b/social/card-html/Install-DbaAgentAdminAlert.html
new file mode 100644
index 00000000..99402bb9
--- /dev/null
+++ b/social/card-html/Install-DbaAgentAdminAlert.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaAgentAdminAlert
+
+
+
+
+
+
>
+
+
+
+ Install -DbaAgentAdminAlert
+
+
Creates standard SQL Server Agent alerts for critical system errors and disk I/O failures
+
+
Example
+
Install-DbaAgentAdminAlert -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaDarlingData.html b/social/card-html/Install-DbaDarlingData.html
new file mode 100644
index 00000000..f66262f1
--- /dev/null
+++ b/social/card-html/Install-DbaDarlingData.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Install-DbaDarlingData
+
+
+
+
+
+
>
+
+
+
+ Install -DbaDarlingData
+
+
Downloads and installs Erik Darling's performance monitoring stored procedures
+
+
Example
+
Install-DbaDarlingData -SqlInstance server1 -Database master
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaFirstResponderKit.html b/social/card-html/Install-DbaFirstResponderKit.html
new file mode 100644
index 00000000..fd5df05f
--- /dev/null
+++ b/social/card-html/Install-DbaFirstResponderKit.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaFirstResponderKit
+
+
+
+
+
+
>
+
+
+
+ Install -DbaFirstResponderKit
+
+
Downloads and installs Brent Ozar's First Responder Kit diagnostic stored procedures.
+
+
Example
+
Install-DbaFirstResponderKit -SqlInstance server1 -Database master
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaInstance.html b/social/card-html/Install-DbaInstance.html
new file mode 100644
index 00000000..fe9f2d2a
--- /dev/null
+++ b/social/card-html/Install-DbaInstance.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Install -DbaInstance
+
+
Automates SQL Server instance installation across local and remote computers with customizable configuration.
+
+
Example
+
Install-DbaInstance -Version 2017 -Feature All
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaMaintenanceSolution.html b/social/card-html/Install-DbaMaintenanceSolution.html
new file mode 100644
index 00000000..d535288a
--- /dev/null
+++ b/social/card-html/Install-DbaMaintenanceSolution.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Install-DbaMaintenanceSolution
+
+
+
+
+
+
>
+
+
+
+ Install -DbaMaintenanceSolution
+
+
Installs Ola Hallengren's Maintenance Solution stored procedures and optional SQL Agent jobs for automated database maintenance
+
+
Example
+
$params = @{
+ SqlInstance = "RES14224"
+ Database = "DBA"
+ InstallJobs = $true
+ CleanupTime = 72
+}
+Install-DbaMaintenanceSolution @params
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaMultiTool.html b/social/card-html/Install-DbaMultiTool.html
new file mode 100644
index 00000000..4723e3f1
--- /dev/null
+++ b/social/card-html/Install-DbaMultiTool.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaMultiTool
+
+
+
+
+
+
>
+
+
+
+ Install -DbaMultiTool
+
+
Installs five essential T-SQL stored procedures for database documentation, index optimization, and administrative tasks.
+
+
Example
+
Install-DbaMultiTool -SqlInstance server1 -Database main
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaSqlPackage.html b/social/card-html/Install-DbaSqlPackage.html
new file mode 100644
index 00000000..7a80da15
--- /dev/null
+++ b/social/card-html/Install-DbaSqlPackage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaSqlPackage
+
+
+
+
+
+
>
+
+
+
+ Install -DbaSqlPackage
+
+
Installs Microsoft SqlPackage utility required for database deployment and DACPAC operations
+
+
Example
+
Install-DbaSqlPackage
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaSqlWatch.html b/social/card-html/Install-DbaSqlWatch.html
new file mode 100644
index 00000000..2ee8a3af
--- /dev/null
+++ b/social/card-html/Install-DbaSqlWatch.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaSqlWatch
+
+
+
+
+
+
>
+
+
+
+ Install -DbaSqlWatch
+
+
Installs or updates SqlWatch monitoring solution on SQL Server instances.
+
+
Example
+
Install-DbaSqlWatch -SqlInstance server1
+
+
+
+
+
+
diff --git a/social/card-html/Install-DbaWhoIsActive.html b/social/card-html/Install-DbaWhoIsActive.html
new file mode 100644
index 00000000..0157564f
--- /dev/null
+++ b/social/card-html/Install-DbaWhoIsActive.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Install-DbaWhoIsActive
+
+
+
+
+
+
>
+
+
+
+ Install -DbaWhoIsActive
+
+
Downloads and installs sp_WhoIsActive stored procedure for real-time SQL Server session monitoring
+
+
Example
+
Install-DbaWhoIsActive -SqlInstance sqlserver2014a -Database master
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaAdvancedInstall.html b/social/card-html/Invoke-DbaAdvancedInstall.html
new file mode 100644
index 00000000..f4d79477
--- /dev/null
+++ b/social/card-html/Invoke-DbaAdvancedInstall.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaAdvancedInstall
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaAdvancedInstall
+
+
Executes SQL Server installation on a single computer with automated restart handling.
+
+
Example
+
Invoke-DbaAdvancedUpdate -ComputerName SQL1 -Action $actions
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaAdvancedRestore.html b/social/card-html/Invoke-DbaAdvancedRestore.html
new file mode 100644
index 00000000..6c78a1b7
--- /dev/null
+++ b/social/card-html/Invoke-DbaAdvancedRestore.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaAdvancedRestore
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaAdvancedRestore
+
+
Executes database restores from processed BackupHistory objects with advanced customization options
+
+
Example
+
$BackupHistory |
+Invoke-DbaAdvancedRestore -SqlInstance MyInstance
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaAdvancedUpdate.html b/social/card-html/Invoke-DbaAdvancedUpdate.html
new file mode 100644
index 00000000..52bdd172
--- /dev/null
+++ b/social/card-html/Invoke-DbaAdvancedUpdate.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Invoke-DbaAdvancedUpdate
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaAdvancedUpdate
+
+
Installs SQL Server updates and patches on remote computers with automatic restart management
+
+
Example
+
Invoke-DbaAdvancedUpdate -ComputerName SQL1 -Action $actions
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaAgFailover.html b/social/card-html/Invoke-DbaAgFailover.html
new file mode 100644
index 00000000..97bbdbd1
--- /dev/null
+++ b/social/card-html/Invoke-DbaAgFailover.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbaAgFailover
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaAgFailover
+
+
Performs manual failover of an availability group to make the target instance the new primary replica.
+
+
Example
+
Invoke-DbaAgFailover -SqlInstance sql2017 -AvailabilityGroup SharePoint
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaBalanceDataFiles.html b/social/card-html/Invoke-DbaBalanceDataFiles.html
new file mode 100644
index 00000000..22e33745
--- /dev/null
+++ b/social/card-html/Invoke-DbaBalanceDataFiles.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaBalanceDataFiles
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaBalanceDataFiles
+
+
Re-balance data between data files
+
+
Example
+
Invoke-DbaBalanceDataFiles -SqlInstance sql1 -Database db1
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaCycleErrorLog.html b/social/card-html/Invoke-DbaCycleErrorLog.html
new file mode 100644
index 00000000..d061fc65
--- /dev/null
+++ b/social/card-html/Invoke-DbaCycleErrorLog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaCycleErrorLog
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaCycleErrorLog
+
+
Cycles the current SQL Server error log and/or SQL Agent error log to start fresh log files
+
+
Example
+
Invoke-DbaCycleErrorLog -SqlInstance sql2016 -Type agent
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbAzSqlTip.html b/social/card-html/Invoke-DbaDbAzSqlTip.html
new file mode 100644
index 00000000..e197d0eb
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbAzSqlTip.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbAzSqlTip
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbAzSqlTip
+
+
Executes Microsoft's Azure SQL performance recommendations script against Azure SQL Database instances.
+
+
Example
+
$splat = @{
+ SqlInstance = "dbatools1.database.windows.net"
+ SqlCredential = (Get-Credential)
+ Database = "ImportantDb"
+}
+Invoke-DbaDbAzSqlTip @splat
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbClone.html b/social/card-html/Invoke-DbaDbClone.html
new file mode 100644
index 00000000..e39f0e22
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbClone.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbClone
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbClone
+
+
Creates lightweight database clones containing schema and statistics but no table data
+
+
Example
+
Invoke-DbaDbClone -SqlInstance sql2016 -Database mydb -CloneDatabase myclone
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDataGenerator.html b/social/card-html/Invoke-DbaDbDataGenerator.html
new file mode 100644
index 00000000..f61e7f63
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDataGenerator.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDataGenerator
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDataGenerator
+
+
Generates realistic test data for SQL Server database tables using configuration-driven rules
+
+
Example
+
Invoke-DbaDbDataGenerator -SqlInstance sqldb2 -Database DB1 -FilePath C:\temp\sqldb1.db1.tables.json
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDataMasking.html b/social/card-html/Invoke-DbaDbDataMasking.html
new file mode 100644
index 00000000..907d683d
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDataMasking.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDataMasking
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDataMasking
+
+
Replaces sensitive production data with randomized values using configurable masking rules
+
+
Example
+
$splat = @{
+ SqlInstance = "SQLDB2"
+ Database = "DB1"
+ FilePath = "C:\Temp\sqldb1.db1.tables.json"
+}
+Invoke-DbaDbDataMasking @splat
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDbccCheckConstraint.html b/social/card-html/Invoke-DbaDbDbccCheckConstraint.html
new file mode 100644
index 00000000..da49d054
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDbccCheckConstraint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDbccCheckConstraint
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDbccCheckConstraint
+
+
Validates constraint integrity by checking for constraint violations in SQL Server databases
+
+
Example
+
Invoke-DbaDbDbccCheckConstraint -SqlInstance SqlServer2017
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDbccCleanTable.html b/social/card-html/Invoke-DbaDbDbccCleanTable.html
new file mode 100644
index 00000000..1cc41df4
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDbccCleanTable.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDbccCleanTable
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDbccCleanTable
+
+
Reclaims disk space from dropped variable-length columns in tables and indexed views
+
+
Example
+
Invoke-DbaDbDbccCleanTable -SqlInstance SqlServer2017 -Database CurrentDB -Object 'dbo.SomeTable'
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDbccUpdateUsage.html b/social/card-html/Invoke-DbaDbDbccUpdateUsage.html
new file mode 100644
index 00000000..f02e275c
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDbccUpdateUsage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDbccUpdateUsage
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDbccUpdateUsage
+
+
Corrects page and row count inaccuracies in SQL Server catalog views using DBCC UPDATEUSAGE
+
+
Example
+
Invoke-DbaDbDbccUpdateUsage -SqlInstance SqlServer2017
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbDecryptObject.html b/social/card-html/Invoke-DbaDbDecryptObject.html
new file mode 100644
index 00000000..bbcdd982
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbDecryptObject.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbDecryptObject
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbDecryptObject
+
+
Decrypts encrypted stored procedures, functions, views, and triggers using Dedicated Admin Connection
+
+
Example
+
Invoke-DbaDbDecryptObject -SqlInstance SQLDB1 -Database DB1 -ObjectName Function1
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbLogShipRecovery.html b/social/card-html/Invoke-DbaDbLogShipRecovery.html
new file mode 100644
index 00000000..cc92f62f
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbLogShipRecovery.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbLogShipRecovery
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbLogShipRecovery
+
+
Brings log shipped secondary databases online for disaster recovery or planned migration scenarios
+
+
Example
+
Invoke-DbaDbLogShipRecovery -SqlInstance server1 -Force
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbLogShipping.html b/social/card-html/Invoke-DbaDbLogShipping.html
new file mode 100644
index 00000000..af70e9ea
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbLogShipping.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbLogShipping
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbLogShipping
+
+
Invoke-DbaDbLogShipping sets up log shipping for one or more databases
+
+
Example
+
$params = @{
+ SourceSqlInstance = 'sql1'
+ DestinationSqlInstance = 'sql2'
+ Database = 'db1'
+ SharedPath = '\\sql1\logshipping'
+ BackupScheduleFrequencyType = 'daily'
+ GenerateFullBackup = $true
+}
+Invoke-DbaDbLogShipping @params
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbMirrorFailover.html b/social/card-html/Invoke-DbaDbMirrorFailover.html
new file mode 100644
index 00000000..66ac5f60
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbMirrorFailover.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbMirrorFailover
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbMirrorFailover
+
+
Fails over database mirroring configurations to the mirror server
+
+
Example
+
Invoke-DbaDbMirrorFailover -SqlInstance sql2016 -Database pubs
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbMirroring.html b/social/card-html/Invoke-DbaDbMirroring.html
new file mode 100644
index 00000000..9ac74d36
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbMirroring.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbMirroring
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbMirroring
+
+
Creates and configures database mirroring between SQL Server instances with full validation and setup
+
+
Example
+
$params = @{
+ Primary = 'sql2017a'
+ Mirror = 'sql2017b'
+ Database = 'pubs'
+}
+Invoke-DbaDbMirroring @params
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbPiiScan.html b/social/card-html/Invoke-DbaDbPiiScan.html
new file mode 100644
index 00000000..58103f33
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbPiiScan.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbPiiScan
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbPiiScan
+
+
Command to return any columns that could potentially contain PII (Personal Identifiable Information)
+
+
Example
+
Invoke-DbaDbPiiScan -SqlInstance sql1 -Database db1
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbShrink.html b/social/card-html/Invoke-DbaDbShrink.html
new file mode 100644
index 00000000..44fe16aa
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbShrink.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbShrink
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbShrink
+
+
Reduces the physical size of database files by removing unused space from data and log files.
+
+
Example
+
Invoke-DbaDbShrink -SqlInstance sql2016 -Database Northwind, pubs, Adventureworks2014
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbTransfer.html b/social/card-html/Invoke-DbaDbTransfer.html
new file mode 100644
index 00000000..30d4c557
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbTransfer.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbTransfer
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbTransfer
+
+
Transfers database objects and data between SQL Server instances or databases using SMO Transfer objects.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql1"
+ DestinationSqlInstance = "sql2"
+ Database = "mydb"
+ CopyAll = "Tables"
+ DestinationDatabase = "newdb"
+}
+Invoke-DbaDbTransfer @splat
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbUpgrade.html b/social/card-html/Invoke-DbaDbUpgrade.html
new file mode 100644
index 00000000..b215de89
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbUpgrade.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbUpgrade
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbUpgrade
+
+
Upgrades database compatibility level and performs post-upgrade maintenance tasks
+
+
Example
+
Invoke-DbaDbUpgrade -SqlInstance PRD-SQL-MSD01 -Database Test
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbccDropCleanBuffer.html b/social/card-html/Invoke-DbaDbccDropCleanBuffer.html
new file mode 100644
index 00000000..16b3a700
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbccDropCleanBuffer.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbccDropCleanBuffer
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbccDropCleanBuffer
+
+
Clears SQL Server buffer pool cache and columnstore object pool for performance testing
+
+
Example
+
Invoke-DbaDbccDropCleanBuffer -SqlInstance SqlServer2017
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDbccFreeCache.html b/social/card-html/Invoke-DbaDbccFreeCache.html
new file mode 100644
index 00000000..16ef7d33
--- /dev/null
+++ b/social/card-html/Invoke-DbaDbccFreeCache.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDbccFreeCache
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDbccFreeCache
+
+
Clears SQL Server memory caches using DBCC commands to resolve performance issues and free memory
+
+
Example
+
Invoke-DbaDbccFreeCache -SqlInstance SqlServer2017 -Operation FREEPROCCACHE
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaDiagnosticQuery.html b/social/card-html/Invoke-DbaDiagnosticQuery.html
new file mode 100644
index 00000000..37bbc4f1
--- /dev/null
+++ b/social/card-html/Invoke-DbaDiagnosticQuery.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaDiagnosticQuery
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaDiagnosticQuery
+
+
Executes Glenn Berry's DMV diagnostic queries to assess SQL Server performance and health
+
+
Example
+
Invoke-DbaDiagnosticQuery -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaPfRelog.html b/social/card-html/Invoke-DbaPfRelog.html
new file mode 100644
index 00000000..fd4603f5
--- /dev/null
+++ b/social/card-html/Invoke-DbaPfRelog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaPfRelog
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaPfRelog
+
+
Pipeline-compatible wrapper for the relog command which is available on modern Windows platforms.
+
+
Example
+
Invoke-DbaPfRelog -Path C:\temp\perfmon.blg
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaQuery.html b/social/card-html/Invoke-DbaQuery.html
new file mode 100644
index 00000000..1a9cf5da
--- /dev/null
+++ b/social/card-html/Invoke-DbaQuery.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Invoke-DbaQuery
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaQuery
+
+
Executes T-SQL queries, scripts, and stored procedures against SQL Server instances with parameterized query support
+
+
Example
+
Invoke-DbaQuery -SqlInstance server\instance -Query 'SELECT foo FROM bar'
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaWhoIsActive.html b/social/card-html/Invoke-DbaWhoIsActive.html
new file mode 100644
index 00000000..9e01c03d
--- /dev/null
+++ b/social/card-html/Invoke-DbaWhoIsActive.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbaWhoIsActive
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaWhoIsActive
+
+
Retrieves real-time information about active SQL Server sessions and currently running queries
+
+
Example
+
Invoke-DbaWhoIsActive -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbaXEReplay.html b/social/card-html/Invoke-DbaXEReplay.html
new file mode 100644
index 00000000..1de93f6a
--- /dev/null
+++ b/social/card-html/Invoke-DbaXEReplay.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Invoke-DbaXEReplay
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbaXEReplay
+
+
Replays SQL queries captured in Extended Event files against target SQL Server instances
+
+
Example
+
Read-DbaXEFile -Path C:\temp\sample.xel |
+Invoke-DbaXEReplay -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbatoolsFormatter.html b/social/card-html/Invoke-DbatoolsFormatter.html
new file mode 100644
index 00000000..8b5b4760
--- /dev/null
+++ b/social/card-html/Invoke-DbatoolsFormatter.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbatoolsFormatter
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbatoolsFormatter
+
+
Formats PowerShell function files to dbatools coding standards
+
+
Example
+
Invoke-DbatoolsFormatter -Path C:\dbatools\public\Get-DbaDatabase.ps1
+
+
+
+
+
+
diff --git a/social/card-html/Invoke-DbatoolsRenameHelper.html b/social/card-html/Invoke-DbatoolsRenameHelper.html
new file mode 100644
index 00000000..c3d76a57
--- /dev/null
+++ b/social/card-html/Invoke-DbatoolsRenameHelper.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Invoke-DbatoolsRenameHelper
+
+
+
+
+
+
>
+
+
+
+ Invoke -DbatoolsRenameHelper
+
+
Updates PowerShell scripts to replace deprecated dbatools command and parameter names with current equivalents.
+
+
Example
+
Get-ChildItem C:\temp\ps\*.ps1 -Recurse |
+Invoke-DbatoolsRenameHelper
+
+
+
+
+
+
diff --git a/social/card-html/Join-DbaAvailabilityGroup.html b/social/card-html/Join-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..f34c744a
--- /dev/null
+++ b/social/card-html/Join-DbaAvailabilityGroup.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Join-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Join -DbaAvailabilityGroup
+
+
Adds a SQL Server instance as a secondary replica to an existing availability group.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ AvailabilityGroup = "SharePoint"
+}
+Get-DbaAvailabilityGroup @splat |
+Join-DbaAvailabilityGroup -SqlInstance sql02
+
+
+
+
+
+
diff --git a/social/card-html/Join-DbaPath.html b/social/card-html/Join-DbaPath.html
new file mode 100644
index 00000000..98eec3ea
--- /dev/null
+++ b/social/card-html/Join-DbaPath.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Join-DbaPath
+
+
+
+
+
+
>
+
+
+
+ Join -DbaPath
+
+
Constructs file paths with correct separators for Windows and Linux SQL Server instances.
+
+
Example
+
Join-DbaPath -Path 'C:\temp' 'Foo' 'Bar'
+
+
+
+
+
+
diff --git a/social/card-html/Measure-DbaBackupThroughput.html b/social/card-html/Measure-DbaBackupThroughput.html
new file mode 100644
index 00000000..ab0c5d77
--- /dev/null
+++ b/social/card-html/Measure-DbaBackupThroughput.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Measure-DbaBackupThroughput
+
+
+
+
+
+
>
+
+
+
+ Measure -DbaBackupThroughput
+
+
Calculates backup throughput statistics from msdb backup history to analyze backup performance.
+
+
Example
+
Measure-DbaBackupThroughput -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Measure-DbaDbVirtualLogFile.html b/social/card-html/Measure-DbaDbVirtualLogFile.html
new file mode 100644
index 00000000..dab0bca1
--- /dev/null
+++ b/social/card-html/Measure-DbaDbVirtualLogFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Measure-DbaDbVirtualLogFile
+
+
+
+
+
+
>
+
+
+
+ Measure -DbaDbVirtualLogFile
+
+
Measures Virtual Log File (VLF) counts in transaction logs to identify performance bottlenecks
+
+
Example
+
Measure-DbaDbVirtualLogFile -SqlInstance sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Measure-DbaDiskSpaceRequirement.html b/social/card-html/Measure-DbaDiskSpaceRequirement.html
new file mode 100644
index 00000000..29ae00bc
--- /dev/null
+++ b/social/card-html/Measure-DbaDiskSpaceRequirement.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Measure-DbaDiskSpaceRequirement
+
+
+
+
+
+
>
+
+
+
+ Measure -DbaDiskSpaceRequirement
+
+
Calculates disk space requirements for database migration between SQL Server instances
+
+
Example
+
Measure-DbaDiskSpaceRequirement -Source INSTANCE1 -Database DB1 -Destination INSTANCE2
+
+
+
+
+
+
diff --git a/social/card-html/Measure-DbatoolsImport.html b/social/card-html/Measure-DbatoolsImport.html
new file mode 100644
index 00000000..9b37e3d9
--- /dev/null
+++ b/social/card-html/Measure-DbatoolsImport.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Measure-DbatoolsImport
+
+
+
+
+
+
>
+
+
+
+ Measure -DbatoolsImport
+
+
Measures and displays detailed timing metrics for dbatools module import operations
+
+
Example
+
Measure-DbatoolsImport
+
+
+
+
+
+
diff --git a/social/card-html/Mount-DbaDatabase.html b/social/card-html/Mount-DbaDatabase.html
new file mode 100644
index 00000000..25495292
--- /dev/null
+++ b/social/card-html/Mount-DbaDatabase.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - Mount-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Mount -DbaDatabase
+
+
Attaches detached database files to a SQL Server instance
+
+
Example
+
$fileStructure = New-Object System.Collections.Specialized.StringCollection
+$fileStructure .Add ( "E:\archive\example.mdf" )
+$filestructure .Add ( "E:\archive\example.ldf" )
+$filestructure .Add ( "E:\archive\example.ndf" )
+Mount-DbaDatabase -SqlInstance sql2016 -Database example -FileStructure $fileStructure
+
+
+
+
+
+
diff --git a/social/card-html/Move-DbaDbFile.html b/social/card-html/Move-DbaDbFile.html
new file mode 100644
index 00000000..8f4035c8
--- /dev/null
+++ b/social/card-html/Move-DbaDbFile.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Move-DbaDbFile
+
+
+
+
+
+
>
+
+
+
+ Move -DbaDbFile
+
+
Relocates database files to different drives or folders while maintaining database integrity.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017"
+ Database = "dbatools"
+ FileType = "Data"
+ FileDestination = "D:\DATA2"
+}
+Move-DbaDbFile @splat
+
+
+
+
+
+
diff --git a/social/card-html/Move-DbaRegServer.html b/social/card-html/Move-DbaRegServer.html
new file mode 100644
index 00000000..6aa82b09
--- /dev/null
+++ b/social/card-html/Move-DbaRegServer.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Move-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Move -DbaRegServer
+
+
Moves registered servers between groups within SQL Server Central Management Server
+
+
Example
+
Move-DbaRegServer -SqlInstance sql2012 -Name 'Web SQL Cluster' -Group HR\Prod
+
+
+
+
+
+
diff --git a/social/card-html/Move-DbaRegServerGroup.html b/social/card-html/Move-DbaRegServerGroup.html
new file mode 100644
index 00000000..7f31a335
--- /dev/null
+++ b/social/card-html/Move-DbaRegServerGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Move-DbaRegServerGroup
+
+
+
+
+
+
>
+
+
+
+ Move -DbaRegServerGroup
+
+
Moves registered server groups to different parent groups within SQL Server Central Management Server (CMS)
+
+
Example
+
Move-DbaRegServerGroup -SqlInstance sql2012 -Group HR\Development -NewGroup AD\Prod
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentAlert.html b/social/card-html/New-DbaAgentAlert.html
new file mode 100644
index 00000000..f60537fa
--- /dev/null
+++ b/social/card-html/New-DbaAgentAlert.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaAgentAlert
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentAlert
+
+
Creates SQL Server Agent alerts for automated monitoring and notification of errors, performance conditions, or system events
+
+
Example
+
$parms = @{
+ SqlInstance = "sql01"
+ Severity = 18
+ Alert = "Severity 018 - Nonfatal Internal Error"
+ DelayBetweenResponses = 60
+ NotifyMethod = "NotifyEmail"
+}
+$alert = New-DbaAgentAlert @parms
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentAlertCategory.html b/social/card-html/New-DbaAgentAlertCategory.html
new file mode 100644
index 00000000..e87c50a5
--- /dev/null
+++ b/social/card-html/New-DbaAgentAlertCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAgentAlertCategory
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentAlertCategory
+
+
Creates new SQL Agent alert categories for organizing and managing database alerts.
+
+
Example
+
New-DbaAgentAlertCategory -SqlInstance sql1 -Category 'Category 1'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentJob.html b/social/card-html/New-DbaAgentJob.html
new file mode 100644
index 00000000..9698c741
--- /dev/null
+++ b/social/card-html/New-DbaAgentJob.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentJob
+
+
Creates SQL Server Agent jobs with notification settings and schedule assignments
+
+
Example
+
New-DbaAgentJob -SqlInstance sql1 -Job 'Job One' -Description 'Just another job'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentJobCategory.html b/social/card-html/New-DbaAgentJobCategory.html
new file mode 100644
index 00000000..54df09b0
--- /dev/null
+++ b/social/card-html/New-DbaAgentJobCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAgentJobCategory
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentJobCategory
+
+
Creates new SQL Server Agent job categories for organizing and managing jobs.
+
+
Example
+
New-DbaAgentJobCategory -SqlInstance sql1 -Category 'Category 1'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentJobStep.html b/social/card-html/New-DbaAgentJobStep.html
new file mode 100644
index 00000000..53b50f0f
--- /dev/null
+++ b/social/card-html/New-DbaAgentJobStep.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAgentJobStep
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentJobStep
+
+
Creates a new step within an existing SQL Server Agent job with configurable execution options and flow control
+
+
Example
+
New-DbaAgentJobStep -SqlInstance sql1 -Job Job1 -StepName Step1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentOperator.html b/social/card-html/New-DbaAgentOperator.html
new file mode 100644
index 00000000..760d85d8
--- /dev/null
+++ b/social/card-html/New-DbaAgentOperator.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ dbatools - New-DbaAgentOperator
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentOperator
+
+
Creates a new SQL Server Agent operator with notification settings for alerts and job failures.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ Operator = "DBA"
+ EmailAddress = "operator@operator.com"
+ PagerDay = "Everyday"
+ Force = $true
+}
+New-DbaAgentOperator @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentProxy.html b/social/card-html/New-DbaAgentProxy.html
new file mode 100644
index 00000000..8af2131b
--- /dev/null
+++ b/social/card-html/New-DbaAgentProxy.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaAgentProxy
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentProxy
+
+
Creates SQL Server Agent proxy accounts to enable job steps to run under different security contexts
+
+
Example
+
New-DbaAgentProxy -SqlInstance sql2016 -Name STIG -ProxyCredential 'PowerShell Proxy'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAgentSchedule.html b/social/card-html/New-DbaAgentSchedule.html
new file mode 100644
index 00000000..9491d6c9
--- /dev/null
+++ b/social/card-html/New-DbaAgentSchedule.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAgentSchedule
+
+
+
+
+
+
>
+
+
+
+ New -DbaAgentSchedule
+
+
Creates a new SQL Server Agent schedule for automated job execution
+
+
Example
+
New-DbaAgentSchedule -SqlInstance sql01 -Schedule DailyAt6 -FrequencyType Daily -StartTime "060000" -Force
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAvailabilityGroup.html b/social/card-html/New-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..eeec09e5
--- /dev/null
+++ b/social/card-html/New-DbaAvailabilityGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ New -DbaAvailabilityGroup
+
+
Creates SQL Server availability groups with automated replica setup, database seeding, and listener configuration.
+
+
Example
+
New-DbaAvailabilityGroup -Primary sql2016a -Name SharePoint
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaAzAccessToken.html b/social/card-html/New-DbaAzAccessToken.html
new file mode 100644
index 00000000..f8fffb11
--- /dev/null
+++ b/social/card-html/New-DbaAzAccessToken.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaAzAccessToken
+
+
+
+
+
+
>
+
+
+
+ New -DbaAzAccessToken
+
+
Generates OAuth2 access tokens for Azure SQL Database and other Azure services authentication.
+
+
Example
+
New-DbaAzAccessToken -Type ManagedIdentity
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaClientAlias.html b/social/card-html/New-DbaClientAlias.html
new file mode 100644
index 00000000..e105e286
--- /dev/null
+++ b/social/card-html/New-DbaClientAlias.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaClientAlias
+
+
+
+
+
+
>
+
+
+
+ New -DbaClientAlias
+
+
Creates SQL Server client aliases in the Windows registry for simplified connection management
+
+
Example
+
New-DbaClientAlias -ServerName sqlcluster\sharepoint -Alias sp
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaCmConnection.html b/social/card-html/New-DbaCmConnection.html
new file mode 100644
index 00000000..bd4bfcdb
--- /dev/null
+++ b/social/card-html/New-DbaCmConnection.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaCmConnection
+
+
+
+
+
+
>
+
+
+
+ New -DbaCmConnection
+
+
Creates and configures connection objects for remote computer management using CIM/WMI protocols.
+
+
Example
+
New-DbaCmConnection -ComputerName sql2014 -UseWindowsCredentials -OverrideExplicitCredential -DisabledConnectionTypes CimRM
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaComputerCertificate.html b/social/card-html/New-DbaComputerCertificate.html
new file mode 100644
index 00000000..b62ca50f
--- /dev/null
+++ b/social/card-html/New-DbaComputerCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaComputerCertificate
+
+
+
+
+
+
>
+
+
+
+ New -DbaComputerCertificate
+
+
Creates a new computer certificate useful for Forcing Encryption
+
+
Example
+
New-DbaComputerCertificate
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaComputerCertificateSigningRequest.html b/social/card-html/New-DbaComputerCertificateSigningRequest.html
new file mode 100644
index 00000000..33247220
--- /dev/null
+++ b/social/card-html/New-DbaComputerCertificateSigningRequest.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaComputerCertificateSigningRequest
+
+
+
+
+
+
>
+
+
+
+ New -DbaComputerCertificateSigningRequest
+
+
Generates certificate signing requests for SQL Server instances to enable SSL/TLS encryption and connection security.
+
+
Example
+
New-DbaComputerCertificateSigningRequest
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaConnectionString.html b/social/card-html/New-DbaConnectionString.html
new file mode 100644
index 00000000..15885227
--- /dev/null
+++ b/social/card-html/New-DbaConnectionString.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaConnectionString
+
+
+
+
+
+
>
+
+
+
+ New -DbaConnectionString
+
+
Creates connection strings for SQL Server instances using PowerShell-friendly parameters
+
+
Example
+
New-DbaConnectionString -SqlInstance sql2014
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaConnectionStringBuilder.html b/social/card-html/New-DbaConnectionStringBuilder.html
new file mode 100644
index 00000000..8076a73e
--- /dev/null
+++ b/social/card-html/New-DbaConnectionStringBuilder.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaConnectionStringBuilder
+
+
+
+
+
+
>
+
+
+
+ New -DbaConnectionStringBuilder
+
+
Creates a SqlConnectionStringBuilder object for constructing properly formatted SQL Server connection strings
+
+
Example
+
New-DbaConnectionStringBuilder
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaCredential.html b/social/card-html/New-DbaCredential.html
new file mode 100644
index 00000000..802b3e5d
--- /dev/null
+++ b/social/card-html/New-DbaCredential.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaCredential
+
+
+
+
+
+
>
+
+
+
+ New -DbaCredential
+
+
Creates a SQL Server credential for authentication to external resources
+
+
Example
+
New-DbaCredential -SqlInstance Server1 -Name MyCredential -Identity "ad\user" -SecurePassword (Get-Credential).Password
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaCustomError.html b/social/card-html/New-DbaCustomError.html
new file mode 100644
index 00000000..16c13abc
--- /dev/null
+++ b/social/card-html/New-DbaCustomError.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - New-DbaCustomError
+
+
+
+
+
+
>
+
+
+
+ New -DbaCustomError
+
+
Creates custom error messages in SQL Server's sys.messages table for standardized application and stored procedure error handling
+
+
Example
+
$splat = @{
+ SqlInstance = sqldev01, sqldev02
+ MessageID = 70001
+ Severity = 16
+ MessageText = "test"
+}
+New-DbaCustomError @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDacOption.html b/social/card-html/New-DbaDacOption.html
new file mode 100644
index 00000000..62aaca1f
--- /dev/null
+++ b/social/card-html/New-DbaDacOption.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaDacOption
+
+
+
+
+
+
>
+
+
+
+ New -DbaDacOption
+
+
Creates a new Microsoft.SqlServer.Dac.DacExtractOptions/DacExportOptions object depending on the chosen Type
+
+
Example
+
$options = New-DbaDacOption -Type Dacpac -Action Export
+$options . ExtractAllTableData = $true
+$options . CommandTimeout = 0
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDacPackage.html b/social/card-html/New-DbaDacPackage.html
new file mode 100644
index 00000000..858b7cb9
--- /dev/null
+++ b/social/card-html/New-DbaDacPackage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDacPackage
+
+
+
+
+
+
>
+
+
+
+ New -DbaDacPackage
+
+
Creates a DACPAC package from SQL source files using the DacFx framework
+
+
Example
+
New-DbaDacPackage -Path C:\Projects\MyDatabase\Schema -OutputPath C:\Build\MyDatabase.dacpac
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDacProfile.html b/social/card-html/New-DbaDacProfile.html
new file mode 100644
index 00000000..a88d5d43
--- /dev/null
+++ b/social/card-html/New-DbaDacProfile.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - New-DbaDacProfile
+
+
+
+
+
+
>
+
+
+
+ New -DbaDacProfile
+
+
Creates DAC publish profile XML files for automated dacpac deployment to SQL Server databases.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017"
+ SqlCredential = "ad\sqldba"
+ Database = "WorldWideImporters"
+ Path = "C:\temp"
+}
+New-DbaDacProfile @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDatabase.html b/social/card-html/New-DbaDatabase.html
new file mode 100644
index 00000000..aa22ace0
--- /dev/null
+++ b/social/card-html/New-DbaDatabase.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - New-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ New -DbaDatabase
+
+
Creates new SQL Server databases with customizable file layout and growth settings
+
+
Example
+
New-DbaDatabase -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbAsymmetricKey.html b/social/card-html/New-DbaDbAsymmetricKey.html
new file mode 100644
index 00000000..75ca1d35
--- /dev/null
+++ b/social/card-html/New-DbaDbAsymmetricKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbAsymmetricKey
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbAsymmetricKey
+
+
Creates RSA asymmetric keys in SQL Server databases for encryption and digital signing
+
+
Example
+
New-DbaDbAsymmetricKey -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbCertificate.html b/social/card-html/New-DbaDbCertificate.html
new file mode 100644
index 00000000..191f18c0
--- /dev/null
+++ b/social/card-html/New-DbaDbCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbCertificate
+
+
Creates a new database certificate for encryption and security purposes
+
+
Example
+
New-DbaDbCertificate -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbDataGeneratorConfig.html b/social/card-html/New-DbaDbDataGeneratorConfig.html
new file mode 100644
index 00000000..5bfe872f
--- /dev/null
+++ b/social/card-html/New-DbaDbDataGeneratorConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbDataGeneratorConfig
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbDataGeneratorConfig
+
+
Creates JSON configuration files for generating realistic test data in SQL Server database tables
+
+
Example
+
New-DbaDbDataGeneratorConfig -SqlInstance SQLDB1 -Database DB1 -Path C:\Temp\clone
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbEncryptionKey.html b/social/card-html/New-DbaDbEncryptionKey.html
new file mode 100644
index 00000000..c732d8e9
--- /dev/null
+++ b/social/card-html/New-DbaDbEncryptionKey.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaDbEncryptionKey
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbEncryptionKey
+
+
Creates database encryption keys for Transparent Data Encryption (TDE)
+
+
Example
+
$dbs = Get-DbaDatabase -SqlInstance sql01 -Database pubs |
+New-DbaDbEncryptionKey
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbFileGroup.html b/social/card-html/New-DbaDbFileGroup.html
new file mode 100644
index 00000000..949bf370
--- /dev/null
+++ b/social/card-html/New-DbaDbFileGroup.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaDbFileGroup
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbFileGroup
+
+
Creates new filegroups in SQL Server databases for custom data storage organization.
+
+
Example
+
New-DbaDbFileGroup -SqlInstance sqldev1 -Database TestDb -FileGroup HRFG1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbMailAccount.html b/social/card-html/New-DbaDbMailAccount.html
new file mode 100644
index 00000000..700f5654
--- /dev/null
+++ b/social/card-html/New-DbaDbMailAccount.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaDbMailAccount
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbMailAccount
+
+
Creates a new Database Mail account for sending emails from SQL Server
+
+
Example
+
$account = New-DbaDbMailAccount -SqlInstance sql2017 -Account 'The DBA Team' -EmailAddress admin@ad.local -MailServer smtp.ad.local
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbMailProfile.html b/social/card-html/New-DbaDbMailProfile.html
new file mode 100644
index 00000000..8c803ef8
--- /dev/null
+++ b/social/card-html/New-DbaDbMailProfile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaDbMailProfile
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbMailProfile
+
+
Creates a new Database Mail profile for organizing SQL Server email notifications
+
+
Example
+
$profile = New-DbaDbMailProfile -SqlInstance sql2017 -Profile 'The DBA Team'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbMaskingConfig.html b/social/card-html/New-DbaDbMaskingConfig.html
new file mode 100644
index 00000000..aa633c8a
--- /dev/null
+++ b/social/card-html/New-DbaDbMaskingConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbMaskingConfig
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbMaskingConfig
+
+
Scans database tables to detect sensitive data and creates a JSON configuration file for data masking
+
+
Example
+
New-DbaDbMaskingConfig -SqlInstance SQLDB1 -Database DB1 -Path C:\Temp\clone
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbMasterKey.html b/social/card-html/New-DbaDbMasterKey.html
new file mode 100644
index 00000000..dd49f890
--- /dev/null
+++ b/social/card-html/New-DbaDbMasterKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbMasterKey
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbMasterKey
+
+
Creates a database master key for encryption operations
+
+
Example
+
New-DbaDbMasterKey -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbRole.html b/social/card-html/New-DbaDbRole.html
new file mode 100644
index 00000000..0e7dc126
--- /dev/null
+++ b/social/card-html/New-DbaDbRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbRole
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbRole
+
+
Creates new database roles in one or more SQL Server databases.
+
+
Example
+
New-DbaDbRole -SqlInstance sql2017a -Database db1 -Role 'dbExecuter'
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbSchema.html b/social/card-html/New-DbaDbSchema.html
new file mode 100644
index 00000000..0df752e0
--- /dev/null
+++ b/social/card-html/New-DbaDbSchema.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbSchema
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbSchema
+
+
Creates new database schemas with specified ownership for organizing objects and implementing security boundaries.
+
+
Example
+
New-DbaDbSchema -SqlInstance localhost -Database example1 -Schema TestSchema1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbSequence.html b/social/card-html/New-DbaDbSequence.html
new file mode 100644
index 00000000..aa7b1958
--- /dev/null
+++ b/social/card-html/New-DbaDbSequence.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ dbatools - New-DbaDbSequence
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbSequence
+
+
Creates a new sequence object in SQL Server databases with configurable properties and data types.
+
+
Example
+
$splat = @{
+ SqlInstance = "sqldev01"
+ Database = "TestDB"
+ Sequence = "TestSequence"
+ StartWith = 10000
+ IncrementBy = 10
+}
+New-DbaDbSequence @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbSnapshot.html b/social/card-html/New-DbaDbSnapshot.html
new file mode 100644
index 00000000..2bc5946c
--- /dev/null
+++ b/social/card-html/New-DbaDbSnapshot.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaDbSnapshot
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbSnapshot
+
+
Creates database snapshots for point-in-time recovery and testing scenarios
+
+
Example
+
New-DbaDbSnapshot -SqlInstance sqlserver2014a -Database HR, Accounting
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbSynonym.html b/social/card-html/New-DbaDbSynonym.html
new file mode 100644
index 00000000..2dea796d
--- /dev/null
+++ b/social/card-html/New-DbaDbSynonym.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaDbSynonym
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbSynonym
+
+
Creates database synonyms to provide alternate names for tables, views, procedures, and other database objects.
+
+
Example
+
New-DbaDbSynonym -SqlInstance sql2017a -Database db1 -Synonym synObj1 -BaseObject Obj1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbTable.html b/social/card-html/New-DbaDbTable.html
new file mode 100644
index 00000000..5fc2b167
--- /dev/null
+++ b/social/card-html/New-DbaDbTable.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaDbTable
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbTable
+
+
Creates database tables with columns and constraints using PowerShell hashtables or SMO objects
+
+
Example
+
$col = @{
+ Name = 'test'
+ Type = 'varchar'
+ MaxLength = 20
+ Nullable = $true
+}
+New-DbaDbTable -SqlInstance sql2017 -Database tempdb -Name testtable -ColumnMap $col
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbTransfer.html b/social/card-html/New-DbaDbTransfer.html
new file mode 100644
index 00000000..207fa45c
--- /dev/null
+++ b/social/card-html/New-DbaDbTransfer.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaDbTransfer
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbTransfer
+
+
Creates a configured SMO Transfer object for copying database objects between SQL Server instances
+
+
Example
+
$splat = @{
+ SqlInstance = "sql1"
+ Destination = "sql2"
+ Database = "mydb"
+ CopyAll = "Tables"
+}
+New-DbaDbTransfer @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDbUser.html b/social/card-html/New-DbaDbUser.html
new file mode 100644
index 00000000..95380a69
--- /dev/null
+++ b/social/card-html/New-DbaDbUser.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaDbUser
+
+
+
+
+
+
>
+
+
+
+ New -DbaDbUser
+
+
Creates database users with support for SQL logins, contained users, and Azure AD authentication.
+
+
Example
+
New-DbaDbUser -SqlInstance sqlserver2014 -Database DB1 -Login user1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDiagnosticAdsNotebook.html b/social/card-html/New-DbaDiagnosticAdsNotebook.html
new file mode 100644
index 00000000..94d6f6d0
--- /dev/null
+++ b/social/card-html/New-DbaDiagnosticAdsNotebook.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaDiagnosticAdsNotebook
+
+
+
+
+
+
>
+
+
+
+ New -DbaDiagnosticAdsNotebook
+
+
Generates a Jupyter Notebook containing Glenn Berry's SQL Server diagnostic queries for Azure Data Studio
+
+
Example
+
New-DbaDiagnosticAdsNotebook -SqlInstance localhost -Path c:\temp\myNotebook.ipynb
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaDirectory.html b/social/card-html/New-DbaDirectory.html
new file mode 100644
index 00000000..179f7936
--- /dev/null
+++ b/social/card-html/New-DbaDirectory.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaDirectory
+
+
+
+
+
+
>
+
+
+
+ New -DbaDirectory
+
+
Creates directories on SQL Server machines using the SQL Server service account
+
+
Example
+
New-DbaDirectory -SqlInstance sqlcluster -Path L:\MSAS12.MSSQLSERVER\OLAP
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaEndpoint.html b/social/card-html/New-DbaEndpoint.html
new file mode 100644
index 00000000..b7d08083
--- /dev/null
+++ b/social/card-html/New-DbaEndpoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - New-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ New -DbaEndpoint
+
+
Creates SQL Server endpoints for database mirroring, Service Broker, SOAP, or T-SQL communication.
+
+
Example
+
New-DbaEndpoint -SqlInstance localhost\sql2017 -Type DatabaseMirroring
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaFirewallRule.html b/social/card-html/New-DbaFirewallRule.html
new file mode 100644
index 00000000..9c45a899
--- /dev/null
+++ b/social/card-html/New-DbaFirewallRule.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaFirewallRule
+
+
+
+
+
+
>
+
+
+
+ New -DbaFirewallRule
+
+
Creates Windows firewall rules for SQL Server instances to allow network connectivity
+
+
Example
+
New-DbaFirewallRule -SqlInstance SRV1, SRV1\TEST
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaLinkedServer.html b/social/card-html/New-DbaLinkedServer.html
new file mode 100644
index 00000000..679ef434
--- /dev/null
+++ b/social/card-html/New-DbaLinkedServer.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaLinkedServer
+
+
+
+
+
+
>
+
+
+
+ New -DbaLinkedServer
+
+
Creates a new linked server connection to remote SQL Server instances or heterogeneous data sources.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ LinkedServer = "linkedServer1"
+ ServerProduct = "mssql"
+ Provider = "MSOLEDBSQL"
+ DataSource = "sql02"
+}
+New-DbaLinkedServer @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaLinkedServerLogin.html b/social/card-html/New-DbaLinkedServerLogin.html
new file mode 100644
index 00000000..b8a7dea4
--- /dev/null
+++ b/social/card-html/New-DbaLinkedServerLogin.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaLinkedServerLogin
+
+
+
+
+
+
>
+
+
+
+ New -DbaLinkedServerLogin
+
+
Creates authentication mappings between local and remote logins for linked server connections.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ LinkedServer = "linkedServer1"
+ LocalLogin = "localUser1"
+ RemoteUser = "remoteUser1"
+ RemoteUserPassword = "password"
+}
+New-DbaLinkedServerLogin @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaLogin.html b/social/card-html/New-DbaLogin.html
new file mode 100644
index 00000000..c96e61d6
--- /dev/null
+++ b/social/card-html/New-DbaLogin.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - New-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ New -DbaLogin
+
+
Creates SQL Server logins for authentication with configurable security policies and mapping options
+
+
Example
+
New-DbaLogin -SqlInstance Server1,Server2 -Login Newlogin
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaReplCreationScriptOptions.html b/social/card-html/New-DbaReplCreationScriptOptions.html
new file mode 100644
index 00000000..9fa1bb2a
--- /dev/null
+++ b/social/card-html/New-DbaReplCreationScriptOptions.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaReplCreationScriptOptions
+
+
+
+
+
+
>
+
+
+
+ New -DbaReplCreationScriptOptions
+
+
Creates replication article creation script options for controlling which database objects are replicated
+
+
Example
+
$cso = New-DbaReplCreationScriptOptions -Options NonClusteredIndexes, Statistics
+$article = @{
+ SqlInstance = 'mssql1'
+ Database = 'pubs'
+ PublicationName = 'testPub'
+}
+Add-DbaReplArticle @article
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaReplPublication.html b/social/card-html/New-DbaReplPublication.html
new file mode 100644
index 00000000..25c1290f
--- /dev/null
+++ b/social/card-html/New-DbaReplPublication.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - New-DbaReplPublication
+
+
+
+
+
+
>
+
+
+
+ New -DbaReplPublication
+
+
Creates a SQL Server replication publication for transactional, snapshot, or merge replication
+
+
Example
+
$splat = @{
+ SqlInstance = "mssql1"
+ Database = "Northwind"
+ Name = "PubFromPosh"
+ Type = "Transactional"
+}
+New-DbaReplPublication @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaReplSubscription.html b/social/card-html/New-DbaReplSubscription.html
new file mode 100644
index 00000000..70c28f97
--- /dev/null
+++ b/social/card-html/New-DbaReplSubscription.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+ dbatools - New-DbaReplSubscription
+
+
+
+
+
+
>
+
+
+
+ New -DbaReplSubscription
+
+
Creates SQL Server replication subscriptions to distribute data from publisher to subscriber instances.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2017"
+ Database = "pubs"
+ SubscriberSqlInstance = "sql2019"
+ SubscriptionDatabase = "pubs"
+ PublicationName = "testPub"
+ Type = "Push"
+}
+New-DbaReplSubscription @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaRgResourcePool.html b/social/card-html/New-DbaRgResourcePool.html
new file mode 100644
index 00000000..f7f9bce0
--- /dev/null
+++ b/social/card-html/New-DbaRgResourcePool.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaRgResourcePool
+
+
+
+
+
+
>
+
+
+
+ New -DbaRgResourcePool
+
+
Creates a Resource Governor resource pool to control CPU, memory, and I/O allocation for SQL Server workloads.
+
+
Example
+
New-DbaRgResourcePool -SqlInstance sql2016 -ResourcePool "poolAdmin"
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaRgWorkloadGroup.html b/social/card-html/New-DbaRgWorkloadGroup.html
new file mode 100644
index 00000000..a3ca8212
--- /dev/null
+++ b/social/card-html/New-DbaRgWorkloadGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaRgWorkloadGroup
+
+
+
+
+
+
>
+
+
+
+ New -DbaRgWorkloadGroup
+
+
Creates a Resource Governor workload group within a specified resource pool
+
+
Example
+
New-DbaRgWorkloadGroup -SqlInstance sql2016 -WorkloadGroup "groupAdmin" -ResourcePool "poolAdmin"
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaScriptingOption.html b/social/card-html/New-DbaScriptingOption.html
new file mode 100644
index 00000000..1c3f5eda
--- /dev/null
+++ b/social/card-html/New-DbaScriptingOption.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - New-DbaScriptingOption
+
+
+
+
+
+
>
+
+
+
+ New -DbaScriptingOption
+
+
Creates a customizable SMO ScriptingOptions object for controlling T-SQL script generation
+
+
Example
+
$options = New-DbaScriptingOption
+$options .ScriptDrops = $false
+$options .WithDependencies = $false
+$options .AgentAlertJob = $true
+$options .AgentNotify = $true
+Get-DbaAgentJob -SqlInstance sql2016 | Export-DbaScript -ScriptingOptionObject $options
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaServerRole.html b/social/card-html/New-DbaServerRole.html
new file mode 100644
index 00000000..891fcb1f
--- /dev/null
+++ b/social/card-html/New-DbaServerRole.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - New-DbaServerRole
+
+
+
+
+
+
>
+
+
+
+ New -DbaServerRole
+
+
Creates custom server-level roles on SQL Server instances for role-based access control.
+
+
Example
+
New-DbaServerRole -SqlInstance sql2017a -ServerRole 'dbExecuter' -Owner sa
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaServiceMasterKey.html b/social/card-html/New-DbaServiceMasterKey.html
new file mode 100644
index 00000000..60a8afcd
--- /dev/null
+++ b/social/card-html/New-DbaServiceMasterKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbaServiceMasterKey
+
+
+
+
+
+
>
+
+
+
+ New -DbaServiceMasterKey
+
+
Creates a service master key in the master database for instance-level encryption hierarchy
+
+
Example
+
New-DbaServiceMasterKey -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaSqlParameter.html b/social/card-html/New-DbaSqlParameter.html
new file mode 100644
index 00000000..a14363a3
--- /dev/null
+++ b/social/card-html/New-DbaSqlParameter.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - New-DbaSqlParameter
+
+
+
+
+
+
>
+
+
+
+ New -DbaSqlParameter
+
+
Creates a SqlParameter object for use with parameterized queries and stored procedures.
+
+
Example
+
$splat = @{
+ ParameterName = 'json_result'
+ SqlDbType = 'NVarChar'
+ Size = -1
+ Direction = 'Output'
+}
+New-DbaSqlParameter @splat
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaSsisCatalog.html b/social/card-html/New-DbaSsisCatalog.html
new file mode 100644
index 00000000..0161a615
--- /dev/null
+++ b/social/card-html/New-DbaSsisCatalog.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - New-DbaSsisCatalog
+
+
+
+
+
+
>
+
+
+
+ New -DbaSsisCatalog
+
+
Creates and enables the SSIS Catalog (SSISDB) database on SQL Server 2012+ instances
+
+
Example
+
$SecurePassword = Read-Host -AsSecureString -Prompt "Enter password"
+New-DbaSsisCatalog -SqlInstance DEV01 -SecurePassword $SecurePassword
+
+
+
+
+
+
diff --git a/social/card-html/New-DbaXESession.html b/social/card-html/New-DbaXESession.html
new file mode 100644
index 00000000..25955017
--- /dev/null
+++ b/social/card-html/New-DbaXESession.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - New-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ New -DbaXESession
+
+
Creates a new Extended Events session object for programmatic configuration and deployment.
+
+
Example
+
$session = New-DbaXESession -SqlInstance sql2017 -Name XeSession_Test
+$event = $session .AddEvent ("sqlserver.file_written" )
+$event .AddAction ("package0.callstack" )
+$session .Create ()
+
+
+
+
+
+
diff --git a/social/card-html/New-DbatoolsSupportPackage.html b/social/card-html/New-DbatoolsSupportPackage.html
new file mode 100644
index 00000000..b3b6d863
--- /dev/null
+++ b/social/card-html/New-DbatoolsSupportPackage.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - New-DbatoolsSupportPackage
+
+
+
+
+
+
>
+
+
+
+ New -DbatoolsSupportPackage
+
+
Creates a comprehensive diagnostic package for troubleshooting dbatools module issues and bugs.
+
+
Example
+
New-DbatoolsSupportPackage
+
+
+
+
+
+
diff --git a/social/card-html/Publish-DbaDacPackage.html b/social/card-html/Publish-DbaDacPackage.html
new file mode 100644
index 00000000..8d4389db
--- /dev/null
+++ b/social/card-html/Publish-DbaDacPackage.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Publish-DbaDacPackage
+
+
+
+
+
+
>
+
+
+
+ Publish -DbaDacPackage
+
+
Deploys DACPAC or BACPAC files to SQL Server databases using the DacFx framework
+
+
Example
+
$options = New-DbaDacOption -Type Dacpac -Action Publish
+$options . DeployOptions.DropObjectsNotInSource = $true
+Publish-DbaDacPackage -SqlInstance sql2016 -Database DB1 -DacOption $options -Path c:\temp\db.dacpac
+
+
+
+
+
+
diff --git a/social/card-html/Read-DbaAuditFile.html b/social/card-html/Read-DbaAuditFile.html
new file mode 100644
index 00000000..cc102f04
--- /dev/null
+++ b/social/card-html/Read-DbaAuditFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Read-DbaAuditFile
+
+
+
+
+
+
>
+
+
+
+ Read -DbaAuditFile
+
+
Parses SQL Server audit files (.sqlaudit) into structured event data for security analysis and compliance reporting.
+
+
Example
+
Read-DbaAuditFile -Path C:\temp\logins.sqlaudit
+
+
+
+
+
+
diff --git a/social/card-html/Read-DbaBackupHeader.html b/social/card-html/Read-DbaBackupHeader.html
new file mode 100644
index 00000000..1e45c9fe
--- /dev/null
+++ b/social/card-html/Read-DbaBackupHeader.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Read-DbaBackupHeader
+
+
+
+
+
+
>
+
+
+
+ Read -DbaBackupHeader
+
+
Extracts backup metadata from SQL Server backup files without restoring them
+
+
Example
+
Read-DbaBackupHeader -SqlInstance sql2016 -Path S:\backups\mydb\mydb.bak
+
+
+
+
+
+
diff --git a/social/card-html/Read-DbaTraceFile.html b/social/card-html/Read-DbaTraceFile.html
new file mode 100644
index 00000000..096babd7
--- /dev/null
+++ b/social/card-html/Read-DbaTraceFile.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Read-DbaTraceFile
+
+
+
+
+
+
>
+
+
+
+ Read -DbaTraceFile
+
+
Parses SQL Server trace files and extracts events for security auditing and performance analysis
+
+
Example
+
Read-DbaTraceFile -SqlInstance sql2016 -Database master, tempdb -Path C:\traces\big.trc
+
+
+
+
+
+
diff --git a/social/card-html/Read-DbaTransactionLog.html b/social/card-html/Read-DbaTransactionLog.html
new file mode 100644
index 00000000..63bf6b3b
--- /dev/null
+++ b/social/card-html/Read-DbaTransactionLog.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Read-DbaTransactionLog
+
+
+
+
+
+
>
+
+
+
+ Read -DbaTransactionLog
+
+
Retrieves raw transaction log records from a database using fn_dblog for forensic analysis and troubleshooting
+
+
Example
+
$Log = Read-DbaTransactionLog -SqlInstance sql2016 -Database MyDatabase
+
+
+
+
+
+
diff --git a/social/card-html/Read-DbaXEFile.html b/social/card-html/Read-DbaXEFile.html
new file mode 100644
index 00000000..c330eff0
--- /dev/null
+++ b/social/card-html/Read-DbaXEFile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Read-DbaXEFile
+
+
+
+
+
+
>
+
+
+
+ Read -DbaXEFile
+
+
Parses Extended Events trace files (.xel/.xem) into structured PowerShell objects for analysis
+
+
Example
+
Read-DbaXEFile -Path C:\temp\deadocks.xel
+
+
+
+
+
+
diff --git a/social/card-html/Read-XEvent.html b/social/card-html/Read-XEvent.html
new file mode 100644
index 00000000..0de2876c
--- /dev/null
+++ b/social/card-html/Read-XEvent.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+ dbatools - Read-XEvent
+
+
+
+
+
+
>
+
+
+
+ Read -XEvent
+
+
Read Extended Events trace files and convert them to PowerShell objects for analysis and reporting
+
+
Example
+
Read-XEvent -FileName session.xel -SessionName MySession
+
+
+
+
+
+
diff --git a/social/card-html/Register-DbatoolsConfig.html b/social/card-html/Register-DbatoolsConfig.html
new file mode 100644
index 00000000..30393cb9
--- /dev/null
+++ b/social/card-html/Register-DbatoolsConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Register-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Register -DbatoolsConfig
+
+
Registers an existing configuration object in registry.
+
+
Example
+
Get-DbatoolsConfig message.style.* |
+Register-DbatoolsConfig
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgDatabase.html b/social/card-html/Remove-DbaAgDatabase.html
new file mode 100644
index 00000000..c23e7cfe
--- /dev/null
+++ b/social/card-html/Remove-DbaAgDatabase.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgDatabase
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgDatabase
+
+
Removes databases from availability groups on SQL Server instances.
+
+
Example
+
$splat = @{
+ SqlInstance = "sqlserver2012"
+ AvailabilityGroup = "ag1", "ag2"
+ Confirm = $false
+}
+Remove-DbaAgDatabase @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgListener.html b/social/card-html/Remove-DbaAgListener.html
new file mode 100644
index 00000000..72d19e6a
--- /dev/null
+++ b/social/card-html/Remove-DbaAgListener.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgListener
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgListener
+
+
Removes availability group listeners from SQL Server instances.
+
+
Example
+
Remove-DbaAgListener -SqlInstance sqlserver2012 -AvailabilityGroup ag1, ag2 -Confirm:$false
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgReplica.html b/social/card-html/Remove-DbaAgReplica.html
new file mode 100644
index 00000000..7c09c655
--- /dev/null
+++ b/social/card-html/Remove-DbaAgReplica.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgReplica
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgReplica
+
+
Removes secondary replicas from SQL Server Availability Groups
+
+
Example
+
Remove-DbaAgReplica -SqlInstance sql2017a -AvailabilityGroup SharePoint -Replica sp1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentAlert.html b/social/card-html/Remove-DbaAgentAlert.html
new file mode 100644
index 00000000..5225b9e6
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentAlert.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentAlert
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentAlert
+
+
Removes SQL Server Agent alerts from specified instances.
+
+
Example
+
Remove-DbaAgentAlert -SqlInstance localhost, localhost\namedinstance
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentAlertCategory.html b/social/card-html/Remove-DbaAgentAlertCategory.html
new file mode 100644
index 00000000..3ee46c12
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentAlertCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentAlertCategory
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentAlertCategory
+
+
Removes SQL Server Agent alert categories from SQL Server instances.
+
+
Example
+
Remove-DbaAgentAlertCategory -SqlInstance sql1 -Category 'Category 1'
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentJob.html b/social/card-html/Remove-DbaAgentJob.html
new file mode 100644
index 00000000..8e3468c1
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentJob.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentJob
+
+
Removes SQL Server Agent jobs from one or more instances with options to preserve history and schedules.
+
+
Example
+
Remove-DbaAgentJob -SqlInstance sql1 -Job Job1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentJobCategory.html b/social/card-html/Remove-DbaAgentJobCategory.html
new file mode 100644
index 00000000..2111cbf1
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentJobCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentJobCategory
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentJobCategory
+
+
Removes SQL Server Agent job categories from one or more instances.
+
+
Example
+
Remove-DbaAgentJobCategory -SqlInstance sql1 -Category 'Category 1'
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentJobStep.html b/social/card-html/Remove-DbaAgentJobStep.html
new file mode 100644
index 00000000..4db2591f
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentJobStep.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentJobStep
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentJobStep
+
+
Removes specified job steps from SQL Server Agent jobs.
+
+
Example
+
Remove-DbaAgentJobStep -SqlInstance sql1 -Job Job1 -StepName Step1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentOperator.html b/social/card-html/Remove-DbaAgentOperator.html
new file mode 100644
index 00000000..62dc82ca
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentOperator.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentOperator
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentOperator
+
+
Removes SQL Server Agent operators from one or more instances.
+
+
Example
+
Remove-DbaAgentOperator -SqlInstance sql01 -Operator DBA
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentProxy.html b/social/card-html/Remove-DbaAgentProxy.html
new file mode 100644
index 00000000..132c3ca5
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentProxy.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentProxy
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentProxy
+
+
Removes SQL Agent agent proxy(s).
+
+
Example
+
Remove-DbaAgentProxy -SqlInstance localhost, localhost\namedinstance
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAgentSchedule.html b/social/card-html/Remove-DbaAgentSchedule.html
new file mode 100644
index 00000000..b8bae555
--- /dev/null
+++ b/social/card-html/Remove-DbaAgentSchedule.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Remove-DbaAgentSchedule
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAgentSchedule
+
+
Removes SQL Server Agent schedules from one or more instances.
+
+
Example
+
Remove-DbaAgentSchedule -SqlInstance sql1 -Schedule weekly
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaAvailabilityGroup.html b/social/card-html/Remove-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..ec141411
--- /dev/null
+++ b/social/card-html/Remove-DbaAvailabilityGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaAvailabilityGroup
+
+
Removes availability groups from SQL Server instances using DROP AVAILABILITY GROUP.
+
+
Example
+
Remove-DbaAvailabilityGroup -SqlInstance sqlserver2012 -AllAvailabilityGroups
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaBackup.html b/social/card-html/Remove-DbaBackup.html
new file mode 100644
index 00000000..81065af5
--- /dev/null
+++ b/social/card-html/Remove-DbaBackup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaBackup
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaBackup
+
+
Removes SQL Server backup files from disk based on retention policies and file extension criteria.
+
+
Example
+
Remove-DbaBackup -Path 'C:\MSSQL\SQL Backup\' -BackupFileExtension trn -RetentionPeriod 48h
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaClientAlias.html b/social/card-html/Remove-DbaClientAlias.html
new file mode 100644
index 00000000..b60b50a0
--- /dev/null
+++ b/social/card-html/Remove-DbaClientAlias.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaClientAlias
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaClientAlias
+
+
Removes SQL Server client aliases from Windows registry on local or remote computers
+
+
Example
+
Remove-DbaClientAlias -ComputerName workstationX -Alias sqlps
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaCmConnection.html b/social/card-html/Remove-DbaCmConnection.html
new file mode 100644
index 00000000..c90bbc2c
--- /dev/null
+++ b/social/card-html/Remove-DbaCmConnection.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaCmConnection
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaCmConnection
+
+
Removes cached Windows Management and CIM connections from the dbatools connection cache.
+
+
Example
+
Remove-DbaCmConnection -ComputerName sql2014
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaComputerCertificate.html b/social/card-html/Remove-DbaComputerCertificate.html
new file mode 100644
index 00000000..dfdafd6f
--- /dev/null
+++ b/social/card-html/Remove-DbaComputerCertificate.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - Remove-DbaComputerCertificate
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaComputerCertificate
+
+
Removes certificates from Windows certificate stores on local or remote computers
+
+
Example
+
$splat = @{
+ ComputerName = "Server1"
+ Thumbprint = "C2BBE81A94FEE7A26FFF86C2DFDAF6BFD28C6C94"
+}
+Remove-DbaComputerCertificate @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaCredential.html b/social/card-html/Remove-DbaCredential.html
new file mode 100644
index 00000000..23e79b1f
--- /dev/null
+++ b/social/card-html/Remove-DbaCredential.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaCredential
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaCredential
+
+
Removes SQL credential(s).
+
+
Example
+
Remove-DbaCredential -SqlInstance localhost, localhost\namedinstance
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaCustomError.html b/social/card-html/Remove-DbaCustomError.html
new file mode 100644
index 00000000..8901a6fe
--- /dev/null
+++ b/social/card-html/Remove-DbaCustomError.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaCustomError
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaCustomError
+
+
Removes user-defined error messages from the sys.messages system catalog
+
+
Example
+
Remove-DbaCustomError -SqlInstance sqldev01, sqldev02 -MessageID 70001 -Language "French"
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDatabase.html b/social/card-html/Remove-DbaDatabase.html
new file mode 100644
index 00000000..d4e10769
--- /dev/null
+++ b/social/card-html/Remove-DbaDatabase.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDatabase
+
+
Removes user databases using multiple fallback methods to handle stuck or locked databases.
+
+
Example
+
Remove-DbaDatabase -SqlInstance sql2016 -Database containeddb
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDatabaseSafely.html b/social/card-html/Remove-DbaDatabaseSafely.html
new file mode 100644
index 00000000..1cbbca77
--- /dev/null
+++ b/social/card-html/Remove-DbaDatabaseSafely.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaDatabaseSafely
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDatabaseSafely
+
+
Removes databases after creating verified backups and testing restore procedures.
+
+
Example
+
$splat = @{
+ SqlInstance = 'Fade2Black'
+ Database = 'RideTheLightning'
+ BackupFolder = 'C:\MSSQL\Backup\Rationalised - DO NOT DELETE'
+}
+Remove-DbaDatabaseSafely @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbAsymmetricKey.html b/social/card-html/Remove-DbaDbAsymmetricKey.html
new file mode 100644
index 00000000..28d899f5
--- /dev/null
+++ b/social/card-html/Remove-DbaDbAsymmetricKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbAsymmetricKey
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbAsymmetricKey
+
+
Removes asymmetric keys from SQL Server databases
+
+
Example
+
Remove-DbaDbAsymmetricKey -SqlInstance Server1 -Database Enctest -Name AsCert1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbBackupRestoreHistory.html b/social/card-html/Remove-DbaDbBackupRestoreHistory.html
new file mode 100644
index 00000000..417c3bb8
--- /dev/null
+++ b/social/card-html/Remove-DbaDbBackupRestoreHistory.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbBackupRestoreHistory
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbBackupRestoreHistory
+
+
Removes backup and restore history records from MSDB database to prevent excessive growth
+
+
Example
+
Remove-DbaDbBackupRestoreHistory -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbCertificate.html b/social/card-html/Remove-DbaDbCertificate.html
new file mode 100644
index 00000000..b9df52d7
--- /dev/null
+++ b/social/card-html/Remove-DbaDbCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbCertificate
+
+
Removes database certificates from SQL Server databases
+
+
Example
+
Remove-DbaDbCertificate -SqlInstance Server1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbCheckConstraint.html b/social/card-html/Remove-DbaDbCheckConstraint.html
new file mode 100644
index 00000000..9ebbe65b
--- /dev/null
+++ b/social/card-html/Remove-DbaDbCheckConstraint.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbCheckConstraint
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbCheckConstraint
+
+
Removes check constraints from SQL Server database tables
+
+
Example
+
Remove-DbaDbCheckConstraint -SqlInstance localhost, sql2016 -Database db1, db2
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbData.html b/social/card-html/Remove-DbaDbData.html
new file mode 100644
index 00000000..b5665376
--- /dev/null
+++ b/social/card-html/Remove-DbaDbData.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbData
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbData
+
+
Truncates all user tables in specified databases to remove all data while preserving table structure.
+
+
Example
+
Remove-DbaDbData -SqlInstance localhost -Database dbname
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbEncryptionKey.html b/social/card-html/Remove-DbaDbEncryptionKey.html
new file mode 100644
index 00000000..6958390b
--- /dev/null
+++ b/social/card-html/Remove-DbaDbEncryptionKey.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbEncryptionKey
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbEncryptionKey
+
+
Removes database encryption keys from SQL Server databases to disable Transparent Data Encryption
+
+
Example
+
Remove-DbaDbEncryptionKey -SqlInstance sql01 -Database test
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbFileGroup.html b/social/card-html/Remove-DbaDbFileGroup.html
new file mode 100644
index 00000000..6acf0cf7
--- /dev/null
+++ b/social/card-html/Remove-DbaDbFileGroup.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbFileGroup
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbFileGroup
+
+
Removes empty filegroups from SQL Server databases.
+
+
Example
+
Remove-DbaDbFileGroup -SqlInstance sqldev1 -Database TestDb -FileGroup HRFG1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbLogShipping.html b/social/card-html/Remove-DbaDbLogShipping.html
new file mode 100644
index 00000000..860b1ebf
--- /dev/null
+++ b/social/card-html/Remove-DbaDbLogShipping.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbLogShipping
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbLogShipping
+
+
Dismantles SQL Server log shipping configurations and removes associated jobs and monitoring
+
+
Example
+
Remove-DbaDbLogShipping -PrimarySqlInstance sql1 -SecondarySqlInstance sql2 -Database DB1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbMailAccount.html b/social/card-html/Remove-DbaDbMailAccount.html
new file mode 100644
index 00000000..47e6a6d8
--- /dev/null
+++ b/social/card-html/Remove-DbaDbMailAccount.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbMailAccount
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbMailAccount
+
+
Removes Database Mail accounts from SQL Server instances
+
+
Example
+
Remove-DbaDbMailAccount -SqlInstance localhost, localhost\namedinstance
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbMailProfile.html b/social/card-html/Remove-DbaDbMailProfile.html
new file mode 100644
index 00000000..985245df
--- /dev/null
+++ b/social/card-html/Remove-DbaDbMailProfile.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbMailProfile
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbMailProfile
+
+
Removes Database Mail profiles from SQL Server instances.
+
+
Example
+
Remove-DbaDbMailProfile -SqlInstance localhost, localhost\namedinstance
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbMasterKey.html b/social/card-html/Remove-DbaDbMasterKey.html
new file mode 100644
index 00000000..32c72ad0
--- /dev/null
+++ b/social/card-html/Remove-DbaDbMasterKey.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbMasterKey
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbMasterKey
+
+
Removes database master keys from SQL Server databases
+
+
Example
+
Remove-DbaDbMasterKey -SqlInstance sql2017, sql2016 -Database pubs
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbMirror.html b/social/card-html/Remove-DbaDbMirror.html
new file mode 100644
index 00000000..945b2746
--- /dev/null
+++ b/social/card-html/Remove-DbaDbMirror.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbMirror
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbMirror
+
+
Breaks database mirroring partnerships and stops mirroring sessions
+
+
Example
+
Remove-DbaDbMirror -SqlInstance localhost -Database TestDB
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbMirrorMonitor.html b/social/card-html/Remove-DbaDbMirrorMonitor.html
new file mode 100644
index 00000000..047cc2bb
--- /dev/null
+++ b/social/card-html/Remove-DbaDbMirrorMonitor.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbMirrorMonitor
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbMirrorMonitor
+
+
Stops and deletes the mirroring monitor job for all the databases on the server instance.
+
+
Example
+
Remove-DbaDbMirrorMonitor -SqlInstance sql2008, sql2012
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbOrphanUser.html b/social/card-html/Remove-DbaDbOrphanUser.html
new file mode 100644
index 00000000..93718885
--- /dev/null
+++ b/social/card-html/Remove-DbaDbOrphanUser.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbOrphanUser
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbOrphanUser
+
+
Removes orphaned database users that no longer have corresponding SQL Server logins
+
+
Example
+
Remove-DbaDbOrphanUser -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbPartitionFunction.html b/social/card-html/Remove-DbaDbPartitionFunction.html
new file mode 100644
index 00000000..9520aaa3
--- /dev/null
+++ b/social/card-html/Remove-DbaDbPartitionFunction.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbPartitionFunction
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbPartitionFunction
+
+
Drops partition functions from SQL Server databases to clean up unused partitioning schemes.
+
+
Example
+
Remove-DbaDbPartitionFunction -SqlInstance localhost, sql2016 -Database db1, db2
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbPartitionScheme.html b/social/card-html/Remove-DbaDbPartitionScheme.html
new file mode 100644
index 00000000..58bc6fac
--- /dev/null
+++ b/social/card-html/Remove-DbaDbPartitionScheme.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbPartitionScheme
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbPartitionScheme
+
+
Removes database partition schemes from SQL Server databases.
+
+
Example
+
Remove-DbaDbPartitionScheme -SqlInstance localhost, sql2016 -Database db1, db2
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbRole.html b/social/card-html/Remove-DbaDbRole.html
new file mode 100644
index 00000000..38c5947a
--- /dev/null
+++ b/social/card-html/Remove-DbaDbRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbRole
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbRole
+
+
Removes custom database roles from SQL Server databases
+
+
Example
+
Remove-DbaDbRole -SqlInstance localhost -Database dbname -Role customrole1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbRoleMember.html b/social/card-html/Remove-DbaDbRoleMember.html
new file mode 100644
index 00000000..b4b4f036
--- /dev/null
+++ b/social/card-html/Remove-DbaDbRoleMember.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbRoleMember
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbRoleMember
+
+
Removes database users from database roles across SQL Server instances.
+
+
Example
+
Remove-DbaDbRoleMember -SqlInstance localhost -Database mydb -Role db_owner -User user1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbSchema.html b/social/card-html/Remove-DbaDbSchema.html
new file mode 100644
index 00000000..03d91b59
--- /dev/null
+++ b/social/card-html/Remove-DbaDbSchema.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbSchema
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbSchema
+
+
Removes database schemas from one or more SQL Server databases.
+
+
Example
+
Remove-DbaDbSchema -SqlInstance sqldev01 -Database example1 -Schema TestSchema1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbSequence.html b/social/card-html/Remove-DbaDbSequence.html
new file mode 100644
index 00000000..907ceb25
--- /dev/null
+++ b/social/card-html/Remove-DbaDbSequence.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbSequence
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbSequence
+
+
Removes database sequence objects from SQL Server instances.
+
+
Example
+
Remove-DbaDbSequence -SqlInstance sqldev01 -Database TestDB -Sequence TestSequence
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbSnapshot.html b/social/card-html/Remove-DbaDbSnapshot.html
new file mode 100644
index 00000000..3d17edf4
--- /dev/null
+++ b/social/card-html/Remove-DbaDbSnapshot.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbSnapshot
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbSnapshot
+
+
Drops database snapshots from SQL Server instances
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2014"
+ Snapshot = "HR_snap_20161201", "HR_snap_20161101"
+}
+Remove-DbaDbSnapshot @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbSynonym.html b/social/card-html/Remove-DbaDbSynonym.html
new file mode 100644
index 00000000..b1f1f24e
--- /dev/null
+++ b/social/card-html/Remove-DbaDbSynonym.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbSynonym
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbSynonym
+
+
Removes database synonyms from SQL Server databases
+
+
Example
+
Remove-DbaDbSynonym -SqlInstance localhost -Database db1 -Synonym "synonym1", "synonym2"
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbTable.html b/social/card-html/Remove-DbaDbTable.html
new file mode 100644
index 00000000..beca1416
--- /dev/null
+++ b/social/card-html/Remove-DbaDbTable.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbTable
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbTable
+
+
Drops tables from SQL Server databases with safety controls and detailed status reporting.
+
+
Example
+
$splat = @{
+ SqlInstance = localhost, sql2016
+ Database = db1, db2
+ Table = table1, table2, table3
+}
+Remove-DbaDbTable @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbTableData.html b/social/card-html/Remove-DbaDbTableData.html
new file mode 100644
index 00000000..48f51a4f
--- /dev/null
+++ b/social/card-html/Remove-DbaDbTableData.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbTableData
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbTableData
+
+
Performs batch deletion of table data while controlling transaction log growth during large-scale data removal operations.
+
+
Example
+
Remove-DbaDbTableData -SqlInstance localhost -Database TestDb -Table dbo.Test -BatchSize 1000000 -LogBackupPath E:\LogBackups -Confirm:$false
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbUdf.html b/social/card-html/Remove-DbaDbUdf.html
new file mode 100644
index 00000000..dca4c13b
--- /dev/null
+++ b/social/card-html/Remove-DbaDbUdf.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbUdf
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbUdf
+
+
Removes user-defined functions and user-defined aggregates from SQL Server databases.
+
+
Example
+
$splat = @{
+ SqlInstance = "localhost", "sql2016"
+ Database = "db1", "db2"
+ Name = "udf1", "udf2", "udf3"
+}
+Remove-DbaDbUdf @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbUser.html b/social/card-html/Remove-DbaDbUser.html
new file mode 100644
index 00000000..f3afc4fb
--- /dev/null
+++ b/social/card-html/Remove-DbaDbUser.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbUser
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbUser
+
+
Removes database users from SQL Server databases with intelligent schema ownership handling
+
+
Example
+
Remove-DbaDbUser -SqlInstance sqlserver2014 -User user1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaDbView.html b/social/card-html/Remove-DbaDbView.html
new file mode 100644
index 00000000..5f200ca4
--- /dev/null
+++ b/social/card-html/Remove-DbaDbView.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaDbView
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaDbView
+
+
Removes database views from SQL Server databases
+
+
Example
+
$splat = @{
+ SqlInstance = localhost, sql2016
+ Database = db1, db2
+ View = view1, view2, view3
+}
+Remove-DbaDbView @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaEndpoint.html b/social/card-html/Remove-DbaEndpoint.html
new file mode 100644
index 00000000..4875899e
--- /dev/null
+++ b/social/card-html/Remove-DbaEndpoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Remove-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaEndpoint
+
+
Removes SQL Server endpoints including DatabaseMirroring, ServiceBroker, Soap, and TSql types.
+
+
Example
+
Remove-DbaEndpoint -SqlInstance sqlserver2012 -AllEndpoints
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaExtendedProperty.html b/social/card-html/Remove-DbaExtendedProperty.html
new file mode 100644
index 00000000..71fd6d6f
--- /dev/null
+++ b/social/card-html/Remove-DbaExtendedProperty.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Remove-DbaExtendedProperty
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaExtendedProperty
+
+
Removes custom metadata and documentation stored as extended properties from SQL Server objects
+
+
Example
+
Get-DbaDatabase -SqlInstance localhost -Database mydb |
+Get-DbaExtendedProperty -Name appversion |
+Remove-DbaExtendedProperty
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaFirewallRule.html b/social/card-html/Remove-DbaFirewallRule.html
new file mode 100644
index 00000000..394f5d92
--- /dev/null
+++ b/social/card-html/Remove-DbaFirewallRule.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Remove-DbaFirewallRule
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaFirewallRule
+
+
Removes Windows firewall rules for SQL Server Engine, Browser, and DAC connections from target computers.
+
+
Example
+
Remove-DbaFirewallRule -SqlInstance SRV1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaLinkedServer.html b/social/card-html/Remove-DbaLinkedServer.html
new file mode 100644
index 00000000..63e3d348
--- /dev/null
+++ b/social/card-html/Remove-DbaLinkedServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaLinkedServer
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaLinkedServer
+
+
Removes linked servers from SQL Server instances.
+
+
Example
+
Remove-DbaLinkedServer -SqlInstance sql01 -LinkedServer linkedServer1 -Confirm: $false
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaLinkedServerLogin.html b/social/card-html/Remove-DbaLinkedServerLogin.html
new file mode 100644
index 00000000..6bdd998e
--- /dev/null
+++ b/social/card-html/Remove-DbaLinkedServerLogin.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Remove-DbaLinkedServerLogin
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaLinkedServerLogin
+
+
Removes linked server login mappings that define credential relationships between local and remote server logins.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ LinkedServer = "linkedServer1"
+ LocalLogin = "linkedServerLogin1"
+ Confirm = $false
+}
+Remove-DbaLinkedServerLogin @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaLogin.html b/social/card-html/Remove-DbaLogin.html
new file mode 100644
index 00000000..8ceadc3d
--- /dev/null
+++ b/social/card-html/Remove-DbaLogin.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaLogin
+
+
Removes SQL Server logins from target instances
+
+
Example
+
Remove-DbaLogin -SqlInstance sql2016 -Login mylogin
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaNetworkCertificate.html b/social/card-html/Remove-DbaNetworkCertificate.html
new file mode 100644
index 00000000..fab5e9fe
--- /dev/null
+++ b/social/card-html/Remove-DbaNetworkCertificate.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaNetworkCertificate
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaNetworkCertificate
+
+
Removes the SSL certificate configuration from SQL Server network encryption settings
+
+
Example
+
Remove-DbaNetworkCertificate
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaPfDataCollectorCounter.html b/social/card-html/Remove-DbaPfDataCollectorCounter.html
new file mode 100644
index 00000000..92c4acd0
--- /dev/null
+++ b/social/card-html/Remove-DbaPfDataCollectorCounter.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+ dbatools - Remove-DbaPfDataCollectorCounter
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaPfDataCollectorCounter
+
+
Removes specific performance counters from Windows Performance Monitor Data Collector Sets.
+
+
Example
+
$splat = @{
+ ComputerName = "sql2017"
+ CollectorSet = "System Correlation"
+ Collector = "DataCollector01"
+ Counter = '\LogicalDisk(*)\Avg. Disk Queue Length'
+}
+Remove-DbaPfDataCollectorCounter @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaPfDataCollectorSet.html b/social/card-html/Remove-DbaPfDataCollectorSet.html
new file mode 100644
index 00000000..5c8f045d
--- /dev/null
+++ b/social/card-html/Remove-DbaPfDataCollectorSet.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Remove-DbaPfDataCollectorSet
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaPfDataCollectorSet
+
+
Removes Windows Performance Monitor Data Collector Sets from local or remote computers
+
+
Example
+
Remove-DbaPfDataCollectorSet
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaRegServer.html b/social/card-html/Remove-DbaRegServer.html
new file mode 100644
index 00000000..031d16ed
--- /dev/null
+++ b/social/card-html/Remove-DbaRegServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaRegServer
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaRegServer
+
+
Removes registered servers from SQL Server Central Management Server or local registered server groups.
+
+
Example
+
Remove-DbaRegServer -SqlInstance sql2012 -Group HR, Accounting
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaRegServerGroup.html b/social/card-html/Remove-DbaRegServerGroup.html
new file mode 100644
index 00000000..5c52be1f
--- /dev/null
+++ b/social/card-html/Remove-DbaRegServerGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaRegServerGroup
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaRegServerGroup
+
+
Removes server groups from SQL Server Central Management Server (CMS).
+
+
Example
+
Remove-DbaRegServerGroup -SqlInstance sql2012 -Group HR, Accounting
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaReplArticle.html b/social/card-html/Remove-DbaReplArticle.html
new file mode 100644
index 00000000..a073f95c
--- /dev/null
+++ b/social/card-html/Remove-DbaReplArticle.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaReplArticle
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaReplArticle
+
+
Removes articles from SQL Server replication publications and their associated subscriptions.
+
+
Example
+
Remove-DbaReplArticle -SqlInstance mssql1 -Database Pubs -Publication PubFromPosh -Name 'publishers'
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaReplPublication.html b/social/card-html/Remove-DbaReplPublication.html
new file mode 100644
index 00000000..6df1e55e
--- /dev/null
+++ b/social/card-html/Remove-DbaReplPublication.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaReplPublication
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaReplPublication
+
+
Removes a publication from the database on the target SQL instances.
+
+
Example
+
Remove-DbaReplPublication -SqlInstance mssql1 -Database Northwind -Name PubFromPosh
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaReplSubscription.html b/social/card-html/Remove-DbaReplSubscription.html
new file mode 100644
index 00000000..f05f090c
--- /dev/null
+++ b/social/card-html/Remove-DbaReplSubscription.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Remove-DbaReplSubscription
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaReplSubscription
+
+
Removes a subscription for the target SQL instances.
+
+
Example
+
$sub = @{
+ SqlInstance = 'mssql1'
+ Database = 'pubs'
+ PublicationName = 'testPub'
+ SubscriberSqlInstance = 'mssql2'
+ SubscriptionDatabase = 'pubs'
+}
+Remove-DbaReplSubscription @sub
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaRgResourcePool.html b/social/card-html/Remove-DbaRgResourcePool.html
new file mode 100644
index 00000000..c828b80b
--- /dev/null
+++ b/social/card-html/Remove-DbaRgResourcePool.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaRgResourcePool
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaRgResourcePool
+
+
Removes internal or external resource pools from SQL Server Resource Governor configuration
+
+
Example
+
Remove-DbaRgResourcePool -SqlInstance sql2016 -ResourcePool poolAdmin -Type Internal
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaRgWorkloadGroup.html b/social/card-html/Remove-DbaRgWorkloadGroup.html
new file mode 100644
index 00000000..6d1bf25b
--- /dev/null
+++ b/social/card-html/Remove-DbaRgWorkloadGroup.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Remove-DbaRgWorkloadGroup
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaRgWorkloadGroup
+
+
Removes workload groups from SQL Server Resource Governor
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2016"
+ WorkloadGroup = "groupAdmin"
+ ResourcePool = "poolAdmin"
+ ResourcePoolType = "Internal"
+}
+Remove-DbaRgWorkloadGroup @splat
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaServerRole.html b/social/card-html/Remove-DbaServerRole.html
new file mode 100644
index 00000000..ee680fbc
--- /dev/null
+++ b/social/card-html/Remove-DbaServerRole.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Remove-DbaServerRole
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaServerRole
+
+
Removes custom server-level roles from SQL Server instances.
+
+
Example
+
Remove-DbaServerRole -SqlInstance Server1 -ServerRole 'serverExecuter'
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaServerRoleMember.html b/social/card-html/Remove-DbaServerRoleMember.html
new file mode 100644
index 00000000..f9f38e4f
--- /dev/null
+++ b/social/card-html/Remove-DbaServerRoleMember.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaServerRoleMember
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaServerRoleMember
+
+
Revokes server-level role membership from SQL Server logins and roles.
+
+
Example
+
Remove-DbaServerRoleMember -SqlInstance server1 -ServerRole dbcreator -Login login1
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaTrace.html b/social/card-html/Remove-DbaTrace.html
new file mode 100644
index 00000000..7741ab58
--- /dev/null
+++ b/social/card-html/Remove-DbaTrace.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Remove-DbaTrace
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaTrace
+
+
Stops and removes SQL Server traces by ID or piped input from Get-DbaTrace.
+
+
Example
+
Remove-DbaTrace -SqlInstance sql2008
+
+
+
+
+
+
diff --git a/social/card-html/Remove-DbaXESession.html b/social/card-html/Remove-DbaXESession.html
new file mode 100644
index 00000000..12be0fea
--- /dev/null
+++ b/social/card-html/Remove-DbaXESession.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Remove-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Remove -DbaXESession
+
+
Removes Extended Events sessions from SQL Server instances.
+
+
Example
+
Remove-DbaXESession -SqlInstance sql2012 -AllSessions
+
+
+
+
+
+
diff --git a/social/card-html/Rename-DbaDatabase.html b/social/card-html/Rename-DbaDatabase.html
new file mode 100644
index 00000000..fbfbd171
--- /dev/null
+++ b/social/card-html/Rename-DbaDatabase.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Rename-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Rename -DbaDatabase
+
+
Renames database names, filegroups, logical files, and physical files using customizable templates with placeholder support.
+
+
Example
+
$splat = @{
+ SqlInstance = "sqlserver2014a"
+ Database = "HR"
+ DatabaseName = "HR2"
+ Preview = $true
+}
+Rename-DbaDatabase @splat |
+Select-Object *
+
+
+
+
+
+
diff --git a/social/card-html/Rename-DbaLogin.html b/social/card-html/Rename-DbaLogin.html
new file mode 100644
index 00000000..4e6eeb7c
--- /dev/null
+++ b/social/card-html/Rename-DbaLogin.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Rename-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Rename -DbaLogin
+
+
Renames SQL Server logins and optionally their associated database users
+
+
Example
+
Rename-DbaLogin -SqlInstance localhost -Login DbaToolsUser -NewLogin captain
+
+
+
+
+
+
diff --git a/social/card-html/Repair-DbaDbMirror.html b/social/card-html/Repair-DbaDbMirror.html
new file mode 100644
index 00000000..4eb8db9f
--- /dev/null
+++ b/social/card-html/Repair-DbaDbMirror.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Repair-DbaDbMirror
+
+
+
+
+
+
>
+
+
+
+ Repair -DbaDbMirror
+
+
Repairs suspended database mirroring sessions by restarting endpoints and resuming mirroring
+
+
Example
+
Repair-DbaDbMirror -SqlInstance sql2017 -Database pubs
+
+
+
+
+
+
diff --git a/social/card-html/Repair-DbaDbOrphanUser.html b/social/card-html/Repair-DbaDbOrphanUser.html
new file mode 100644
index 00000000..9e6abd0e
--- /dev/null
+++ b/social/card-html/Repair-DbaDbOrphanUser.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Repair-DbaDbOrphanUser
+
+
+
+
+
+
>
+
+
+
+ Repair -DbaDbOrphanUser
+
+
Repairs orphaned database users by remapping them to matching server logins or optionally removing them.
+
+
Example
+
Repair-DbaDbOrphanUser -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Repair-DbaInstanceName.html b/social/card-html/Repair-DbaInstanceName.html
new file mode 100644
index 00000000..7283fb81
--- /dev/null
+++ b/social/card-html/Repair-DbaInstanceName.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Repair-DbaInstanceName
+
+
+
+
+
+
>
+
+
+
+ Repair -DbaInstanceName
+
+
Updates SQL Server's @@SERVERNAME system variable to match the Windows hostname
+
+
Example
+
Repair-DbaInstanceName -SqlInstance sql2014
+
+
+
+
+
+
diff --git a/social/card-html/Reset-DbaAdmin.html b/social/card-html/Reset-DbaAdmin.html
new file mode 100644
index 00000000..fb1ee396
--- /dev/null
+++ b/social/card-html/Reset-DbaAdmin.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Reset-DbaAdmin
+
+
+
+
+
+
>
+
+
+
+ Reset -DbaAdmin
+
+
Regains administrative access to SQL Server instances when passwords or access has been lost
+
+
Example
+
Reset-DbaAdmin -SqlInstance sqlcluster -SqlCredential sqladmin
+
+
+
+
+
+
diff --git a/social/card-html/Reset-DbatoolsConfig.html b/social/card-html/Reset-DbatoolsConfig.html
new file mode 100644
index 00000000..d709adba
--- /dev/null
+++ b/social/card-html/Reset-DbatoolsConfig.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Reset-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Reset -DbatoolsConfig
+
+
Resets dbatools module configuration settings back to their default values.
+
+
Example
+
Reset-DbatoolsConfig -Module MyModule
+
+
+
+
+
+
diff --git a/social/card-html/Resolve-DbaNetworkName.html b/social/card-html/Resolve-DbaNetworkName.html
new file mode 100644
index 00000000..455b3300
--- /dev/null
+++ b/social/card-html/Resolve-DbaNetworkName.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Resolve-DbaNetworkName
+
+
+
+
+
+
>
+
+
+
+ Resolve -DbaNetworkName
+
+
Resolves network names and returns detailed network information for SQL Server connection troubleshooting and validation.
+
+
Example
+
Resolve-DbaNetworkName -ComputerName sql2014
+
+
+
+
+
+
diff --git a/social/card-html/Resolve-DbaPath.html b/social/card-html/Resolve-DbaPath.html
new file mode 100644
index 00000000..8e27e27d
--- /dev/null
+++ b/social/card-html/Resolve-DbaPath.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Resolve-DbaPath
+
+
+
+
+
+
>
+
+
+
+ Resolve -DbaPath
+
+
Validates and resolves file system paths with enhanced error handling and provider verification.
+
+
Example
+
$splat = @{
+ Path = "report.log"
+ Provider = "FileSystem"
+ NewChild = $true
+ SingleItem = $true
+}
+Resolve-DbaPath @splat
+
+
+
+
+
+
diff --git a/social/card-html/Restart-DbaService.html b/social/card-html/Restart-DbaService.html
new file mode 100644
index 00000000..50609642
--- /dev/null
+++ b/social/card-html/Restart-DbaService.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Restart-DbaService
+
+
+
+
+
+
>
+
+
+
+ Restart -DbaService
+
+
Restarts SQL Server services with proper dependency handling and service ordering.
+
+
Example
+
Restart-DbaService -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Restore-DbaDatabase.html b/social/card-html/Restore-DbaDatabase.html
new file mode 100644
index 00000000..fe7559ea
--- /dev/null
+++ b/social/card-html/Restore-DbaDatabase.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Restore-DbaDatabase
+
+
+
+
+
+
>
+
+
+
+ Restore -DbaDatabase
+
+
Restores SQL Server databases from backup files with intelligent backup chain selection and point-in-time recovery.
+
+
Example
+
Restore-DbaDatabase -SqlInstance server1\instance1 -Path \\server2\backups
+
+
+
+
+
+
diff --git a/social/card-html/Restore-DbaDbCertificate.html b/social/card-html/Restore-DbaDbCertificate.html
new file mode 100644
index 00000000..8098c979
--- /dev/null
+++ b/social/card-html/Restore-DbaDbCertificate.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Restore-DbaDbCertificate
+
+
+
+
+
+
>
+
+
+
+ Restore -DbaDbCertificate
+
+
Restores database certificates from .cer and .pvk files into SQL Server databases.
+
+
Example
+
$securepass = Get-Credential usernamedoesntmatter |
+Select-Object -ExpandProperty Password
+Restore-DbaDbCertificate -SqlInstance Server1 -Path \\Server1\Certificates -DecryptionPassword $securepass
+
+
+
+
+
+
diff --git a/social/card-html/Restore-DbaDbSnapshot.html b/social/card-html/Restore-DbaDbSnapshot.html
new file mode 100644
index 00000000..e7f98d30
--- /dev/null
+++ b/social/card-html/Restore-DbaDbSnapshot.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Restore-DbaDbSnapshot
+
+
+
+
+
+
>
+
+
+
+ Restore -DbaDbSnapshot
+
+
Restores SQL Server databases from database snapshots, reverting to the snapshot's point-in-time state
+
+
Example
+
Restore-DbaDbSnapshot -SqlInstance sql2014 -Database HR, Accounting
+
+
+
+
+
+
diff --git a/social/card-html/Resume-DbaAgDbDataMovement.html b/social/card-html/Resume-DbaAgDbDataMovement.html
new file mode 100644
index 00000000..11ad5121
--- /dev/null
+++ b/social/card-html/Resume-DbaAgDbDataMovement.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Resume-DbaAgDbDataMovement
+
+
+
+
+
+
>
+
+
+
+ Resume -DbaAgDbDataMovement
+
+
Resumes suspended data synchronization for availability group databases.
+
+
Example
+
Resume-DbaAgDbDataMovement -SqlInstance sql2017a -AvailabilityGroup ag1 -Database db1, db2
+
+
+
+
+
+
diff --git a/social/card-html/Revoke-DbaAgPermission.html b/social/card-html/Revoke-DbaAgPermission.html
new file mode 100644
index 00000000..20281eb3
--- /dev/null
+++ b/social/card-html/Revoke-DbaAgPermission.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Revoke-DbaAgPermission
+
+
+
+
+
+
>
+
+
+
+ Revoke -DbaAgPermission
+
+
Revokes permissions from SQL Server logins on database mirroring endpoints or availability groups.
+
+
Example
+
Revoke-DbaAgPermission -SqlInstance sql2017a -Type AvailabilityGroup -AvailabilityGroup SharePoint -Login ad\spservice -Permission CreateAnyDatabase
+
+
+
+
+
+
diff --git a/social/card-html/Save-DbaCommunitySoftware.html b/social/card-html/Save-DbaCommunitySoftware.html
new file mode 100644
index 00000000..7d7d8ad9
--- /dev/null
+++ b/social/card-html/Save-DbaCommunitySoftware.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Save-DbaCommunitySoftware
+
+
+
+
+
+
>
+
+
+
+ Save -DbaCommunitySoftware
+
+
Downloads and caches popular SQL Server community tools from GitHub for use by dbatools installation commands
+
+
Example
+
Save-DbaCommunitySoftware -Software MaintenanceSolution
+
+
+
+
+
+
diff --git a/social/card-html/Save-DbaDiagnosticQueryScript.html b/social/card-html/Save-DbaDiagnosticQueryScript.html
new file mode 100644
index 00000000..4122cd16
--- /dev/null
+++ b/social/card-html/Save-DbaDiagnosticQueryScript.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Save-DbaDiagnosticQueryScript
+
+
+
+
+
+
>
+
+
+
+ Save -DbaDiagnosticQueryScript
+
+
Downloads Glenn Berry's SQL Server Diagnostic Information Queries for performance monitoring and troubleshooting
+
+
Example
+
Save-DbaDiagnosticQueryScript -Path c:\temp
+
+
+
+
+
+
diff --git a/social/card-html/Save-DbaKbUpdate.html b/social/card-html/Save-DbaKbUpdate.html
new file mode 100644
index 00000000..8d579c19
--- /dev/null
+++ b/social/card-html/Save-DbaKbUpdate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Save-DbaKbUpdate
+
+
+
+
+
+
>
+
+
+
+ Save -DbaKbUpdate
+
+
Downloads Microsoft Knowledge Base updates and patches to local storage
+
+
Example
+
Save-DbaKbUpdate -Name KB4057119
+
+
+
+
+
+
diff --git a/social/card-html/Select-DbaBackupInformation.html b/social/card-html/Select-DbaBackupInformation.html
new file mode 100644
index 00000000..b368fe5f
--- /dev/null
+++ b/social/card-html/Select-DbaBackupInformation.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Select-DbaBackupInformation
+
+
+
+
+
+
>
+
+
+
+ Select -DbaBackupInformation
+
+
Filters backup history to identify the minimum backup chain needed for point-in-time database recovery
+
+
Example
+
$Backups = Get-DbaBackupInformation -SqlInstance Server1 -Path \\server1\backups$ |
+Select-DbaBackupInformation -RestoreTime (Get-Date).AddHours(-1)
+
+
+
+
+
+
diff --git a/social/card-html/Select-DbaDbSequenceNextValue.html b/social/card-html/Select-DbaDbSequenceNextValue.html
new file mode 100644
index 00000000..53f58d46
--- /dev/null
+++ b/social/card-html/Select-DbaDbSequenceNextValue.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Select-DbaDbSequenceNextValue
+
+
+
+
+
+
>
+
+
+
+ Select -DbaDbSequenceNextValue
+
+
Retrieves and increments the next value from a SQL Server sequence object.
+
+
Example
+
Select-DbaDbSequenceNextValue -SqlInstance sqldev01 -Database TestDB -Sequence TestSequence
+
+
+
+
+
+
diff --git a/social/card-html/Select-DbaObject.html b/social/card-html/Select-DbaObject.html
new file mode 100644
index 00000000..c8b64e8e
--- /dev/null
+++ b/social/card-html/Select-DbaObject.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+ dbatools - Select-DbaObject
+
+
+
+
+
+
>
+
+
+
+ Select -DbaObject
+
+
Wrapper around Select-Object, extends property parameter.
+
+
Example
+
Get-ChildItem | Select-DbaObject Name, "Length as Size"
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgListener.html b/social/card-html/Set-DbaAgListener.html
new file mode 100644
index 00000000..4d3e54a0
--- /dev/null
+++ b/social/card-html/Set-DbaAgListener.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaAgListener
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgListener
+
+
Modifies the port number for Availability Group listeners on SQL Server instances.
+
+
Example
+
Set-DbaAgListener -SqlInstance sql2017 -AvailabilityGroup SharePoint -Port 14333
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgReplica.html b/social/card-html/Set-DbaAgReplica.html
new file mode 100644
index 00000000..8c9ff9d5
--- /dev/null
+++ b/social/card-html/Set-DbaAgReplica.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaAgReplica
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgReplica
+
+
Modifies configuration properties of existing availability group replicas.
+
+
Example
+
Set-DbaAgReplica -SqlInstance sql2016 -Replica sql2016 -AvailabilityGroup SharePoint -BackupPriority 5000
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentAlert.html b/social/card-html/Set-DbaAgentAlert.html
new file mode 100644
index 00000000..38bb3410
--- /dev/null
+++ b/social/card-html/Set-DbaAgentAlert.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentAlert
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentAlert
+
+
Modifies properties of existing SQL Agent alerts including enabled status and name.
+
+
Example
+
Set-DbaAgentAlert -SqlInstance sql1 -Alert 'Severity 025: Fatal Error' -Disabled
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentJob.html b/social/card-html/Set-DbaAgentJob.html
new file mode 100644
index 00000000..b243f79d
--- /dev/null
+++ b/social/card-html/Set-DbaAgentJob.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentJob
+
+
Modifies existing SQL Server Agent job properties and notification settings.
+
+
Example
+
Set-DbaAgentJob sql1 -Job Job1 -Disabled
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentJobCategory.html b/social/card-html/Set-DbaAgentJobCategory.html
new file mode 100644
index 00000000..7911e8dd
--- /dev/null
+++ b/social/card-html/Set-DbaAgentJobCategory.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentJobCategory
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentJobCategory
+
+
Renames SQL Server Agent job categories to standardize naming conventions across instances.
+
+
Example
+
New-DbaAgentJobCategory -SqlInstance sql1 -Category 'Category 1' -NewName 'Category 2'
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentJobOutputFile.html b/social/card-html/Set-DbaAgentJobOutputFile.html
new file mode 100644
index 00000000..594676e7
--- /dev/null
+++ b/social/card-html/Set-DbaAgentJobOutputFile.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentJobOutputFile
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentJobOutputFile
+
+
Configures the output file path for SQL Server Agent job steps to capture step execution logs.
+
+
Example
+
$splat = @{
+ SqlInstance = "SERVERNAME"
+ Job = "The Agent Job"
+ OutPutFile = "E:\Logs\AgentJobStepOutput.txt"
+}
+Set-DbaAgentJobOutputFile @splat
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentJobOwner.html b/social/card-html/Set-DbaAgentJobOwner.html
new file mode 100644
index 00000000..8afd29ea
--- /dev/null
+++ b/social/card-html/Set-DbaAgentJobOwner.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentJobOwner
+
+
+
+
+
+
>
+
+
+
+ Set-Dba AgentJobOwner
+
+
Updates SQL Server Agent job ownership to ensure jobs are owned by a specific login
+
+
Example
+
Set-DbaAgentJobOwner -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentJobStep.html b/social/card-html/Set-DbaAgentJobStep.html
new file mode 100644
index 00000000..28d33bec
--- /dev/null
+++ b/social/card-html/Set-DbaAgentJobStep.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentJobStep
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentJobStep
+
+
Modifies properties of existing SQL Agent job steps or creates new ones with Force parameter.
+
+
Example
+
Set-DbaAgentJobStep -SqlInstance sql1 -Job Job1 -StepName Step1 -NewName Step2
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentOperator.html b/social/card-html/Set-DbaAgentOperator.html
new file mode 100644
index 00000000..293e0827
--- /dev/null
+++ b/social/card-html/Set-DbaAgentOperator.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentOperator
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentOperator
+
+
Modifies existing SQL Agent operator contact details, pager schedules, and failsafe settings.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01"
+ Operator = "DBA"
+ EmailAddress = "operator@operator.com"
+ PagerDay = "Everyday"
+}
+Set-DbaAgentOperator @splat
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentSchedule.html b/social/card-html/Set-DbaAgentSchedule.html
new file mode 100644
index 00000000..fded576a
--- /dev/null
+++ b/social/card-html/Set-DbaAgentSchedule.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentSchedule
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentSchedule
+
+
Modifies properties of existing SQL Agent job schedules
+
+
Example
+
$splat = @{
+ SqlInstance = "sql1"
+ Job = "Job1"
+ Schedule = "daily"
+}
+Set-DbaAgentSchedule @splat -Enabled
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAgentServer.html b/social/card-html/Set-DbaAgentServer.html
new file mode 100644
index 00000000..1a7370a2
--- /dev/null
+++ b/social/card-html/Set-DbaAgentServer.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaAgentServer
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAgentServer
+
+
Configures SQL Server Agent service properties and operational settings
+
+
Example
+
Set-DbaAgentServer -SqlInstance sql1 -MaximumHistoryRows 10000 -MaximumJobHistoryRows 100
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaAvailabilityGroup.html b/social/card-html/Set-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..39918101
--- /dev/null
+++ b/social/card-html/Set-DbaAvailabilityGroup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Set -DbaAvailabilityGroup
+
+
Modifies availability group configuration settings including DTC support, backup preferences, and failover conditions
+
+
Example
+
Get-DbaAvailabilityGroup -SqlInstance sql2016 |
+Set-DbaAvailabilityGroup -DtcSupportEnabled
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaCmConnection.html b/social/card-html/Set-DbaCmConnection.html
new file mode 100644
index 00000000..3fd18f65
--- /dev/null
+++ b/social/card-html/Set-DbaCmConnection.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaCmConnection
+
+
+
+
+
+
>
+
+
+
+ Set -DbaCmConnection
+
+
Configures remote computer connection settings for SQL Server host management.
+
+
Example
+
Get-DbaCmConnection sql2014 |
+Set-DbaCmConnection -ClearBadCredential -UseWindowsCredentials
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbCompatibility.html b/social/card-html/Set-DbaDbCompatibility.html
new file mode 100644
index 00000000..d7f11cb5
--- /dev/null
+++ b/social/card-html/Set-DbaDbCompatibility.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaDbCompatibility
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbCompatibility
+
+
Changes database compatibility levels to match SQL Server instance version or specified target level.
+
+
Example
+
Set-DbaDbCompatibility -SqlInstance sql2017a
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbCompression.html b/social/card-html/Set-DbaDbCompression.html
new file mode 100644
index 00000000..1f13313a
--- /dev/null
+++ b/social/card-html/Set-DbaDbCompression.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Set-DbaDbCompression
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbCompression
+
+
Applies data compression to SQL Server tables and indexes to reduce storage space and improve performance.
+
+
Example
+
Set-DbaDbCompression -SqlInstance localhost -MaxRunTime 60 -PercentCompression 25
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbFileGroup.html b/social/card-html/Set-DbaDbFileGroup.html
new file mode 100644
index 00000000..503bd58c
--- /dev/null
+++ b/social/card-html/Set-DbaDbFileGroup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaDbFileGroup
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbFileGroup
+
+
Modifies filegroup properties including default designation, read-only status, and auto-grow behavior.
+
+
Example
+
Set-DbaDbFileGroup -SqlInstance sqldev1 -Database TestDb -FileGroup HRFG1 -Default -AutoGrowAllFiles
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbFileGrowth.html b/social/card-html/Set-DbaDbFileGrowth.html
new file mode 100644
index 00000000..1dbe0d90
--- /dev/null
+++ b/social/card-html/Set-DbaDbFileGrowth.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Set-DbaDbFileGrowth
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbFileGrowth
+
+
Modifies auto-growth settings for database data and log files to use fixed-size increments
+
+
Example
+
Set-DbaDbFileGrowth -SqlInstance sql2016 -Database test -GrowthType GB -Growth 1
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbIdentity.html b/social/card-html/Set-DbaDbIdentity.html
new file mode 100644
index 00000000..ee956f89
--- /dev/null
+++ b/social/card-html/Set-DbaDbIdentity.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaDbIdentity
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbIdentity
+
+
Checks and resets identity column values using DBCC CHECKIDENT
+
+
Example
+
Set-DbaDbIdentity -SqlInstance SQLServer2017 -Database AdventureWorks2014 -Table 'Production.ScrapReason'
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbMirror.html b/social/card-html/Set-DbaDbMirror.html
new file mode 100644
index 00000000..db724995
--- /dev/null
+++ b/social/card-html/Set-DbaDbMirror.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaDbMirror
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbMirror
+
+
Configures database mirroring partner, witness, safety level, and operational state settings.
+
+
Example
+
Set-DbaDbMirror -SqlInstance sql2005 -Database dbatools -Partner TCP://SQL2008.ad.local:5374
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbOwner.html b/social/card-html/Set-DbaDbOwner.html
new file mode 100644
index 00000000..5d912dac
--- /dev/null
+++ b/social/card-html/Set-DbaDbOwner.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaDbOwner
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbOwner
+
+
Changes database ownership to a specified login when current ownership doesn't match the target.
+
+
Example
+
Set-DbaDbOwner -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbQueryStoreOption.html b/social/card-html/Set-DbaDbQueryStoreOption.html
new file mode 100644
index 00000000..8a683d23
--- /dev/null
+++ b/social/card-html/Set-DbaDbQueryStoreOption.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+ dbatools - Set-DbaDbQueryStoreOption
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbQueryStoreOption
+
+
Configures Query Store settings to control query performance data collection and retention.
+
+
Example
+
$splat = @{
+ SqlInstance = "ServerA\SQL"
+ State = "ReadWrite"
+ FlushInterval = 600
+ CollectionInterval = 10
+ MaxSize = 100
+ CaptureMode = "All"
+ CleanupMode = "Auto"
+ StaleQueryThreshold = 100
+ AllDatabases = $true
+}
+Set-DbaDbQueryStoreOption @splat
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbRecoveryModel.html b/social/card-html/Set-DbaDbRecoveryModel.html
new file mode 100644
index 00000000..4617d80b
--- /dev/null
+++ b/social/card-html/Set-DbaDbRecoveryModel.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Set-DbaDbRecoveryModel
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbRecoveryModel
+
+
Changes the recovery model for specified databases on SQL Server instances.
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2014"
+ RecoveryModel = "BulkLogged"
+ Database = "model"
+ Confirm = $true
+}
+Set-DbaDbRecoveryModel @splat -Verbose
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbSchema.html b/social/card-html/Set-DbaDbSchema.html
new file mode 100644
index 00000000..477aae90
--- /dev/null
+++ b/social/card-html/Set-DbaDbSchema.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ dbatools - Set-DbaDbSchema
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbSchema
+
+
Changes the owner of database schemas to reassign security and object ownership responsibilities
+
+
Example
+
$splat = @{
+ SqlInstance = "sqldev01"
+ Database = "example1"
+ Schema = "TestSchema1"
+ SchemaOwner = "dbatools"
+}
+Set-DbaDbSchema @splat
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbSequence.html b/social/card-html/Set-DbaDbSequence.html
new file mode 100644
index 00000000..bd988c34
--- /dev/null
+++ b/social/card-html/Set-DbaDbSequence.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaDbSequence
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbSequence
+
+
Modifies properties of existing SQL Server sequence objects
+
+
Example
+
Set-DbaDbSequence -SqlInstance sqldev01 -Database TestDB -Sequence TestSequence -RestartWith 10000 -IncrementBy 10
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDbState.html b/social/card-html/Set-DbaDbState.html
new file mode 100644
index 00000000..8e1a2910
--- /dev/null
+++ b/social/card-html/Set-DbaDbState.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaDbState
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDbState
+
+
Modifies database read/write access, online status, and user access modes
+
+
Example
+
Set-DbaDbState -SqlInstance sqlserver2014a -Database HR -Offline
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaDefaultPath.html b/social/card-html/Set-DbaDefaultPath.html
new file mode 100644
index 00000000..310406a3
--- /dev/null
+++ b/social/card-html/Set-DbaDefaultPath.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ dbatools - Set-DbaDefaultPath
+
+
+
+
+
+
>
+
+
+
+ Set -DbaDefaultPath
+
+
Configures the default file paths for new databases and backups on SQL Server instances
+
+
Example
+
$splat = @{
+ SqlInstance = "sql01\sharepoint"
+ Type = "Data, Backup"
+ Path = "C:\mssql\sharepoint\data"
+}
+Set-DbaDefaultPath @splat
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaEndpoint.html b/social/card-html/Set-DbaEndpoint.html
new file mode 100644
index 00000000..13119a9a
--- /dev/null
+++ b/social/card-html/Set-DbaEndpoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Set-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Set -DbaEndpoint
+
+
Modifies SQL Server endpoint properties including owner and protocol type.
+
+
Example
+
Set-DbaEndpoint -SqlInstance sql2016 -AllEndpoints -Owner sa
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaErrorLogConfig.html b/social/card-html/Set-DbaErrorLogConfig.html
new file mode 100644
index 00000000..18c6db27
--- /dev/null
+++ b/social/card-html/Set-DbaErrorLogConfig.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaErrorLogConfig
+
+
+
+
+
+
>
+
+
+
+ Set -DbaErrorLogConfig
+
+
Configures SQL Server error log retention and size rollover settings
+
+
Example
+
Set-DbaErrorLogConfig -SqlInstance sql2017,sql2014 -LogCount 25
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaExtendedProperty.html b/social/card-html/Set-DbaExtendedProperty.html
new file mode 100644
index 00000000..b4cea810
--- /dev/null
+++ b/social/card-html/Set-DbaExtendedProperty.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Set-DbaExtendedProperty
+
+
+
+
+
+
>
+
+
+
+ Set -DbaExtendedProperty
+
+
Updates the value of existing extended properties on SQL Server database objects
+
+
Example
+
Get-DbaDatabase -SqlInstance localhost |
+Get-DbaExtendedProperty -Name appversion |
+Set-DbaExtendedProperty -Value "1.1.0"
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaExtendedProtection.html b/social/card-html/Set-DbaExtendedProtection.html
new file mode 100644
index 00000000..450a750c
--- /dev/null
+++ b/social/card-html/Set-DbaExtendedProtection.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaExtendedProtection
+
+
+
+
+
+
>
+
+
+
+ Set -DbaExtendedProtection
+
+
Configures Extended Protection for Authentication on SQL Server network protocols
+
+
Example
+
Set-DbaExtendedProtection
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaLogin.html b/social/card-html/Set-DbaLogin.html
new file mode 100644
index 00000000..21cade47
--- /dev/null
+++ b/social/card-html/Set-DbaLogin.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaLogin
+
+
+
+
+
+
>
+
+
+
+ Set -DbaLogin
+
+
Modifies SQL Server login properties including passwords, permissions, roles, and account status
+
+
Example
+
$SecurePassword = ( Get-Credential NoUsernameNeeded ) .Password
+$cred = New-Object System.Management.Automation.PSCredential ( "username" , $SecurePassword )
+Set-DbaLogin -SqlInstance sql1 -Login login1 -SecurePassword $cred -Unlock -PasswordMustChange
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaMaxDop.html b/social/card-html/Set-DbaMaxDop.html
new file mode 100644
index 00000000..f62399ca
--- /dev/null
+++ b/social/card-html/Set-DbaMaxDop.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaMaxDop
+
+
+
+
+
+
>
+
+
+
+ Set -DbaMaxDop
+
+
Configures SQL Server maximum degree of parallelism (MaxDOP) at instance or database level.
+
+
Example
+
Set-DbaMaxDop -SqlInstance sql2008, sql2012
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaNetworkCertificate.html b/social/card-html/Set-DbaNetworkCertificate.html
new file mode 100644
index 00000000..a6bd1805
--- /dev/null
+++ b/social/card-html/Set-DbaNetworkCertificate.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaNetworkCertificate
+
+
+
+
+
+
>
+
+
+
+ Set -DbaNetworkCertificate
+
+
Sets the network certificate for SQL Server instance
+
+
Example
+
New-DbaComputerCertificate |
+Set-DbaNetworkCertificate -SqlInstance localhost\SQL2008R2SP2
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaNetworkConfiguration.html b/social/card-html/Set-DbaNetworkConfiguration.html
new file mode 100644
index 00000000..7d15b2de
--- /dev/null
+++ b/social/card-html/Set-DbaNetworkConfiguration.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaNetworkConfiguration
+
+
+
+
+
+
>
+
+
+
+ Set -DbaNetworkConfiguration
+
+
Modifies SQL Server network protocol settings including TCP/IP, Named Pipes, and Shared Memory configurations.
+
+
Example
+
Set-DbaNetworkConfiguration -SqlInstance sql2016 -EnableProtocol SharedMemory -RestartService
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaPowerPlan.html b/social/card-html/Set-DbaPowerPlan.html
new file mode 100644
index 00000000..75bc1c22
--- /dev/null
+++ b/social/card-html/Set-DbaPowerPlan.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Set-DbaPowerPlan
+
+
+
+
+
+
>
+
+
+
+ Set -DbaPowerPlan
+
+
Configures Windows power plan on SQL Server host computers to optimize database performance.
+
+
Example
+
Set-DbaPowerPlan -ComputerName sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaPrivilege.html b/social/card-html/Set-DbaPrivilege.html
new file mode 100644
index 00000000..37499ea4
--- /dev/null
+++ b/social/card-html/Set-DbaPrivilege.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaPrivilege
+
+
+
+
+
+
>
+
+
+
+ Set -DbaPrivilege
+
+
Grants essential Windows privileges to SQL Server service accounts for optimal performance and security.
+
+
Example
+
Set-DbaPrivilege -ComputerName sqlserver2014a -Type LPIM,IFI
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaResourceGovernor.html b/social/card-html/Set-DbaResourceGovernor.html
new file mode 100644
index 00000000..c9e6b552
--- /dev/null
+++ b/social/card-html/Set-DbaResourceGovernor.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Set-DbaResourceGovernor
+
+
+
+
+
+
>
+
+
+
+ Set -DbaResourceGovernor
+
+
Configures SQL Server Resource Governor to control workload resource allocation and sets classifier functions.
+
+
Example
+
Set-DbaResourceGovernor -SqlInstance sql2016 -Enabled
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaRgResourcePool.html b/social/card-html/Set-DbaRgResourcePool.html
new file mode 100644
index 00000000..f123cb38
--- /dev/null
+++ b/social/card-html/Set-DbaRgResourcePool.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaRgResourcePool
+
+
+
+
+
+
>
+
+
+
+ Set -DbaRgResourcePool
+
+
Modifies CPU, memory, and IOPS limits for existing SQL Server Resource Governor pools.
+
+
Example
+
Set-DbaRgResourcePool -SqlInstance sql2016 -ResourcePool poolAdmin -MaximumCpuPercentage 5
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaRgWorkloadGroup.html b/social/card-html/Set-DbaRgWorkloadGroup.html
new file mode 100644
index 00000000..009dff63
--- /dev/null
+++ b/social/card-html/Set-DbaRgWorkloadGroup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaRgWorkloadGroup
+
+
+
+
+
+
>
+
+
+
+ Set -DbaRgWorkloadGroup
+
+
Modifies Resource Governor workload group settings to control query resource consumption and limits.
+
+
Example
+
Set-DbaRgWorkloadGroup -SqlInstance sql2016 -WorkloadGroup "groupAdmin" -ResourcePool "poolAdmin"
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaSpConfigure.html b/social/card-html/Set-DbaSpConfigure.html
new file mode 100644
index 00000000..da8c208f
--- /dev/null
+++ b/social/card-html/Set-DbaSpConfigure.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaSpConfigure
+
+
+
+
+
+
>
+
+
+
+ Set -DbaSpConfigure
+
+
Modifies SQL Server instance-level configuration settings through sp_configure
+
+
Example
+
Set-DbaSpConfigure -SqlInstance localhost -Name ScanForStartupProcedures -Value 1
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaStartupParameter.html b/social/card-html/Set-DbaStartupParameter.html
new file mode 100644
index 00000000..84d2e8aa
--- /dev/null
+++ b/social/card-html/Set-DbaStartupParameter.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbaStartupParameter
+
+
+
+
+
+
>
+
+
+
+ Set -DbaStartupParameter
+
+
Modifies SQL Server startup parameters stored in the Windows registry
+
+
Example
+
Set-DbaStartupParameter -SqlInstance server1\instance1 -SingleUser
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaTcpPort.html b/social/card-html/Set-DbaTcpPort.html
new file mode 100644
index 00000000..2f51ee9a
--- /dev/null
+++ b/social/card-html/Set-DbaTcpPort.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Set-DbaTcpPort
+
+
+
+
+
+
>
+
+
+
+ Set -DbaTcpPort
+
+
Configures SQL Server TCP port settings for specified instances and IP addresses.
+
+
Example
+
Set-DbaTcpPort -SqlInstance sql2017 -Port 1433
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbaTempDbConfig.html b/social/card-html/Set-DbaTempDbConfig.html
new file mode 100644
index 00000000..a02b5fed
--- /dev/null
+++ b/social/card-html/Set-DbaTempDbConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbaTempDbConfig
+
+
+
+
+
+
>
+
+
+
+ Set -DbaTempDbConfig
+
+
Configures tempdb database files according to Microsoft best practices for optimal performance
+
+
Example
+
Set-DbaTempDbConfig -SqlInstance localhost -DataFileSize 1000
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbatoolsConfig.html b/social/card-html/Set-DbatoolsConfig.html
new file mode 100644
index 00000000..ab0e4b31
--- /dev/null
+++ b/social/card-html/Set-DbatoolsConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Set-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Set -DbatoolsConfig
+
+
Sets configuration entries.
+
+
Example
+
Set-DbatoolsConfig -FullName Path.DbatoolsData -Value E:\temp\dbatools
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbatoolsInsecureConnection.html b/social/card-html/Set-DbatoolsInsecureConnection.html
new file mode 100644
index 00000000..a7881773
--- /dev/null
+++ b/social/card-html/Set-DbatoolsInsecureConnection.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Set-DbatoolsInsecureConnection
+
+
+
+
+
+
>
+
+
+
+ Set -DbatoolsInsecureConnection
+
+
Reverts SQL Server connection security defaults to disable encryption and trust all certificates
+
+
Example
+
Set-DbatoolsInsecureConnection
+
+
+
+
+
+
diff --git a/social/card-html/Set-DbatoolsPath.html b/social/card-html/Set-DbatoolsPath.html
new file mode 100644
index 00000000..52396fb8
--- /dev/null
+++ b/social/card-html/Set-DbatoolsPath.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+ dbatools - Set-DbatoolsPath
+
+
+
+
+
+
>
+
+
+
+ Set -DbatoolsPath
+
+
Configures or updates a path under a name.
+
+
Example
+
Set-DbatoolsPath -Name 'temp' -Path 'C:\temp'
+
+
+
+
+
+
diff --git a/social/card-html/Show-DbaDbList.html b/social/card-html/Show-DbaDbList.html
new file mode 100644
index 00000000..1d68e0ac
--- /dev/null
+++ b/social/card-html/Show-DbaDbList.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Show-DbaDbList
+
+
+
+
+
+
>
+
+
+
+ Show -DbaDbList
+
+
Displays available databases in an interactive selection window
+
+
Example
+
Show-DbaDbList -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Show-DbaInstanceFileSystem.html b/social/card-html/Show-DbaInstanceFileSystem.html
new file mode 100644
index 00000000..aac6fc56
--- /dev/null
+++ b/social/card-html/Show-DbaInstanceFileSystem.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Show-DbaInstanceFileSystem
+
+
+
+
+
+
>
+
+
+
+ Show -DbaInstanceFileSystem
+
+
Displays a GUI tree view for browsing remote SQL Server file systems and returns the selected directory path
+
+
Example
+
Show-DbaInstanceFileSystem -SqlInstance sql2017
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaAgentJob.html b/social/card-html/Start-DbaAgentJob.html
new file mode 100644
index 00000000..36190458
--- /dev/null
+++ b/social/card-html/Start-DbaAgentJob.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Start-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Start -DbaAgentJob
+
+
Starts SQL Server Agent jobs and optionally waits for completion
+
+
Example
+
Start-DbaAgentJob -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaDbEncryption.html b/social/card-html/Start-DbaDbEncryption.html
new file mode 100644
index 00000000..7b50e466
--- /dev/null
+++ b/social/card-html/Start-DbaDbEncryption.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+ dbatools - Start-DbaDbEncryption
+
+
+
+
+
+
>
+
+
+
+ Start -DbaDbEncryption
+
+
Implements Transparent Data Encryption (TDE) on user databases with automated key infrastructure and backup management
+
+
Example
+
$masterkeypass = ( Get-Credential justneedpassword ) .Password
+$certbackuppass = ( Get-Credential justneedpassword ) .Password
+$params = @{
+ SqlInstance = "sql01"
+ AllUserDatabases = $true
+ MasterKeySecurePassword = $masterkeypass
+ BackupSecurePassword = $certbackuppass
+ BackupPath = "C:\temp"
+ EnableException = $true
+}
+Start-DbaDbEncryption @params
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaEndpoint.html b/social/card-html/Start-DbaEndpoint.html
new file mode 100644
index 00000000..62e2443a
--- /dev/null
+++ b/social/card-html/Start-DbaEndpoint.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Start-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Start -DbaEndpoint
+
+
Starts stopped SQL Server endpoints for Database Mirroring, Service Broker, and other network services.
+
+
Example
+
Start-DbaEndpoint -SqlInstance sqlserver2012 -AllEndpoints
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaMigration.html b/social/card-html/Start-DbaMigration.html
new file mode 100644
index 00000000..6878c770
--- /dev/null
+++ b/social/card-html/Start-DbaMigration.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Start-DbaMigration
+
+
+
+
+
+
>
+
+
+
+ Start -DbaMigration
+
+
Migrates entire SQL Server instances including all databases, logins, server configuration, and server objects from source to destination servers.
+
+
Example
+
Start-DbaMigration -Source sqlserver\instance -Destination sqlcluster -DetachAttach
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaPfDataCollectorSet.html b/social/card-html/Start-DbaPfDataCollectorSet.html
new file mode 100644
index 00000000..8d41d658
--- /dev/null
+++ b/social/card-html/Start-DbaPfDataCollectorSet.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Start-DbaPfDataCollectorSet
+
+
+
+
+
+
>
+
+
+
+ Start -DbaPfDataCollectorSet
+
+
Starts Windows Performance Monitor Data Collector Sets on local or remote computers.
+
+
Example
+
Start-DbaPfDataCollectorSet
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaService.html b/social/card-html/Start-DbaService.html
new file mode 100644
index 00000000..8fbbf865
--- /dev/null
+++ b/social/card-html/Start-DbaService.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Start-DbaService
+
+
+
+
+
+
>
+
+
+
+ Start -DbaService
+
+
Starts SQL Server related services across multiple computers while respecting service dependencies.
+
+
Example
+
Start-DbaService -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaTrace.html b/social/card-html/Start-DbaTrace.html
new file mode 100644
index 00000000..6e35f584
--- /dev/null
+++ b/social/card-html/Start-DbaTrace.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Start-DbaTrace
+
+
+
+
+
+
>
+
+
+
+ Start -DbaTrace
+
+
Starts existing SQL Server traces that are currently stopped
+
+
Example
+
Start-DbaTrace -SqlInstance sql2008
+
+
+
+
+
+
diff --git a/social/card-html/Start-DbaXESession.html b/social/card-html/Start-DbaXESession.html
new file mode 100644
index 00000000..1f926108
--- /dev/null
+++ b/social/card-html/Start-DbaXESession.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Start-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Start -DbaXESession
+
+
Starts Extended Events sessions on SQL Server instances for monitoring and troubleshooting.
+
+
Example
+
Start-DbaXESession -SqlInstance sqlserver2012 -AllSessions
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaAgentJob.html b/social/card-html/Stop-DbaAgentJob.html
new file mode 100644
index 00000000..22da1210
--- /dev/null
+++ b/social/card-html/Stop-DbaAgentJob.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Stop-DbaAgentJob
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaAgentJob
+
+
Stops running SQL Server Agent jobs by calling their Stop() method.
+
+
Example
+
Stop-DbaAgentJob -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaDbEncryption.html b/social/card-html/Stop-DbaDbEncryption.html
new file mode 100644
index 00000000..29c6d4d9
--- /dev/null
+++ b/social/card-html/Stop-DbaDbEncryption.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Stop-DbaDbEncryption
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaDbEncryption
+
+
Disables Transparent Data Encryption (TDE) on all user databases across a SQL Server instance
+
+
Example
+
Stop-DbaDbEncryption -SqlInstance sql01
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaEndpoint.html b/social/card-html/Stop-DbaEndpoint.html
new file mode 100644
index 00000000..5c94775c
--- /dev/null
+++ b/social/card-html/Stop-DbaEndpoint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Stop-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaEndpoint
+
+
Stops SQL Server communication endpoints like Service Broker, Database Mirroring, or custom TCP endpoints.
+
+
Example
+
Stop-DbaEndpoint -SqlInstance sql2017a -AllEndpoints
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaExternalProcess.html b/social/card-html/Stop-DbaExternalProcess.html
new file mode 100644
index 00000000..07b7fcfc
--- /dev/null
+++ b/social/card-html/Stop-DbaExternalProcess.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Stop-DbaExternalProcess
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaExternalProcess
+
+
Terminates operating system processes spawned by SQL Server instances
+
+
Example
+
Get-DbaExternalProcess -ComputerName SQL01 |
+Stop-DbaExternalProcess
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaPfDataCollectorSet.html b/social/card-html/Stop-DbaPfDataCollectorSet.html
new file mode 100644
index 00000000..fec1d422
--- /dev/null
+++ b/social/card-html/Stop-DbaPfDataCollectorSet.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Stop-DbaPfDataCollectorSet
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaPfDataCollectorSet
+
+
Stops Windows Performance Monitor Data Collector Sets used for SQL Server performance monitoring.
+
+
Example
+
Stop-DbaPfDataCollectorSet
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaProcess.html b/social/card-html/Stop-DbaProcess.html
new file mode 100644
index 00000000..a1178d3a
--- /dev/null
+++ b/social/card-html/Stop-DbaProcess.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Stop-DbaProcess
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaProcess
+
+
Terminates SQL Server processes (SPIDs) to resolve blocking, kill runaway queries, or clean up connections.
+
+
Example
+
Stop-DbaProcess -SqlInstance sqlserver2014a -Login base\ctrlb, sa
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaService.html b/social/card-html/Stop-DbaService.html
new file mode 100644
index 00000000..564f3e7f
--- /dev/null
+++ b/social/card-html/Stop-DbaService.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Stop-DbaService
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaService
+
+
Stops SQL Server-related Windows services with proper dependency handling.
+
+
Example
+
Stop-DbaService -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaTrace.html b/social/card-html/Stop-DbaTrace.html
new file mode 100644
index 00000000..56bda876
--- /dev/null
+++ b/social/card-html/Stop-DbaTrace.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Stop-DbaTrace
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaTrace
+
+
Stops running SQL Server traces using sp_trace_setstatus
+
+
Example
+
Stop-DbaTrace -SqlInstance sql2008
+
+
+
+
+
+
diff --git a/social/card-html/Stop-DbaXESession.html b/social/card-html/Stop-DbaXESession.html
new file mode 100644
index 00000000..44814ed4
--- /dev/null
+++ b/social/card-html/Stop-DbaXESession.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Stop-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Stop -DbaXESession
+
+
Stops running Extended Events sessions on SQL Server instances
+
+
Example
+
Stop-DbaXESession -SqlInstance sqlserver2012 -AllSessions
+
+
+
+
+
+
diff --git a/social/card-html/Suspend-DbaAgDbDataMovement.html b/social/card-html/Suspend-DbaAgDbDataMovement.html
new file mode 100644
index 00000000..539c187f
--- /dev/null
+++ b/social/card-html/Suspend-DbaAgDbDataMovement.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Suspend-DbaAgDbDataMovement
+
+
+
+
+
+
>
+
+
+
+ Suspend -DbaAgDbDataMovement
+
+
Suspends data synchronization for availability group databases to halt replication between replicas.
+
+
Example
+
Suspend-DbaAgDbDataMovement -SqlInstance sql2017a -AvailabilityGroup ag1 -Database db1, db2
+
+
+
+
+
+
\ No newline at end of file
diff --git a/social/card-html/Sync-DbaAvailabilityGroup.html b/social/card-html/Sync-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..43584798
--- /dev/null
+++ b/social/card-html/Sync-DbaAvailabilityGroup.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Sync-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Sync -DbaAvailabilityGroup
+
+
Synchronizes server-level objects from primary to secondary replicas in availability groups
+
+
Example
+
Sync-DbaAvailabilityGroup -Primary sql2016a -AvailabilityGroup db3
+
+
+
+
+
+
diff --git a/social/card-html/Sync-DbaLoginPassword.html b/social/card-html/Sync-DbaLoginPassword.html
new file mode 100644
index 00000000..682bb58d
--- /dev/null
+++ b/social/card-html/Sync-DbaLoginPassword.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Sync-DbaLoginPassword
+
+
+
+
+
+
>
+
+
+
+ Sync -DbaLoginPassword
+
+
Synchronizes SQL Server login passwords between instances using hashed password values.
+
+
Example
+
Sync-DbaLoginPassword -Source sql2016 -Destination sql2016ag1, sql2016ag2
+
+
+
+
+
+
diff --git a/social/card-html/Sync-DbaLoginPermission.html b/social/card-html/Sync-DbaLoginPermission.html
new file mode 100644
index 00000000..b0ca7b3c
--- /dev/null
+++ b/social/card-html/Sync-DbaLoginPermission.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Sync-DbaLoginPermission
+
+
+
+
+
+
>
+
+
+
+ Sync -DbaLoginPermission
+
+
Synchronizes login permissions and role memberships between SQL Server instances.
+
+
Example
+
Sync-DbaLoginPermission -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaAgSpn.html b/social/card-html/Test-DbaAgSpn.html
new file mode 100644
index 00000000..dd66a6f0
--- /dev/null
+++ b/social/card-html/Test-DbaAgSpn.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaAgSpn
+
+
+
+
+
+
>
+
+
+
+ Test -DbaAgSpn
+
+
Validates Service Principal Name registration for Availability Group listeners in Active Directory
+
+
Example
+
Get-DbaAvailabilityGroup -SqlInstance sql01 -AvailabilityGroup SharePoint |
+Test-DbaAgSpn
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaAgentJobOwner.html b/social/card-html/Test-DbaAgentJobOwner.html
new file mode 100644
index 00000000..1b499e0b
--- /dev/null
+++ b/social/card-html/Test-DbaAgentJobOwner.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Test-DbaAgentJobOwner
+
+
+
+
+
+
>
+
+
+
+ Test -DbaAgentJobOwner
+
+
Identifies SQL Agent jobs with incorrect ownership for security compliance auditing
+
+
Example
+
Test-DbaAgentJobOwner -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaAvailabilityGroup.html b/social/card-html/Test-DbaAvailabilityGroup.html
new file mode 100644
index 00000000..4ff2b445
--- /dev/null
+++ b/social/card-html/Test-DbaAvailabilityGroup.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Test-DbaAvailabilityGroup
+
+
+
+
+
+
>
+
+
+
+ Test -DbaAvailabilityGroup
+
+
Validates Availability Group replica connectivity and database prerequisites for AG operations
+
+
Example
+
Test-DbaAvailabilityGroup -SqlInstance SQL2016 -AvailabilityGroup TestAG1
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaBackupEncrypted.html b/social/card-html/Test-DbaBackupEncrypted.html
new file mode 100644
index 00000000..7505fd50
--- /dev/null
+++ b/social/card-html/Test-DbaBackupEncrypted.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaBackupEncrypted
+
+
+
+
+
+
>
+
+
+
+ Test -DbaBackupEncrypted
+
+
Analyzes backup files to determine encryption status and retrieve encryption details
+
+
Example
+
Test-DbaBackupEncrypted -SqlInstance sql01 -Path /tmp/northwind.bak
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaBuild.html b/social/card-html/Test-DbaBuild.html
new file mode 100644
index 00000000..5d25099d
--- /dev/null
+++ b/social/card-html/Test-DbaBuild.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaBuild
+
+
+
+
+
+
>
+
+
+
+ Test -DbaBuild
+
+
Tests SQL Server build versions against patching compliance requirements
+
+
Example
+
Test-DbaBuild -Build "12.0.5540" -MinimumBuild "12.0.5557"
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaCmConnection.html b/social/card-html/Test-DbaCmConnection.html
new file mode 100644
index 00000000..cfe70926
--- /dev/null
+++ b/social/card-html/Test-DbaCmConnection.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaCmConnection
+
+
+
+
+
+
>
+
+
+
+ Test -DbaCmConnection
+
+
Tests remote computer management connectivity using multiple protocols and caches optimal connection methods
+
+
Example
+
Test-DbaCmConnection -ComputerName sql2014
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaComputerCertificateExpiration.html b/social/card-html/Test-DbaComputerCertificateExpiration.html
new file mode 100644
index 00000000..6a9ca548
--- /dev/null
+++ b/social/card-html/Test-DbaComputerCertificateExpiration.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaComputerCertificateExpiration
+
+
+
+
+
+
>
+
+
+
+ Test -DbaComputerCertificateExpiration
+
+
Identifies SSL/TLS certificates that are expired or expiring soon on SQL Server computers
+
+
Example
+
Test-DbaComputerCertificateExpiration
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaConnection.html b/social/card-html/Test-DbaConnection.html
new file mode 100644
index 00000000..1e8a375d
--- /dev/null
+++ b/social/card-html/Test-DbaConnection.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaConnection
+
+
+
+
+
+
>
+
+
+
+ Test -DbaConnection
+
+
Validates SQL Server connectivity and gathers comprehensive connection diagnostics
+
+
Example
+
Test-DbaConnection SQL2016
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaConnectionAuthScheme.html b/social/card-html/Test-DbaConnectionAuthScheme.html
new file mode 100644
index 00000000..1ce6182a
--- /dev/null
+++ b/social/card-html/Test-DbaConnectionAuthScheme.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaConnectionAuthScheme
+
+
+
+
+
+
>
+
+
+
+ Test -DbaConnectionAuthScheme
+
+
Tests and reports authentication scheme and transport protocol details for SQL Server connections
+
+
Example
+
Test-DbaConnectionAuthScheme -SqlInstance sqlserver2014a, sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbCollation.html b/social/card-html/Test-DbaDbCollation.html
new file mode 100644
index 00000000..cd07681c
--- /dev/null
+++ b/social/card-html/Test-DbaDbCollation.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbCollation
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbCollation
+
+
Identifies databases with collations that differ from the SQL Server instance default collation
+
+
Example
+
Test-DbaDbCollation -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbCompatibility.html b/social/card-html/Test-DbaDbCompatibility.html
new file mode 100644
index 00000000..75d00317
--- /dev/null
+++ b/social/card-html/Test-DbaDbCompatibility.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbCompatibility
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbCompatibility
+
+
Identifies databases running at lower compatibility levels than the SQL Server instance supports
+
+
Example
+
Test-DbaDbCompatibility -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbCompression.html b/social/card-html/Test-DbaDbCompression.html
new file mode 100644
index 00000000..b6682c5f
--- /dev/null
+++ b/social/card-html/Test-DbaDbCompression.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbCompression
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbCompression
+
+
Analyzes user tables and indexes to recommend optimal compression settings for storage space reduction.
+
+
Example
+
Test-DbaDbCompression -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbDataGeneratorConfig.html b/social/card-html/Test-DbaDbDataGeneratorConfig.html
new file mode 100644
index 00000000..fae1e515
--- /dev/null
+++ b/social/card-html/Test-DbaDbDataGeneratorConfig.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaDbDataGeneratorConfig
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbDataGeneratorConfig
+
+
Validates JSON configuration files used for generating realistic test data in SQL Server databases
+
+
Example
+
Test-DbaDbDataGeneratorConfig -FilePath C:\temp\_datamasking\db1.json
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbDataMaskingConfig.html b/social/card-html/Test-DbaDbDataMaskingConfig.html
new file mode 100644
index 00000000..b844418e
--- /dev/null
+++ b/social/card-html/Test-DbaDbDataMaskingConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbDataMaskingConfig
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbDataMaskingConfig
+
+
Validates data masking configuration JSON files for structural and logical errors
+
+
Example
+
Test-DbaDbDataMaskingConfig -FilePath C:\temp\_datamasking\db1.json
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbLogShipStatus.html b/social/card-html/Test-DbaDbLogShipStatus.html
new file mode 100644
index 00000000..76e16b67
--- /dev/null
+++ b/social/card-html/Test-DbaDbLogShipStatus.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbLogShipStatus
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbLogShipStatus
+
+
Retrieves log shipping status and health information from the monitoring instance
+
+
Example
+
Test-DbaDbLogShipStatus -SqlInstance sql1
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbOwner.html b/social/card-html/Test-DbaDbOwner.html
new file mode 100644
index 00000000..aebf5c4e
--- /dev/null
+++ b/social/card-html/Test-DbaDbOwner.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaDbOwner
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbOwner
+
+
Identifies databases with incorrect ownership for security compliance and best practice enforcement.
+
+
Example
+
Test-DbaDbOwner -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbQueryStore.html b/social/card-html/Test-DbaDbQueryStore.html
new file mode 100644
index 00000000..3ee46441
--- /dev/null
+++ b/social/card-html/Test-DbaDbQueryStore.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbQueryStore
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbQueryStore
+
+
Compares Query Store settings against best practices.
+
+
Example
+
Test-DbaDbQueryStore -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDbRecoveryModel.html b/social/card-html/Test-DbaDbRecoveryModel.html
new file mode 100644
index 00000000..939bfd95
--- /dev/null
+++ b/social/card-html/Test-DbaDbRecoveryModel.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDbRecoveryModel
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDbRecoveryModel
+
+
Validates whether databases are truly operating in their configured recovery model
+
+
Example
+
Test-DbaDbRecoveryModel -SqlInstance sql2005
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDiskAlignment.html b/social/card-html/Test-DbaDiskAlignment.html
new file mode 100644
index 00000000..8b0168b4
--- /dev/null
+++ b/social/card-html/Test-DbaDiskAlignment.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaDiskAlignment
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDiskAlignment
+
+
Tests disk partition alignment to identify I/O performance issues that can impact SQL Server.
+
+
Example
+
Test-DbaDiskAlignment -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDiskAllocation.html b/social/card-html/Test-DbaDiskAllocation.html
new file mode 100644
index 00000000..70a81e35
--- /dev/null
+++ b/social/card-html/Test-DbaDiskAllocation.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaDiskAllocation
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDiskAllocation
+
+
Validates disk allocation unit sizes against SQL Server best practice recommendations.
+
+
Example
+
Test-DbaDiskAllocation -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaDiskSpeed.html b/social/card-html/Test-DbaDiskSpeed.html
new file mode 100644
index 00000000..9c8a50fc
--- /dev/null
+++ b/social/card-html/Test-DbaDiskSpeed.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaDiskSpeed
+
+
+
+
+
+
>
+
+
+
+ Test -DbaDiskSpeed
+
+
Analyzes database file I/O performance and identifies storage bottlenecks using SQL Server DMV statistics
+
+
Example
+
Test-DbaDiskSpeed -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaEndpoint.html b/social/card-html/Test-DbaEndpoint.html
new file mode 100644
index 00000000..762d3e42
--- /dev/null
+++ b/social/card-html/Test-DbaEndpoint.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaEndpoint
+
+
+
+
+
+
>
+
+
+
+ Test -DbaEndpoint
+
+
Tests network connectivity to SQL Server endpoint TCP listener ports.
+
+
Example
+
Test-DbaEndpoint -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaIdentityUsage.html b/social/card-html/Test-DbaIdentityUsage.html
new file mode 100644
index 00000000..63c1ed79
--- /dev/null
+++ b/social/card-html/Test-DbaIdentityUsage.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaIdentityUsage
+
+
+
+
+
+
>
+
+
+
+ Test -DbaIdentityUsage
+
+
Analyzes IDENTITY column seed consumption and calculates percentage of available range used.
+
+
Example
+
Test-DbaIdentityUsage -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaInstanceName.html b/social/card-html/Test-DbaInstanceName.html
new file mode 100644
index 00000000..a2eaf01f
--- /dev/null
+++ b/social/card-html/Test-DbaInstanceName.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaInstanceName
+
+
+
+
+
+
>
+
+
+
+ Test -DbaInstanceName
+
+
Validates SQL Server instance name consistency with the host OS and identifies rename requirements and potential blockers.
+
+
Example
+
Test-DbaInstanceName -SqlInstance sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaKerberos.html b/social/card-html/Test-DbaKerberos.html
new file mode 100644
index 00000000..39e82f29
--- /dev/null
+++ b/social/card-html/Test-DbaKerberos.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Test-DbaKerberos
+
+
+
+
+
+
>
+
+
+
+ Test -DbaKerberos
+
+
Tests Kerberos authentication configuration for SQL Server instances by performing comprehensive diagnostic checks
+
+
Example
+
Test-DbaKerberos -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaLastBackup.html b/social/card-html/Test-DbaLastBackup.html
new file mode 100644
index 00000000..53a82ba3
--- /dev/null
+++ b/social/card-html/Test-DbaLastBackup.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaLastBackup
+
+
+
+
+
+
>
+
+
+
+ Test -DbaLastBackup
+
+
Quickly and easily tests the last set of full backups for a server.
+
+
Example
+
Test-DbaLastBackup -SqlInstance sql2016
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaLinkedServerConnection.html b/social/card-html/Test-DbaLinkedServerConnection.html
new file mode 100644
index 00000000..5cff748b
--- /dev/null
+++ b/social/card-html/Test-DbaLinkedServerConnection.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaLinkedServerConnection
+
+
+
+
+
+
>
+
+
+
+ Test -DbaLinkedServerConnection
+
+
Tests connectivity to all linked servers on specified SQL Server instances
+
+
Example
+
Test-DbaLinkedServerConnection -SqlInstance DEV01
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaLoginPassword.html b/social/card-html/Test-DbaLoginPassword.html
new file mode 100644
index 00000000..c3375641
--- /dev/null
+++ b/social/card-html/Test-DbaLoginPassword.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaLoginPassword
+
+
+
+
+
+
>
+
+
+
+ Test -DbaLoginPassword
+
+
Identifies SQL Server logins with weak passwords including empty, username-matching, or dictionary-based passwords
+
+
Example
+
Test-DbaLoginPassword -SqlInstance Dev01
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaManagementObject.html b/social/card-html/Test-DbaManagementObject.html
new file mode 100644
index 00000000..c00c7fd6
--- /dev/null
+++ b/social/card-html/Test-DbaManagementObject.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaManagementObject
+
+
+
+
+
+
>
+
+
+
+ Test -DbaManagementObject
+
+
Verifies if specific SQL Server Management Objects (SMO) library versions are installed on target computers.
+
+
Example
+
Test-DbaManagementObject -VersionNumber 13
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaMaxDop.html b/social/card-html/Test-DbaMaxDop.html
new file mode 100644
index 00000000..9f521883
--- /dev/null
+++ b/social/card-html/Test-DbaMaxDop.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaMaxDop
+
+
+
+
+
+
>
+
+
+
+ Test -DbaMaxDop
+
+
Tests SQL Server MAXDOP configuration against recommended values based on CPU cores and NUMA topology.
+
+
Example
+
Test-DbaMaxDop -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaMigrationConstraint.html b/social/card-html/Test-DbaMigrationConstraint.html
new file mode 100644
index 00000000..24978a70
--- /dev/null
+++ b/social/card-html/Test-DbaMigrationConstraint.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaMigrationConstraint
+
+
+
+
+
+
>
+
+
+
+ Test -DbaMigrationConstraint
+
+
Validates database migration compatibility between SQL Server instances by checking for edition-specific features.
+
+
Example
+
Test-DbaMigrationConstraint -Source sqlserver2014a -Destination sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaNetworkLatency.html b/social/card-html/Test-DbaNetworkLatency.html
new file mode 100644
index 00000000..38cb8634
--- /dev/null
+++ b/social/card-html/Test-DbaNetworkLatency.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaNetworkLatency
+
+
+
+
+
+
>
+
+
+
+ Test -DbaNetworkLatency
+
+
Tests how long a query takes to return from SQL Server
+
+
Example
+
Test-DbaNetworkLatency -SqlInstance sqlserver2014a, sqlcluster
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaOptimizeForAdHoc.html b/social/card-html/Test-DbaOptimizeForAdHoc.html
new file mode 100644
index 00000000..4ffe126a
--- /dev/null
+++ b/social/card-html/Test-DbaOptimizeForAdHoc.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaOptimizeForAdHoc
+
+
+
+
+
+
>
+
+
+
+ Test -DbaOptimizeForAdHoc
+
+
Tests whether the SQL Server "optimize for ad-hoc workloads" configuration setting is enabled.
+
+
Example
+
Test-DbaOptimizeForAdHoc -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaPath.html b/social/card-html/Test-DbaPath.html
new file mode 100644
index 00000000..8f5d4d20
--- /dev/null
+++ b/social/card-html/Test-DbaPath.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaPath
+
+
+
+
+
+
>
+
+
+
+ Test -DbaPath
+
+
Tests if files or directories are accessible to the SQL Server service account.
+
+
Example
+
Test-DbaPath -SqlInstance sqlcluster -Path L:\MSAS12.MSSQLSERVER\OLAP
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaPowerPlan.html b/social/card-html/Test-DbaPowerPlan.html
new file mode 100644
index 00000000..cc865814
--- /dev/null
+++ b/social/card-html/Test-DbaPowerPlan.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaPowerPlan
+
+
+
+
+
+
>
+
+
+
+ Test -DbaPowerPlan
+
+
Tests Windows Power Plan settings against SQL Server best practices
+
+
Example
+
Test-DbaPowerPlan -ComputerName sqlserver2014a
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaReplLatency.html b/social/card-html/Test-DbaReplLatency.html
new file mode 100644
index 00000000..3a8df488
--- /dev/null
+++ b/social/card-html/Test-DbaReplLatency.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Test-DbaReplLatency
+
+
+
+
+
+
>
+
+
+
+ Test -DbaReplLatency
+
+
Measures transactional replication latency using tracer tokens across publisher, distributor, and subscriber instances.
+
+
Example
+
Test-DbaReplLatency -SqlInstance sql2008, sqlserver2012
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaSpn.html b/social/card-html/Test-DbaSpn.html
new file mode 100644
index 00000000..c4c37dd1
--- /dev/null
+++ b/social/card-html/Test-DbaSpn.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Test-DbaSpn
+
+
+
+
+
+
>
+
+
+
+ Test -DbaSpn
+
+
Validates Service Principal Name (SPN) configuration for SQL Server instances by comparing required SPNs against Active Directory registrations
+
+
Example
+
Test-DbaSpn -ComputerName SQLSERVERA -Credential ad\sqldba
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaTempDbConfig.html b/social/card-html/Test-DbaTempDbConfig.html
new file mode 100644
index 00000000..3484f3e5
--- /dev/null
+++ b/social/card-html/Test-DbaTempDbConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Test-DbaTempDbConfig
+
+
+
+
+
+
>
+
+
+
+ Test -DbaTempDbConfig
+
+
Tests tempdb configuration against SQL Server best practices and returns compliance status for each rule.
+
+
Example
+
Test-DbaTempDbConfig -SqlInstance localhost
+
+
+
+
+
+
diff --git a/social/card-html/Test-DbaWindowsLogin.html b/social/card-html/Test-DbaWindowsLogin.html
new file mode 100644
index 00000000..95dd1595
--- /dev/null
+++ b/social/card-html/Test-DbaWindowsLogin.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Test-DbaWindowsLogin
+
+
+
+
+
+
>
+
+
+
+ Test -DbaWindowsLogin
+
+
Validates Windows logins and groups in SQL Server against Active Directory to identify orphaned, disabled, or problematic accounts
+
+
Example
+
Test-DbaWindowsLogin -SqlInstance Dev01
+
+
+
+
+
+
diff --git a/social/card-html/Uninstall-DbaSqlWatch.html b/social/card-html/Uninstall-DbaSqlWatch.html
new file mode 100644
index 00000000..0cb053a8
--- /dev/null
+++ b/social/card-html/Uninstall-DbaSqlWatch.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Uninstall-DbaSqlWatch
+
+
+
+
+
+
>
+
+
+
+ Uninstall -DbaSqlWatch
+
+
Completely removes SqlWatch monitoring solution from a SQL Server instance
+
+
Example
+
Uninstall-DbaSqlWatch -SqlInstance server1
+
+
+
+
+
+
diff --git a/social/card-html/Unregister-DbatoolsConfig.html b/social/card-html/Unregister-DbatoolsConfig.html
new file mode 100644
index 00000000..64bf30c1
--- /dev/null
+++ b/social/card-html/Unregister-DbatoolsConfig.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Unregister-DbatoolsConfig
+
+
+
+
+
+
>
+
+
+
+ Unregister -DbatoolsConfig
+
+
Removes persisted dbatools configuration settings from registry and configuration files.
+
+
Example
+
Get-DbatoolsConfig |
+Unregister-DbatoolsConfig
+
+
+
+
+
+
diff --git a/social/card-html/Update-DbaBuildReference.html b/social/card-html/Update-DbaBuildReference.html
new file mode 100644
index 00000000..b0dc100a
--- /dev/null
+++ b/social/card-html/Update-DbaBuildReference.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Update-DbaBuildReference
+
+
+
+
+
+
>
+
+
+
+ Update -DbaBuildReference
+
+
Downloads the latest SQL Server build reference database used for patch compliance and version tracking
+
+
Example
+
Update-DbaBuildReference
+
+
+
+
+
+
diff --git a/social/card-html/Update-DbaInstance.html b/social/card-html/Update-DbaInstance.html
new file mode 100644
index 00000000..0ed4eff9
--- /dev/null
+++ b/social/card-html/Update-DbaInstance.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Update-DbaInstance
+
+
+
+
+
+
>
+
+
+
+ Update -DbaInstance
+
+
Installs SQL Server Service Packs and Cumulative Updates across local and remote instances automatically.
+
+
Example
+
Update-DbaInstance -ComputerName SQL1 -Version SP3 -Path \\network\share
+
+
+
+
+
+
diff --git a/social/card-html/Update-DbaMaintenanceSolution.html b/social/card-html/Update-DbaMaintenanceSolution.html
new file mode 100644
index 00000000..48772797
--- /dev/null
+++ b/social/card-html/Update-DbaMaintenanceSolution.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+ dbatools - Update-DbaMaintenanceSolution
+
+
+
+
+
+
>
+
+
+
+ Update -DbaMaintenanceSolution
+
+
Updates existing Ola Hallengren Maintenance Solution stored procedures to the latest version
+
+
Example
+
Update-DbaMaintenanceSolution -SqlInstance RES14224 -Database DBA
+
+
+
+
+
+
diff --git a/social/card-html/Update-DbaServiceAccount.html b/social/card-html/Update-DbaServiceAccount.html
new file mode 100644
index 00000000..cb674f33
--- /dev/null
+++ b/social/card-html/Update-DbaServiceAccount.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+ dbatools - Update-DbaServiceAccount
+
+
+
+
+
+
>
+
+
+
+ Update -DbaServiceAccount
+
+
Changes the service account or password for SQL Server Engine and Agent services
+
+
Example
+
$SecurePassword = ( Get-Credential NoUsernameNeeded ). Password
+Update-DbaServiceAccount -ComputerName sql1 -ServiceName 'MSSQL$MYINSTANCE' -SecurePassword $SecurePassword
+
+
+
+
+
+
diff --git a/social/card-html/Update-Dbatools.html b/social/card-html/Update-Dbatools.html
new file mode 100644
index 00000000..f2988e64
--- /dev/null
+++ b/social/card-html/Update-Dbatools.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Update-Dbatools
+
+
+
+
+
+
>
+
+
+
+ Update -Dbatools
+
+
Updates the dbatools PowerShell module to the latest version
+
+
Example
+
Update-Dbatools
+
+
+
+
+
+
diff --git a/social/card-html/Watch-DbaDbLogin.html b/social/card-html/Watch-DbaDbLogin.html
new file mode 100644
index 00000000..ae2269aa
--- /dev/null
+++ b/social/card-html/Watch-DbaDbLogin.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ dbatools - Watch-DbaDbLogin
+
+
+
+
+
+
>
+
+
+
+ Watch -DbaDbLogin
+
+
Monitors active connections across SQL Server instances and logs client details to a central tracking table
+
+
Example
+
Watch-DbaDbLogin -SqlInstance sqlserver -SqlCms SqlCms1
+
+
+
+
+
+
diff --git a/social/card-html/Watch-DbaXESession.html b/social/card-html/Watch-DbaXESession.html
new file mode 100644
index 00000000..f5827218
--- /dev/null
+++ b/social/card-html/Watch-DbaXESession.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ dbatools - Watch-DbaXESession
+
+
+
+
+
+
>
+
+
+
+ Watch -DbaXESession
+
+
Monitors Extended Events sessions in real-time, streaming live event data as it occurs
+
+
Example
+
Watch-DbaXESession -SqlInstance sql2017 -Session system_health
+
+
+
+
+
+
diff --git a/social/card-html/Write-DbaDbTableData.html b/social/card-html/Write-DbaDbTableData.html
new file mode 100644
index 00000000..37830b31
--- /dev/null
+++ b/social/card-html/Write-DbaDbTableData.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+ dbatools - Write-DbaDbTableData
+
+
+
+
+
+
>
+
+
+
+ Write -DbaDbTableData
+
+
Performs high-speed bulk inserts of data into SQL Server tables using SqlBulkCopy.
+
+
Example
+
$DataTable = Import-Csv C:\temp\customers.csv
+Write-DbaDbTableData -SqlInstance sql2014 -InputObject $DataTable -Table mydb.dbo.customers
+
+
+
+
+
+
diff --git a/social/screenshot-card.js b/social/screenshot-card.js
new file mode 100644
index 00000000..16838d7c
--- /dev/null
+++ b/social/screenshot-card.js
@@ -0,0 +1,48 @@
+const puppeteer = require('puppeteer');
+const path = require('path');
+
+// Get HTML and PNG paths from command line args
+const htmlPath = process.argv[2];
+const pngPath = process.argv[3];
+
+if (!htmlPath || !pngPath) {
+ console.error('Usage: node screenshot-card.js ');
+ process.exit(1);
+}
+
+(async () => {
+ try {
+ const browser = await puppeteer.launch({ headless: 'new' });
+ const page = await browser.newPage();
+ await page.setViewport({ width: 1400, height: 800 });
+
+ // Load the HTML file
+ const absoluteHtml = path.resolve(htmlPath);
+ await page.goto(`file:///${absoluteHtml}`, { waitUntil: 'networkidle0' });
+
+ // Wait for fonts
+ await page.evaluateHandle('document.fonts.ready');
+
+ // Make body transparent
+ await page.evaluate(() => document.body.style.background = 'transparent');
+
+ // Screenshot just the card element
+ const card = await page.$('.card');
+ if (card) {
+ await card.screenshot({
+ path: pngPath,
+ type: 'png',
+ omitBackground: true
+ });
+ console.log(`Created: ${pngPath}`);
+ } else {
+ console.error('Error: .card element not found');
+ process.exit(1);
+ }
+
+ await browser.close();
+ } catch (err) {
+ console.error('Error:', err.message);
+ process.exit(1);
+ }
+})();
diff --git a/social/social-card-command-long.html b/social/social-card-command-long.html
new file mode 100644
index 00000000..b11351a4
--- /dev/null
+++ b/social/social-card-command-long.html
@@ -0,0 +1,350 @@
+
+
+
+
+
+ dbatools Command Card - Long Example
+
+
+
+
+
+
>
+
+
+
+
+
+
+ Get -DbaAgentJobOutputFile
+
+
+
+
+ Returns the Output File for each step of one or more SQL Agent Jobs with the Job Names provided dynamically from the pipeline or from other Get commands. This command is incredibly useful for troubleshooting.
+
+
+
+
+
Example
+
$splat = @{
+ SqlInstance = "sql2014"
+ Job = "Daily Maintenance", "Weekly Backup"
+ StepName = "Step 1"
+}
+Get-DbaAgentJobOutputFile @splat
+
+
+
+
+
+
+
diff --git a/social/social-card-command.html b/social/social-card-command.html
new file mode 100644
index 00000000..2e1df2de
--- /dev/null
+++ b/social/social-card-command.html
@@ -0,0 +1,279 @@
+
+
+
+
+
+ dbatools Command Card
+
+
+
+
+
+
>
+
+
+
+
+
+ Copy -DbaDatabase
+
+
+
+ Migrate databases between SQL Server instances with minimal downtime using backup/restore or detach/attach methods.
+
+
+
+
Example
+
+ Copy-DbaDatabase -Source sql2014 -Destination sql2022 -Database AdventureWorks
+
+
+
+
+
+
+
+
diff --git a/social/social-card-generator.md b/social/social-card-generator.md
new file mode 100644
index 00000000..69919797
--- /dev/null
+++ b/social/social-card-generator.md
@@ -0,0 +1,628 @@
+# dbatools Social Card Generator Prompt
+
+Use this prompt with AI tools to generate social cards for individual dbatools commands.
+
+## Input Required
+
+For each command, you need to extract the following from the PowerShell command file:
+
+1. **Command Name** - The full command name (e.g., `Get-DbaAgentJobOutputFile`)
+2. **Author** - From the `.NOTES` section, extract just the name (no Twitter handles, no URLs)
+3. **Synopsis** - The `.SYNOPSIS` text
+4. **Category/Tags** - From the `Tags:` line in `.NOTES`
+5. **Example** - The first or most representative example from `.EXAMPLE`
+
+## Template Selection
+
+Both templates share the same header layout with author and OS compatibility boxes. The difference is in the example formatting:
+
+### Template A: Short Commands (Inline Example)
+Use for commands with:
+- Examples with 3 or fewer parameters
+- Use inline example format on a single line
+
+### Template B: Long Commands (Splat Example)
+Use for commands with:
+- Examples with 4+ parameters
+- Use splat format with aligned `=` signs
+
+## Prompt for AI Tool
+
+```
+You are generating a social card HTML file for a dbatools PowerShell command.
+
+Given the following command information, generate a complete HTML file based on the appropriate template.
+
+## Command Information:
+- Command Name: {COMMAND_NAME}
+- Author: {AUTHOR_NAME}
+- Synopsis: {SYNOPSIS}
+- Primary Tag/Category: {PRIMARY_TAG}
+- Tags: {TAG1}, {TAG2}, {TAG3}, {TAG4}
+- Example: {EXAMPLE_CODE}
+
+## Rules:
+
+### 1. Template Selection
+- **Short commands** (≤3 params): Use Template A (inline example format)
+- **Long commands** (4+ params): Use Template B (splat example format)
+
+### 2. Command Name Sizing
+Based on the command name length, choose the appropriate size class:
+- `size-small` (58px): up to 18 characters (e.g., Get-DbaDatabase)
+- `size-medium` (50px): 19-26 characters (e.g., Copy-DbaDbTableData)
+- `size-large` (42px): 27-34 characters (e.g., Get-DbaAgentJobOutputFile)
+- `size-xl` (36px): 35+ characters
+
+### 3. Synopsis
+- Keep it to 1-2 sentences max
+- If the original is longer, truncate intelligently at a sentence boundary
+- The CSS will auto-truncate with ellipsis after 2 lines
+
+### 4. Example Formatting
+Choose ONE of two formats based on parameter count:
+
+**Format A: Inline (3 or fewer parameters)**
+```html
+Copy-DbaDatabase -Source sql2014 -Destination sql2022
+```
+
+**Format B: Splat (4+ parameters)**
+```html
+$splat = @{
+ SqlInstance = "sql2014"
+ Job = "Daily Maintenance"
+ StepName = "Step 1"
+}
+Get-DbaAgentJobOutputFile @splat
+```
+
+**Splat Alignment Rules:**
+- Align all `=` signs vertically
+- Use spaces (not tabs) for alignment
+- Maximum 4-5 parameters in the splat
+- Keep values concise - truncate long strings if needed
+
+### 5. Author Name
+- Extract just the name, no Twitter handles (@username), no URLs
+- If multiple authors, use the first one
+- Example: "Chrissy LeMaire" not "Chrissy LeMaire (@cl)"
+
+### 6. Tags
+- Use the first tag as the PRIMARY tag (highlighted in orange in footer)
+- Include 3-4 relevant tags total in the footer
+- Keep tags short (1-2 words each)
+- Primary tag uses `.tag.primary` class (orange), others use `.tag` class (gray)
+
+
+## Output
+
+Generate the complete HTML file. Save it as: `social-card-{CommandName}.html`
+
+Example filename: `social-card-Get-DbaAgentJobOutputFile.html`
+```
+
+## HTML Template (Both Short and Long Commands)
+
+```html
+
+
+
+
+
+ dbatools - {COMMAND_NAME}
+
+
+
+
+
+
>
+
+
+
+
+
+ {VERB} -{NOUN}
+
+
+
{SYNOPSIS}
+
+
+
Example
+ {EXAMPLE_CODE_HTML}
+
+
+
+
+
+
+
+```
+
+## Example: Processing a Command File
+
+Given this command file content:
+
+```powershell
+function Get-DbaAgentJobOutputFile {
+ <#
+ .SYNOPSIS
+ Returns the Output File for each step of one or more SQL Agent Jobs with the Job Names provided dynamically.
+
+ .DESCRIPTION
+ This function returns the output file value for steps of SQL Agent Jobs...
+
+ .NOTES
+ Tags: Agent, Job, Output
+ Author: Chrissy LeMaire (@cl), netnerds.net
+
+ .EXAMPLE
+ PS C:\> Get-DbaAgentJobOutputFile -SqlInstance sql2014 -Job 'Daily Maintenance', 'Weekly Backup'
+
+ Returns the output files for the specified jobs.
+ #>
+}
+```
+
+**Extracted values:**
+- Command Name: `Get-DbaAgentJobOutputFile`
+- Author: `Chrissy LeMaire`
+- Synopsis: `Returns the Output File for each step of one or more SQL Agent Jobs with the Job Names provided dynamically.`
+- Primary Tag: `Agent`
+- Tags: `Agent`, `Job`, `Output`
+- Size Class: `size-large` (27 characters)
+
+**Example HTML (splat format, 2 params but showing splat for demo):**
+```html
+$splat = @{
+ SqlInstance = "sql2014"
+ Job = "Daily Maintenance", "Weekly Backup"
+}
+Get-DbaAgentJobOutputFile @splat
+```
+
+## Batch Processing Script
+
+To process all commands, use this PowerShell approach:
+
+```powershell
+# Get all public commands
+$commands = Get-ChildItem -Path ".\public\*.ps1"
+
+foreach ($cmd in $commands) {
+ $content = Get-Content $cmd.FullName -Raw
+
+ # Extract command name
+ $commandName = $cmd.BaseName
+
+ # Extract synopsis
+ if ($content -match '\.SYNOPSIS\s*\r?\n\s*(.+?)(?=\r?\n\s*\.)') {
+ $synopsis = $Matches[1].Trim()
+ }
+
+ # Extract author (name only, no twitter/url)
+ if ($content -match 'Author:\s*([^(@\r\n]+)') {
+ $author = $Matches[1].Trim().TrimEnd(',')
+ }
+
+ # Extract tags
+ if ($content -match 'Tags:\s*(.+)') {
+ $tags = $Matches[1].Trim() -split ',\s*'
+ }
+
+ # Extract first example
+ if ($content -match '\.EXAMPLE\s*\r?\n\s*PS C:\\>\s*(.+?)(?=\r?\n\s*\r?\n|\r?\n\s*\.)') {
+ $example = $Matches[1].Trim()
+ }
+
+ # Output for AI processing
+ [PSCustomObject]@{
+ CommandName = $commandName
+ Author = $author
+ Synopsis = $synopsis
+ Tags = $tags
+ Example = $example
+ }
+}
+```
+
+## Taking Screenshots with Puppeteer
+
+After generating the HTML files, use Puppeteer for automated batch screenshots.
+
+### Quick Setup
+
+```bash
+npm install puppeteer
+```
+
+### Screenshot Script (screenshot-cards.js)
+
+```javascript
+const puppeteer = require('puppeteer');
+const fs = require('fs');
+const path = require('path');
+
+const CARD_WIDTH = 1200;
+const CARD_HEIGHT = 628;
+const HTML_DIR = './static/images/social-cards';
+const OUTPUT_DIR = './static/images/social-cards';
+
+async function screenshotCards() {
+ const browser = await puppeteer.launch({
+ headless: 'new',
+ args: ['--no-sandbox', '--disable-setuid-sandbox']
+ });
+
+ const page = await browser.newPage();
+ await page.setViewport({ width: CARD_WIDTH, height: CARD_HEIGHT });
+
+ // Get all HTML files
+ const htmlFiles = fs.readdirSync(HTML_DIR)
+ .filter(f => f.endsWith('.html'));
+
+ console.log(`Found ${htmlFiles.length} HTML files to process`);
+
+ for (const htmlFile of htmlFiles) {
+ const htmlPath = path.join(HTML_DIR, htmlFile);
+ const pngFile = htmlFile.replace('.html', '.png');
+ const pngPath = path.join(OUTPUT_DIR, pngFile);
+
+ try {
+ // Load HTML file
+ await page.goto(`file://${path.resolve(htmlPath)}`, {
+ waitUntil: 'networkidle0'
+ });
+
+ // Wait for fonts to load
+ await page.evaluateHandle('document.fonts.ready');
+
+ // Take screenshot
+ await page.screenshot({
+ path: pngPath,
+ type: 'png',
+ clip: { x: 0, y: 0, width: CARD_WIDTH, height: CARD_HEIGHT }
+ });
+
+ console.log(`✓ ${pngFile}`);
+ } catch (err) {
+ console.error(`✗ ${htmlFile}: ${err.message}`);
+ }
+ }
+
+ await browser.close();
+ console.log('\nDone!');
+}
+
+screenshotCards();
+```
+
+### Usage
+
+```bash
+# Run from the web directory
+node screenshot-cards.js
+
+# Or screenshot a single card
+node -e "
+const puppeteer = require('puppeteer');
+(async () => {
+ const browser = await puppeteer.launch({ headless: 'new' });
+ const page = await browser.newPage();
+ await page.setViewport({ width: 1200, height: 628 });
+ await page.goto('file://' + process.argv[1], { waitUntil: 'networkidle0' });
+ await page.evaluateHandle('document.fonts.ready');
+ await page.screenshot({ path: process.argv[1].replace('.html', '.png') });
+ await browser.close();
+})();
+" "./static/images/social-cards/Copy-DbaDatabase.html"
+```
+
+### PowerShell Wrapper (optional)
+
+```powershell
+# Convert-SocialCardsToPng.ps1
+param(
+ [string]$HtmlPath = ".\static\images\social-cards",
+ [string[]]$CommandName
+)
+
+$htmlFiles = Get-ChildItem -Path $HtmlPath -Filter "*.html"
+
+if ($CommandName) {
+ $htmlFiles = $htmlFiles | Where-Object {
+ $name = $_.BaseName
+ foreach ($pattern in $CommandName) {
+ if ($name -like $pattern) { return $true }
+ }
+ return $false
+ }
+}
+
+foreach ($html in $htmlFiles) {
+ $png = $html.FullName -replace '\.html$', '.png'
+ Write-Host "Converting $($html.Name)..." -ForegroundColor Cyan
+
+ $script = @"
+const puppeteer = require('puppeteer');
+(async () => {
+ const browser = await puppeteer.launch({ headless: 'new' });
+ const page = await browser.newPage();
+ await page.setViewport({ width: 1200, height: 628 });
+ await page.goto('file://$($html.FullName -replace '\\', '/')', { waitUntil: 'networkidle0' });
+ await page.evaluateHandle('document.fonts.ready');
+ await page.screenshot({ path: '$($png -replace '\\', '/')' });
+ await browser.close();
+})();
+"@
+
+ $script | node
+ Write-Host " Created: $($html.BaseName).png" -ForegroundColor Green
+}
+```
+
+### Important Notes
+
+- Card dimensions: **1200x628 pixels** (Twitter/X optimal)
+- `networkidle0` ensures external fonts (Google Fonts) are loaded
+- `document.fonts.ready` waits for font rendering
+- PNG format preserves quality for social media
+- The `thor.png` logo file must be in the same directory as the HTML files
diff --git a/social/social-card-prompt.txt b/social/social-card-prompt.txt
new file mode 100644
index 00000000..9e244b8e
--- /dev/null
+++ b/social/social-card-prompt.txt
@@ -0,0 +1,236 @@
+Generate a complete HTML social card file for the dbatools PowerShell command.
+
+=== COMMAND DATA ===
+CommandName: {{CommandName}}
+Author: {{Author}}
+Synopsis: {{Synopsis}}
+Availability: {{Availability}}
+Tags: {{Tags}}
+Examples:
+{{Examples}}
+
+=== OUTPUT FILE PATH ===
+WRITE THE COMPLETE HTML TO: {{HtmlFile}}
+
+=== CRITICAL FORMATTING RULES ===
+
+0. EXAMPLE SELECTION - ALWAYS USE EXAMPLE 1:
+ - ALWAYS use EXAMPLE 1 from the examples data, unless it's multi-line splatting code
+ - NEVER pick Example 2 or 3 just because they look simpler
+ - Example 1 is specifically chosen to be the most representative
+
+1. UNDERSTANDING PIPES vs LINE CONTINUATION:
+ A pipe (|) means OUTPUT flows to a DIFFERENT command. Both sides have their own command name:
+ CORRECT: Get-Something -Param value | Do-Something -OtherParam
+ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
+ First command Second command (different name!)
+
+ WRONG interpretation - this is NOT a pipe, it's line continuation:
+ Add-Something -Param1 value |
+ -Param2 othervalue
+ ^ This is WRONG! -Param2 is part of Add-Something, not a separate command
+
+ If you see a | but NO command name after it (just parameters), it's NOT a real pipe!
+
+2. EXAMPLE FORMAT DECISION TREE:
+
+ CRITICAL: Count the actual characters in the example BEFORE choosing a format!
+ The example box is 820px wide. At 14px monospace, that's ~92 characters MAX.
+ Text longer than 92 chars WILL overflow and look broken.
+
+ STEP 0: Is the COMMAND NAME itself 27+ characters long?
+ - YES, but only 1 parameter → Continue to STEP 1 (inline is fine for single params)
+ - YES, with 2+ parameters → Use FORMAT B (splat) - long command names need splat to look clean
+ - NO → Continue to STEP 1
+
+ STEP 1: Does the example contain a REAL pipe (| followed by a Verb-Noun command)?
+ - YES → Go to STEP 3 (pipe format)
+ - NO → Go to STEP 2 (single command)
+
+ STEP 2 (single command, no pipe):
+ - FIRST: Count the total characters in the example line (including command, params, values, spaces)
+ - If total ≤92 chars AND ≤3 params → FORMAT A (inline)
+ - If total >92 chars OR 4+ params → FORMAT B (splat) - NO EXCEPTIONS!
+
+ STEP 3 (piped commands):
+ - Measure the FIRST command (before the pipe) - if >60 chars → FORMAT D (splat + pipe)
+ - If first command ≤60 chars AND second command ≤92 chars → FORMAT C (two lines)
+ - If still too long → FORMAT D (splat the first command, then pipe)
+
+ OVERFLOW PREVENTION: If in doubt, use SPLAT format. It's better to have a clean splat
+ than an ugly overflow. Commands with 4+ parameters almost always need splat format.
+
+ VISUAL CHECK: The example box is 820px wide with 24px padding on each side = 772px usable.
+ At 14px monospace (~8.4px per char), that's ~92 characters MAX before overflow/cutoff.
+ If your inline example exceeds 92 chars, it WILL get cut off visually - use splat instead!
+
+3. FORMAT A - INLINE (single command, ≤3 params, ≤92 chars MAXIMUM):
+ Command-Name -Param1 value1 -Param2 value2
+
+4. FORMAT B - SPLAT (4+ params OR >92 chars, NO pipe):
+ `$splat = @{
+ SqlInstance = "sql2014"
+ Database = "AdventureWorks"
+ }
+ Command-Name @splat
+
+5. FORMAT C - SHORT PIPED (first command ≤50 chars, second ≤68 chars):
+ Get-Something -Param value |
+Do-SomethingElse -OtherParam val
+
+6. FORMAT D - LONG PIPED (first command >50 chars) - Splat first, then pipe:
+ `$splat = @{
+ SqlInstance = "sql2017a"
+ AvailabilityGroup = "SharePoint"
+ }
+ Get-DbaAvailabilityGroup @splat |
+Add-DbaAgReplica -SqlInstance sql2017b
+
+ CRITICAL: Line after the splat has the command + @splat + pipe, then next line has the second command.
+
+7. ARRAY VALUES (comma-separated):
+ For values like "db1, db2", keep them together in ONE span:
+ db1, db2
+ Do NOT split: db1 , db2
+
+8. TAG ABBREVIATION EXPANSION - ALWAYS expand these common abbreviations in tags:
+ - AG → Availability Groups
+ - HA → High Availability
+ - DR → Disaster Recovery
+ - CDC → Change Data Capture
+ - HADR → High Availability Disaster Recovery
+ - SPN → Service Principal Name
+ - DAC → Dedicated Admin Connection
+ - WSFC → Windows Server Failover Cluster
+ - TDE → Transparent Data Encryption
+ - CMK → Column Master Key
+ - CEK → Column Encryption Key
+ - XE → Extended Events
+ - XESession → Extended Events Session
+ - PBM → Policy Based Management
+ - CMS → Central Management Server
+ - DBA → Database Administration
+ - SSMS → SQL Server Management Studio
+ - SSRS → SQL Server Reporting Services
+ - SSIS → SQL Server Integration Services
+ - SSAS → SQL Server Analysis Services
+ - WSMan → Windows Remote Management
+ - SPNs → Service Principal Names
+ - Ola → Ola Hallengren (Maintenance Solution)
+ - tempdb → TempDB
+ - filegroup → Filegroup
+ - dacpac → DACPAC
+ - bacpac → BACPAC
+ Example: Tags "AG, HA, Migration" → display as "Availability Groups", "High Availability", "Migration"
+
+9. COMMAND NAME SIZING (based on character count):
+ - size-small (58px): up to 18 chars
+ - size-medium (50px): 19-26 chars
+ - size-large (42px): 27-34 chars
+ - size-xl (36px): 35+ chars
+
+10. AUTHOR NAME - CLEAN IT UP:
+ - Remove ALL Twitter handles (@username)
+ - Remove ALL URLs and email addresses
+ - Use ONLY the first author if multiple
+ - If the author is "Garry Bargsley" (any variation), OMIT the author box entirely
+ - Example: "Chrissy LeMaire (@cl), netnerds.net" becomes "Chrissy LeMaire"
+
+11. TAGS - First tag is PRIMARY (orange), rest are gray. Show 3-4 max.
+
+12. Parse examples: Look for "PS C:\>" pattern, clean \u003e to >, \u0027 to '
+
+=== COMPLETE HTML TEMPLATE ===
+
+
+
+
+
+
+ dbatools - COMMAND_NAME_HERE
+
+
+
+
+
+
>
+
+
+
+ VERB_HERE -NOUN_HERE
+
+
SYNOPSIS_HERE
+
+
Example
+ EXAMPLE_HTML_HERE
+
+
+
+
+
+
+
+=== WRITE THE COMPLETE FILLED-IN HTML TO: {{HtmlFile}} ===
diff --git a/social/social-card-wide.html b/social/social-card-wide.html
new file mode 100644
index 00000000..456fca92
--- /dev/null
+++ b/social/social-card-wide.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+ dbatools Social Card - Wide Format
+
+
+
+
+
+
+
dataplat
+
dbatools
+
SQL Server automation and instance migrations have never been safer, faster or freer
+
+
+
+ 270
+ Contributors
+
+
+ 700
+ Commands
+
+
+ 2.7k
+ Stars
+
+
+ 8M+
+ Downloads
+
+
+
+
+ PowerShell
+ SQL Server 2000-2025
+ 10+ Years Active
+
+
+
+
+
+
+
+
+
+
+
diff --git a/social/social-card.html b/social/social-card.html
new file mode 100644
index 00000000..8cbc49c6
--- /dev/null
+++ b/social/social-card.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+ dbatools Social Card
+
+
+
+
+
+
+
+
+ The community PowerShell module with 700 commands that replace manual SQL Server administration with powerful automation.
+
+
+
+
+
+ PowerShell
+ SQL Server 2000-2025
+ 10+ Years Active
+ MIT License
+
+
+
+
+
+
diff --git a/social/static/images/social-cards/Get-DbaDatabase.png b/social/static/images/social-cards/Get-DbaDatabase.png
new file mode 100644
index 00000000..24ecdf11
Binary files /dev/null and b/social/static/images/social-cards/Get-DbaDatabase.png differ
diff --git a/social/static/images/social-cards/thor.png b/social/static/images/social-cards/thor.png
new file mode 100644
index 00000000..a46f8262
Binary files /dev/null and b/social/static/images/social-cards/thor.png differ
diff --git a/social/thor.png b/social/thor.png
new file mode 100644
index 00000000..a46f8262
Binary files /dev/null and b/social/thor.png differ
diff --git a/static/images/social/Add-DbaAgDatabase.png b/static/images/social/Add-DbaAgDatabase.png
new file mode 100644
index 00000000..c29d528a
Binary files /dev/null and b/static/images/social/Add-DbaAgDatabase.png differ
diff --git a/static/images/social/Add-DbaAgListener.png b/static/images/social/Add-DbaAgListener.png
new file mode 100644
index 00000000..7a7316c5
Binary files /dev/null and b/static/images/social/Add-DbaAgListener.png differ
diff --git a/static/images/social/Add-DbaAgReplica.png b/static/images/social/Add-DbaAgReplica.png
new file mode 100644
index 00000000..0b199cbe
Binary files /dev/null and b/static/images/social/Add-DbaAgReplica.png differ
diff --git a/static/images/social/Add-DbaComputerCertificate.png b/static/images/social/Add-DbaComputerCertificate.png
new file mode 100644
index 00000000..02327975
Binary files /dev/null and b/static/images/social/Add-DbaComputerCertificate.png differ
diff --git a/static/images/social/Add-DbaDbFile.png b/static/images/social/Add-DbaDbFile.png
new file mode 100644
index 00000000..fdcc330c
Binary files /dev/null and b/static/images/social/Add-DbaDbFile.png differ
diff --git a/static/images/social/Add-DbaDbMirrorMonitor.png b/static/images/social/Add-DbaDbMirrorMonitor.png
new file mode 100644
index 00000000..c3dc0be2
Binary files /dev/null and b/static/images/social/Add-DbaDbMirrorMonitor.png differ
diff --git a/static/images/social/Add-DbaDbRoleMember.png b/static/images/social/Add-DbaDbRoleMember.png
new file mode 100644
index 00000000..2ced3995
Binary files /dev/null and b/static/images/social/Add-DbaDbRoleMember.png differ
diff --git a/static/images/social/Add-DbaRegServer.png b/static/images/social/Add-DbaRegServer.png
new file mode 100644
index 00000000..a864509d
Binary files /dev/null and b/static/images/social/Add-DbaRegServer.png differ
diff --git a/static/images/social/Add-DbaRegServerGroup.png b/static/images/social/Add-DbaRegServerGroup.png
new file mode 100644
index 00000000..6d9dc95f
Binary files /dev/null and b/static/images/social/Add-DbaRegServerGroup.png differ
diff --git a/static/images/social/Add-DbaReplArticle.png b/static/images/social/Add-DbaReplArticle.png
new file mode 100644
index 00000000..4758ef2e
Binary files /dev/null and b/static/images/social/Add-DbaReplArticle.png differ
diff --git a/static/images/social/Add-DbaServerRoleMember.png b/static/images/social/Add-DbaServerRoleMember.png
new file mode 100644
index 00000000..599b5703
Binary files /dev/null and b/static/images/social/Add-DbaServerRoleMember.png differ
diff --git a/static/images/social/Backup-DbaComputerCertificate.png b/static/images/social/Backup-DbaComputerCertificate.png
new file mode 100644
index 00000000..9a533429
Binary files /dev/null and b/static/images/social/Backup-DbaComputerCertificate.png differ
diff --git a/static/images/social/Backup-DbaDatabase.png b/static/images/social/Backup-DbaDatabase.png
new file mode 100644
index 00000000..3947f363
Binary files /dev/null and b/static/images/social/Backup-DbaDatabase.png differ
diff --git a/static/images/social/Backup-DbaDbCertificate.png b/static/images/social/Backup-DbaDbCertificate.png
new file mode 100644
index 00000000..5c24da95
Binary files /dev/null and b/static/images/social/Backup-DbaDbCertificate.png differ
diff --git a/static/images/social/Backup-DbaDbMasterKey.png b/static/images/social/Backup-DbaDbMasterKey.png
new file mode 100644
index 00000000..22dab547
Binary files /dev/null and b/static/images/social/Backup-DbaDbMasterKey.png differ
diff --git a/static/images/social/Backup-DbaServiceMasterKey.png b/static/images/social/Backup-DbaServiceMasterKey.png
new file mode 100644
index 00000000..49268e7d
Binary files /dev/null and b/static/images/social/Backup-DbaServiceMasterKey.png differ
diff --git a/static/images/social/Clear-DbaConnectionPool.png b/static/images/social/Clear-DbaConnectionPool.png
new file mode 100644
index 00000000..18d7f011
Binary files /dev/null and b/static/images/social/Clear-DbaConnectionPool.png differ
diff --git a/static/images/social/Clear-DbaLatchStatistics.png b/static/images/social/Clear-DbaLatchStatistics.png
new file mode 100644
index 00000000..308346ac
Binary files /dev/null and b/static/images/social/Clear-DbaLatchStatistics.png differ
diff --git a/static/images/social/Clear-DbaPlanCache.png b/static/images/social/Clear-DbaPlanCache.png
new file mode 100644
index 00000000..eb1f930b
Binary files /dev/null and b/static/images/social/Clear-DbaPlanCache.png differ
diff --git a/static/images/social/Clear-DbaWaitStatistics.png b/static/images/social/Clear-DbaWaitStatistics.png
new file mode 100644
index 00000000..4d51fdac
Binary files /dev/null and b/static/images/social/Clear-DbaWaitStatistics.png differ
diff --git a/static/images/social/Compare-DbaAgReplicaAgentJob.png b/static/images/social/Compare-DbaAgReplicaAgentJob.png
new file mode 100644
index 00000000..e14c1913
Binary files /dev/null and b/static/images/social/Compare-DbaAgReplicaAgentJob.png differ
diff --git a/static/images/social/Compare-DbaAgReplicaLogin.png b/static/images/social/Compare-DbaAgReplicaLogin.png
new file mode 100644
index 00000000..3eea4365
Binary files /dev/null and b/static/images/social/Compare-DbaAgReplicaLogin.png differ
diff --git a/static/images/social/Compare-DbaAgReplicaOperator.png b/static/images/social/Compare-DbaAgReplicaOperator.png
new file mode 100644
index 00000000..0d4c36a0
Binary files /dev/null and b/static/images/social/Compare-DbaAgReplicaOperator.png differ
diff --git a/static/images/social/Compare-DbaAgReplicaSync.png b/static/images/social/Compare-DbaAgReplicaSync.png
new file mode 100644
index 00000000..fc017abd
Binary files /dev/null and b/static/images/social/Compare-DbaAgReplicaSync.png differ
diff --git a/static/images/social/Compare-DbaAvailabilityGroup.png b/static/images/social/Compare-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..8ce442b6
Binary files /dev/null and b/static/images/social/Compare-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Connect-DbaInstance.png b/static/images/social/Connect-DbaInstance.png
new file mode 100644
index 00000000..6094cabe
Binary files /dev/null and b/static/images/social/Connect-DbaInstance.png differ
diff --git a/static/images/social/ConvertTo-DbaTimeline.png b/static/images/social/ConvertTo-DbaTimeline.png
new file mode 100644
index 00000000..6d6544eb
Binary files /dev/null and b/static/images/social/ConvertTo-DbaTimeline.png differ
diff --git a/static/images/social/ConvertTo-DbaXESession.png b/static/images/social/ConvertTo-DbaXESession.png
new file mode 100644
index 00000000..a2797d50
Binary files /dev/null and b/static/images/social/ConvertTo-DbaXESession.png differ
diff --git a/static/images/social/Copy-DbaAgentAlert.png b/static/images/social/Copy-DbaAgentAlert.png
new file mode 100644
index 00000000..2a787ae0
Binary files /dev/null and b/static/images/social/Copy-DbaAgentAlert.png differ
diff --git a/static/images/social/Copy-DbaAgentJob.png b/static/images/social/Copy-DbaAgentJob.png
new file mode 100644
index 00000000..8e18150c
Binary files /dev/null and b/static/images/social/Copy-DbaAgentJob.png differ
diff --git a/static/images/social/Copy-DbaAgentJobCategory.png b/static/images/social/Copy-DbaAgentJobCategory.png
new file mode 100644
index 00000000..e6ebdf58
Binary files /dev/null and b/static/images/social/Copy-DbaAgentJobCategory.png differ
diff --git a/static/images/social/Copy-DbaAgentJobStep.png b/static/images/social/Copy-DbaAgentJobStep.png
new file mode 100644
index 00000000..730e68a3
Binary files /dev/null and b/static/images/social/Copy-DbaAgentJobStep.png differ
diff --git a/static/images/social/Copy-DbaAgentOperator.png b/static/images/social/Copy-DbaAgentOperator.png
new file mode 100644
index 00000000..35867cdf
Binary files /dev/null and b/static/images/social/Copy-DbaAgentOperator.png differ
diff --git a/static/images/social/Copy-DbaAgentProxy.png b/static/images/social/Copy-DbaAgentProxy.png
new file mode 100644
index 00000000..fdf40fe9
Binary files /dev/null and b/static/images/social/Copy-DbaAgentProxy.png differ
diff --git a/static/images/social/Copy-DbaAgentSchedule.png b/static/images/social/Copy-DbaAgentSchedule.png
new file mode 100644
index 00000000..e38ce8ba
Binary files /dev/null and b/static/images/social/Copy-DbaAgentSchedule.png differ
diff --git a/static/images/social/Copy-DbaAgentServer.png b/static/images/social/Copy-DbaAgentServer.png
new file mode 100644
index 00000000..029423f1
Binary files /dev/null and b/static/images/social/Copy-DbaAgentServer.png differ
diff --git a/static/images/social/Copy-DbaBackupDevice.png b/static/images/social/Copy-DbaBackupDevice.png
new file mode 100644
index 00000000..cfdb29e0
Binary files /dev/null and b/static/images/social/Copy-DbaBackupDevice.png differ
diff --git a/static/images/social/Copy-DbaCredential.png b/static/images/social/Copy-DbaCredential.png
new file mode 100644
index 00000000..c044728b
Binary files /dev/null and b/static/images/social/Copy-DbaCredential.png differ
diff --git a/static/images/social/Copy-DbaCustomError.png b/static/images/social/Copy-DbaCustomError.png
new file mode 100644
index 00000000..3475fd3a
Binary files /dev/null and b/static/images/social/Copy-DbaCustomError.png differ
diff --git a/static/images/social/Copy-DbaDataCollector.png b/static/images/social/Copy-DbaDataCollector.png
new file mode 100644
index 00000000..e46d73f8
Binary files /dev/null and b/static/images/social/Copy-DbaDataCollector.png differ
diff --git a/static/images/social/Copy-DbaDatabase.png b/static/images/social/Copy-DbaDatabase.png
new file mode 100644
index 00000000..29d90daf
Binary files /dev/null and b/static/images/social/Copy-DbaDatabase.png differ
diff --git a/static/images/social/Copy-DbaDbAssembly.png b/static/images/social/Copy-DbaDbAssembly.png
new file mode 100644
index 00000000..21d434bf
Binary files /dev/null and b/static/images/social/Copy-DbaDbAssembly.png differ
diff --git a/static/images/social/Copy-DbaDbCertificate.png b/static/images/social/Copy-DbaDbCertificate.png
new file mode 100644
index 00000000..034e0906
Binary files /dev/null and b/static/images/social/Copy-DbaDbCertificate.png differ
diff --git a/static/images/social/Copy-DbaDbMail.png b/static/images/social/Copy-DbaDbMail.png
new file mode 100644
index 00000000..73cb9b5e
Binary files /dev/null and b/static/images/social/Copy-DbaDbMail.png differ
diff --git a/static/images/social/Copy-DbaDbQueryStoreOption.png b/static/images/social/Copy-DbaDbQueryStoreOption.png
new file mode 100644
index 00000000..1eb52142
Binary files /dev/null and b/static/images/social/Copy-DbaDbQueryStoreOption.png differ
diff --git a/static/images/social/Copy-DbaDbTableData.png b/static/images/social/Copy-DbaDbTableData.png
new file mode 100644
index 00000000..23526b5f
Binary files /dev/null and b/static/images/social/Copy-DbaDbTableData.png differ
diff --git a/static/images/social/Copy-DbaDbViewData.png b/static/images/social/Copy-DbaDbViewData.png
new file mode 100644
index 00000000..558b8d7b
Binary files /dev/null and b/static/images/social/Copy-DbaDbViewData.png differ
diff --git a/static/images/social/Copy-DbaEndpoint.png b/static/images/social/Copy-DbaEndpoint.png
new file mode 100644
index 00000000..44eb3400
Binary files /dev/null and b/static/images/social/Copy-DbaEndpoint.png differ
diff --git a/static/images/social/Copy-DbaExtendedStoredProcedure.png b/static/images/social/Copy-DbaExtendedStoredProcedure.png
new file mode 100644
index 00000000..4f593fde
Binary files /dev/null and b/static/images/social/Copy-DbaExtendedStoredProcedure.png differ
diff --git a/static/images/social/Copy-DbaInstanceAudit.png b/static/images/social/Copy-DbaInstanceAudit.png
new file mode 100644
index 00000000..1494f3aa
Binary files /dev/null and b/static/images/social/Copy-DbaInstanceAudit.png differ
diff --git a/static/images/social/Copy-DbaInstanceAuditSpecification.png b/static/images/social/Copy-DbaInstanceAuditSpecification.png
new file mode 100644
index 00000000..17f222cd
Binary files /dev/null and b/static/images/social/Copy-DbaInstanceAuditSpecification.png differ
diff --git a/static/images/social/Copy-DbaInstanceTrigger.png b/static/images/social/Copy-DbaInstanceTrigger.png
new file mode 100644
index 00000000..de188e9e
Binary files /dev/null and b/static/images/social/Copy-DbaInstanceTrigger.png differ
diff --git a/static/images/social/Copy-DbaLinkedServer.png b/static/images/social/Copy-DbaLinkedServer.png
new file mode 100644
index 00000000..5a58fac9
Binary files /dev/null and b/static/images/social/Copy-DbaLinkedServer.png differ
diff --git a/static/images/social/Copy-DbaLogin.png b/static/images/social/Copy-DbaLogin.png
new file mode 100644
index 00000000..3d0e74c6
Binary files /dev/null and b/static/images/social/Copy-DbaLogin.png differ
diff --git a/static/images/social/Copy-DbaPolicyManagement.png b/static/images/social/Copy-DbaPolicyManagement.png
new file mode 100644
index 00000000..fc40a951
Binary files /dev/null and b/static/images/social/Copy-DbaPolicyManagement.png differ
diff --git a/static/images/social/Copy-DbaRegServer.png b/static/images/social/Copy-DbaRegServer.png
new file mode 100644
index 00000000..01c06287
Binary files /dev/null and b/static/images/social/Copy-DbaRegServer.png differ
diff --git a/static/images/social/Copy-DbaResourceGovernor.png b/static/images/social/Copy-DbaResourceGovernor.png
new file mode 100644
index 00000000..588ccd54
Binary files /dev/null and b/static/images/social/Copy-DbaResourceGovernor.png differ
diff --git a/static/images/social/Copy-DbaServerRole.png b/static/images/social/Copy-DbaServerRole.png
new file mode 100644
index 00000000..7376ce41
Binary files /dev/null and b/static/images/social/Copy-DbaServerRole.png differ
diff --git a/static/images/social/Copy-DbaSpConfigure.png b/static/images/social/Copy-DbaSpConfigure.png
new file mode 100644
index 00000000..2596fc72
Binary files /dev/null and b/static/images/social/Copy-DbaSpConfigure.png differ
diff --git a/static/images/social/Copy-DbaSsisCatalog.png b/static/images/social/Copy-DbaSsisCatalog.png
new file mode 100644
index 00000000..8f0b7ee0
Binary files /dev/null and b/static/images/social/Copy-DbaSsisCatalog.png differ
diff --git a/static/images/social/Copy-DbaStartupProcedure.png b/static/images/social/Copy-DbaStartupProcedure.png
new file mode 100644
index 00000000..22599612
Binary files /dev/null and b/static/images/social/Copy-DbaStartupProcedure.png differ
diff --git a/static/images/social/Copy-DbaSystemDbUserObject.png b/static/images/social/Copy-DbaSystemDbUserObject.png
new file mode 100644
index 00000000..32cf28fc
Binary files /dev/null and b/static/images/social/Copy-DbaSystemDbUserObject.png differ
diff --git a/static/images/social/Copy-DbaXESession.png b/static/images/social/Copy-DbaXESession.png
new file mode 100644
index 00000000..88594f17
Binary files /dev/null and b/static/images/social/Copy-DbaXESession.png differ
diff --git a/static/images/social/Copy-DbaXESessionTemplate.png b/static/images/social/Copy-DbaXESessionTemplate.png
new file mode 100644
index 00000000..798cc4a4
Binary files /dev/null and b/static/images/social/Copy-DbaXESessionTemplate.png differ
diff --git a/static/images/social/Disable-DbaAgHadr.png b/static/images/social/Disable-DbaAgHadr.png
new file mode 100644
index 00000000..236d0ea3
Binary files /dev/null and b/static/images/social/Disable-DbaAgHadr.png differ
diff --git a/static/images/social/Disable-DbaDbEncryption.png b/static/images/social/Disable-DbaDbEncryption.png
new file mode 100644
index 00000000..ca20348c
Binary files /dev/null and b/static/images/social/Disable-DbaDbEncryption.png differ
diff --git a/static/images/social/Disable-DbaFilestream.png b/static/images/social/Disable-DbaFilestream.png
new file mode 100644
index 00000000..943c9a50
Binary files /dev/null and b/static/images/social/Disable-DbaFilestream.png differ
diff --git a/static/images/social/Disable-DbaForceNetworkEncryption.png b/static/images/social/Disable-DbaForceNetworkEncryption.png
new file mode 100644
index 00000000..0883d0a6
Binary files /dev/null and b/static/images/social/Disable-DbaForceNetworkEncryption.png differ
diff --git a/static/images/social/Disable-DbaHideInstance.png b/static/images/social/Disable-DbaHideInstance.png
new file mode 100644
index 00000000..5484a1b8
Binary files /dev/null and b/static/images/social/Disable-DbaHideInstance.png differ
diff --git a/static/images/social/Disable-DbaReplDistributor.png b/static/images/social/Disable-DbaReplDistributor.png
new file mode 100644
index 00000000..dc687616
Binary files /dev/null and b/static/images/social/Disable-DbaReplDistributor.png differ
diff --git a/static/images/social/Disable-DbaReplPublishing.png b/static/images/social/Disable-DbaReplPublishing.png
new file mode 100644
index 00000000..c753d904
Binary files /dev/null and b/static/images/social/Disable-DbaReplPublishing.png differ
diff --git a/static/images/social/Disable-DbaStartupProcedure.png b/static/images/social/Disable-DbaStartupProcedure.png
new file mode 100644
index 00000000..7a35cd6f
Binary files /dev/null and b/static/images/social/Disable-DbaStartupProcedure.png differ
diff --git a/static/images/social/Disable-DbaTraceFlag.png b/static/images/social/Disable-DbaTraceFlag.png
new file mode 100644
index 00000000..58eec875
Binary files /dev/null and b/static/images/social/Disable-DbaTraceFlag.png differ
diff --git a/static/images/social/Disconnect-DbaInstance.png b/static/images/social/Disconnect-DbaInstance.png
new file mode 100644
index 00000000..eb3c4a7c
Binary files /dev/null and b/static/images/social/Disconnect-DbaInstance.png differ
diff --git a/static/images/social/Dismount-DbaDatabase.png b/static/images/social/Dismount-DbaDatabase.png
new file mode 100644
index 00000000..3bcd2967
Binary files /dev/null and b/static/images/social/Dismount-DbaDatabase.png differ
diff --git a/static/images/social/Enable-DbaAgHadr.png b/static/images/social/Enable-DbaAgHadr.png
new file mode 100644
index 00000000..f248e107
Binary files /dev/null and b/static/images/social/Enable-DbaAgHadr.png differ
diff --git a/static/images/social/Enable-DbaDbEncryption.png b/static/images/social/Enable-DbaDbEncryption.png
new file mode 100644
index 00000000..0281ecc1
Binary files /dev/null and b/static/images/social/Enable-DbaDbEncryption.png differ
diff --git a/static/images/social/Enable-DbaFilestream.png b/static/images/social/Enable-DbaFilestream.png
new file mode 100644
index 00000000..57d7356d
Binary files /dev/null and b/static/images/social/Enable-DbaFilestream.png differ
diff --git a/static/images/social/Enable-DbaForceNetworkEncryption.png b/static/images/social/Enable-DbaForceNetworkEncryption.png
new file mode 100644
index 00000000..d8cd1e01
Binary files /dev/null and b/static/images/social/Enable-DbaForceNetworkEncryption.png differ
diff --git a/static/images/social/Enable-DbaHideInstance.png b/static/images/social/Enable-DbaHideInstance.png
new file mode 100644
index 00000000..30afdcbe
Binary files /dev/null and b/static/images/social/Enable-DbaHideInstance.png differ
diff --git a/static/images/social/Enable-DbaReplDistributor.png b/static/images/social/Enable-DbaReplDistributor.png
new file mode 100644
index 00000000..bab09cc5
Binary files /dev/null and b/static/images/social/Enable-DbaReplDistributor.png differ
diff --git a/static/images/social/Enable-DbaReplPublishing.png b/static/images/social/Enable-DbaReplPublishing.png
new file mode 100644
index 00000000..0e5ee7fa
Binary files /dev/null and b/static/images/social/Enable-DbaReplPublishing.png differ
diff --git a/static/images/social/Enable-DbaStartupProcedure.png b/static/images/social/Enable-DbaStartupProcedure.png
new file mode 100644
index 00000000..01e768d6
Binary files /dev/null and b/static/images/social/Enable-DbaStartupProcedure.png differ
diff --git a/static/images/social/Enable-DbaTraceFlag.png b/static/images/social/Enable-DbaTraceFlag.png
new file mode 100644
index 00000000..08cb57f7
Binary files /dev/null and b/static/images/social/Enable-DbaTraceFlag.png differ
diff --git a/static/images/social/Expand-DbaDbLogFile.png b/static/images/social/Expand-DbaDbLogFile.png
new file mode 100644
index 00000000..646a5765
Binary files /dev/null and b/static/images/social/Expand-DbaDbLogFile.png differ
diff --git a/static/images/social/Export-DbaBinaryFile.png b/static/images/social/Export-DbaBinaryFile.png
new file mode 100644
index 00000000..e6c047d8
Binary files /dev/null and b/static/images/social/Export-DbaBinaryFile.png differ
diff --git a/static/images/social/Export-DbaCredential.png b/static/images/social/Export-DbaCredential.png
new file mode 100644
index 00000000..336004d1
Binary files /dev/null and b/static/images/social/Export-DbaCredential.png differ
diff --git a/static/images/social/Export-DbaCsv.png b/static/images/social/Export-DbaCsv.png
new file mode 100644
index 00000000..072e4a78
Binary files /dev/null and b/static/images/social/Export-DbaCsv.png differ
diff --git a/static/images/social/Export-DbaDacPackage.png b/static/images/social/Export-DbaDacPackage.png
new file mode 100644
index 00000000..9d242935
Binary files /dev/null and b/static/images/social/Export-DbaDacPackage.png differ
diff --git a/static/images/social/Export-DbaDbRole.png b/static/images/social/Export-DbaDbRole.png
new file mode 100644
index 00000000..3a47cb0c
Binary files /dev/null and b/static/images/social/Export-DbaDbRole.png differ
diff --git a/static/images/social/Export-DbaDbTableData.png b/static/images/social/Export-DbaDbTableData.png
new file mode 100644
index 00000000..63ee3dce
Binary files /dev/null and b/static/images/social/Export-DbaDbTableData.png differ
diff --git a/static/images/social/Export-DbaDiagnosticQuery.png b/static/images/social/Export-DbaDiagnosticQuery.png
new file mode 100644
index 00000000..a21560ac
Binary files /dev/null and b/static/images/social/Export-DbaDiagnosticQuery.png differ
diff --git a/static/images/social/Export-DbaExecutionPlan.png b/static/images/social/Export-DbaExecutionPlan.png
new file mode 100644
index 00000000..27268f45
Binary files /dev/null and b/static/images/social/Export-DbaExecutionPlan.png differ
diff --git a/static/images/social/Export-DbaInstance.png b/static/images/social/Export-DbaInstance.png
new file mode 100644
index 00000000..4f46bf65
Binary files /dev/null and b/static/images/social/Export-DbaInstance.png differ
diff --git a/static/images/social/Export-DbaLinkedServer.png b/static/images/social/Export-DbaLinkedServer.png
new file mode 100644
index 00000000..f867c41c
Binary files /dev/null and b/static/images/social/Export-DbaLinkedServer.png differ
diff --git a/static/images/social/Export-DbaLogin.png b/static/images/social/Export-DbaLogin.png
new file mode 100644
index 00000000..ebf27e09
Binary files /dev/null and b/static/images/social/Export-DbaLogin.png differ
diff --git a/static/images/social/Export-DbaPfDataCollectorSetTemplate.png b/static/images/social/Export-DbaPfDataCollectorSetTemplate.png
new file mode 100644
index 00000000..16f50761
Binary files /dev/null and b/static/images/social/Export-DbaPfDataCollectorSetTemplate.png differ
diff --git a/static/images/social/Export-DbaRegServer.png b/static/images/social/Export-DbaRegServer.png
new file mode 100644
index 00000000..1e5d9847
Binary files /dev/null and b/static/images/social/Export-DbaRegServer.png differ
diff --git a/static/images/social/Export-DbaReplServerSetting.png b/static/images/social/Export-DbaReplServerSetting.png
new file mode 100644
index 00000000..9a732440
Binary files /dev/null and b/static/images/social/Export-DbaReplServerSetting.png differ
diff --git a/static/images/social/Export-DbaScript.png b/static/images/social/Export-DbaScript.png
new file mode 100644
index 00000000..befa7690
Binary files /dev/null and b/static/images/social/Export-DbaScript.png differ
diff --git a/static/images/social/Export-DbaServerRole.png b/static/images/social/Export-DbaServerRole.png
new file mode 100644
index 00000000..2437de1c
Binary files /dev/null and b/static/images/social/Export-DbaServerRole.png differ
diff --git a/static/images/social/Export-DbaSpConfigure.png b/static/images/social/Export-DbaSpConfigure.png
new file mode 100644
index 00000000..4f0b1a50
Binary files /dev/null and b/static/images/social/Export-DbaSpConfigure.png differ
diff --git a/static/images/social/Export-DbaSysDbUserObject.png b/static/images/social/Export-DbaSysDbUserObject.png
new file mode 100644
index 00000000..d46f4764
Binary files /dev/null and b/static/images/social/Export-DbaSysDbUserObject.png differ
diff --git a/static/images/social/Export-DbaUser.png b/static/images/social/Export-DbaUser.png
new file mode 100644
index 00000000..6f395c6d
Binary files /dev/null and b/static/images/social/Export-DbaUser.png differ
diff --git a/static/images/social/Export-DbaXESession.png b/static/images/social/Export-DbaXESession.png
new file mode 100644
index 00000000..dcc04957
Binary files /dev/null and b/static/images/social/Export-DbaXESession.png differ
diff --git a/static/images/social/Export-DbaXESessionTemplate.png b/static/images/social/Export-DbaXESessionTemplate.png
new file mode 100644
index 00000000..6072119e
Binary files /dev/null and b/static/images/social/Export-DbaXESessionTemplate.png differ
diff --git a/static/images/social/Export-DbatoolsConfig.png b/static/images/social/Export-DbatoolsConfig.png
new file mode 100644
index 00000000..2beb09dc
Binary files /dev/null and b/static/images/social/Export-DbatoolsConfig.png differ
diff --git a/static/images/social/Find-DbaAgentJob.png b/static/images/social/Find-DbaAgentJob.png
new file mode 100644
index 00000000..6c9466fd
Binary files /dev/null and b/static/images/social/Find-DbaAgentJob.png differ
diff --git a/static/images/social/Find-DbaBackup.png b/static/images/social/Find-DbaBackup.png
new file mode 100644
index 00000000..c09bf5a7
Binary files /dev/null and b/static/images/social/Find-DbaBackup.png differ
diff --git a/static/images/social/Find-DbaCommand.png b/static/images/social/Find-DbaCommand.png
new file mode 100644
index 00000000..302b60e2
Binary files /dev/null and b/static/images/social/Find-DbaCommand.png differ
diff --git a/static/images/social/Find-DbaDatabase.png b/static/images/social/Find-DbaDatabase.png
new file mode 100644
index 00000000..c1601089
Binary files /dev/null and b/static/images/social/Find-DbaDatabase.png differ
diff --git a/static/images/social/Find-DbaDbDisabledIndex.png b/static/images/social/Find-DbaDbDisabledIndex.png
new file mode 100644
index 00000000..733c71c4
Binary files /dev/null and b/static/images/social/Find-DbaDbDisabledIndex.png differ
diff --git a/static/images/social/Find-DbaDbDuplicateIndex.png b/static/images/social/Find-DbaDbDuplicateIndex.png
new file mode 100644
index 00000000..43ea8f26
Binary files /dev/null and b/static/images/social/Find-DbaDbDuplicateIndex.png differ
diff --git a/static/images/social/Find-DbaDbGrowthEvent.png b/static/images/social/Find-DbaDbGrowthEvent.png
new file mode 100644
index 00000000..1306e909
Binary files /dev/null and b/static/images/social/Find-DbaDbGrowthEvent.png differ
diff --git a/static/images/social/Find-DbaDbUnusedIndex.png b/static/images/social/Find-DbaDbUnusedIndex.png
new file mode 100644
index 00000000..683fdea5
Binary files /dev/null and b/static/images/social/Find-DbaDbUnusedIndex.png differ
diff --git a/static/images/social/Find-DbaInstance.png b/static/images/social/Find-DbaInstance.png
new file mode 100644
index 00000000..0f693506
Binary files /dev/null and b/static/images/social/Find-DbaInstance.png differ
diff --git a/static/images/social/Find-DbaLoginInGroup.png b/static/images/social/Find-DbaLoginInGroup.png
new file mode 100644
index 00000000..ff08c786
Binary files /dev/null and b/static/images/social/Find-DbaLoginInGroup.png differ
diff --git a/static/images/social/Find-DbaOrphanedFile.png b/static/images/social/Find-DbaOrphanedFile.png
new file mode 100644
index 00000000..089c89a5
Binary files /dev/null and b/static/images/social/Find-DbaOrphanedFile.png differ
diff --git a/static/images/social/Find-DbaSimilarTable.png b/static/images/social/Find-DbaSimilarTable.png
new file mode 100644
index 00000000..7faa3743
Binary files /dev/null and b/static/images/social/Find-DbaSimilarTable.png differ
diff --git a/static/images/social/Find-DbaStoredProcedure.png b/static/images/social/Find-DbaStoredProcedure.png
new file mode 100644
index 00000000..73472a06
Binary files /dev/null and b/static/images/social/Find-DbaStoredProcedure.png differ
diff --git a/static/images/social/Find-DbaTrigger.png b/static/images/social/Find-DbaTrigger.png
new file mode 100644
index 00000000..872504f7
Binary files /dev/null and b/static/images/social/Find-DbaTrigger.png differ
diff --git a/static/images/social/Find-DbaUserObject.png b/static/images/social/Find-DbaUserObject.png
new file mode 100644
index 00000000..d3ae5388
Binary files /dev/null and b/static/images/social/Find-DbaUserObject.png differ
diff --git a/static/images/social/Find-DbaView.png b/static/images/social/Find-DbaView.png
new file mode 100644
index 00000000..81ceeff0
Binary files /dev/null and b/static/images/social/Find-DbaView.png differ
diff --git a/static/images/social/Format-DbaBackupInformation.png b/static/images/social/Format-DbaBackupInformation.png
new file mode 100644
index 00000000..361a5870
Binary files /dev/null and b/static/images/social/Format-DbaBackupInformation.png differ
diff --git a/static/images/social/Get-DbaAgBackupHistory.png b/static/images/social/Get-DbaAgBackupHistory.png
new file mode 100644
index 00000000..ac37ff07
Binary files /dev/null and b/static/images/social/Get-DbaAgBackupHistory.png differ
diff --git a/static/images/social/Get-DbaAgDatabase.png b/static/images/social/Get-DbaAgDatabase.png
new file mode 100644
index 00000000..a0097ab5
Binary files /dev/null and b/static/images/social/Get-DbaAgDatabase.png differ
diff --git a/static/images/social/Get-DbaAgDatabaseReplicaState.png b/static/images/social/Get-DbaAgDatabaseReplicaState.png
new file mode 100644
index 00000000..4c30fefb
Binary files /dev/null and b/static/images/social/Get-DbaAgDatabaseReplicaState.png differ
diff --git a/static/images/social/Get-DbaAgHadr.png b/static/images/social/Get-DbaAgHadr.png
new file mode 100644
index 00000000..25ddf136
Binary files /dev/null and b/static/images/social/Get-DbaAgHadr.png differ
diff --git a/static/images/social/Get-DbaAgListener.png b/static/images/social/Get-DbaAgListener.png
new file mode 100644
index 00000000..1ac4cff3
Binary files /dev/null and b/static/images/social/Get-DbaAgListener.png differ
diff --git a/static/images/social/Get-DbaAgReplica.png b/static/images/social/Get-DbaAgReplica.png
new file mode 100644
index 00000000..4bf44acb
Binary files /dev/null and b/static/images/social/Get-DbaAgReplica.png differ
diff --git a/static/images/social/Get-DbaAgentAlert.png b/static/images/social/Get-DbaAgentAlert.png
new file mode 100644
index 00000000..f57da424
Binary files /dev/null and b/static/images/social/Get-DbaAgentAlert.png differ
diff --git a/static/images/social/Get-DbaAgentAlertCategory.png b/static/images/social/Get-DbaAgentAlertCategory.png
new file mode 100644
index 00000000..dd6c9f4f
Binary files /dev/null and b/static/images/social/Get-DbaAgentAlertCategory.png differ
diff --git a/static/images/social/Get-DbaAgentJob.png b/static/images/social/Get-DbaAgentJob.png
new file mode 100644
index 00000000..081d03f6
Binary files /dev/null and b/static/images/social/Get-DbaAgentJob.png differ
diff --git a/static/images/social/Get-DbaAgentJobCategory.png b/static/images/social/Get-DbaAgentJobCategory.png
new file mode 100644
index 00000000..d486f2a8
Binary files /dev/null and b/static/images/social/Get-DbaAgentJobCategory.png differ
diff --git a/static/images/social/Get-DbaAgentJobHistory.png b/static/images/social/Get-DbaAgentJobHistory.png
new file mode 100644
index 00000000..5fa7c129
Binary files /dev/null and b/static/images/social/Get-DbaAgentJobHistory.png differ
diff --git a/static/images/social/Get-DbaAgentJobOutputFile.png b/static/images/social/Get-DbaAgentJobOutputFile.png
new file mode 100644
index 00000000..2e3c8b31
Binary files /dev/null and b/static/images/social/Get-DbaAgentJobOutputFile.png differ
diff --git a/static/images/social/Get-DbaAgentJobStep.png b/static/images/social/Get-DbaAgentJobStep.png
new file mode 100644
index 00000000..8ea5ba32
Binary files /dev/null and b/static/images/social/Get-DbaAgentJobStep.png differ
diff --git a/static/images/social/Get-DbaAgentLog.png b/static/images/social/Get-DbaAgentLog.png
new file mode 100644
index 00000000..06dc4f3c
Binary files /dev/null and b/static/images/social/Get-DbaAgentLog.png differ
diff --git a/static/images/social/Get-DbaAgentOperator.png b/static/images/social/Get-DbaAgentOperator.png
new file mode 100644
index 00000000..c24a544e
Binary files /dev/null and b/static/images/social/Get-DbaAgentOperator.png differ
diff --git a/static/images/social/Get-DbaAgentProxy.png b/static/images/social/Get-DbaAgentProxy.png
new file mode 100644
index 00000000..fddd68e7
Binary files /dev/null and b/static/images/social/Get-DbaAgentProxy.png differ
diff --git a/static/images/social/Get-DbaAgentSchedule.png b/static/images/social/Get-DbaAgentSchedule.png
new file mode 100644
index 00000000..7bcacc12
Binary files /dev/null and b/static/images/social/Get-DbaAgentSchedule.png differ
diff --git a/static/images/social/Get-DbaAgentServer.png b/static/images/social/Get-DbaAgentServer.png
new file mode 100644
index 00000000..d4079c28
Binary files /dev/null and b/static/images/social/Get-DbaAgentServer.png differ
diff --git a/static/images/social/Get-DbaAvailabilityGroup.png b/static/images/social/Get-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..85f8c86a
Binary files /dev/null and b/static/images/social/Get-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Get-DbaAvailableCollation.png b/static/images/social/Get-DbaAvailableCollation.png
new file mode 100644
index 00000000..e0dcb750
Binary files /dev/null and b/static/images/social/Get-DbaAvailableCollation.png differ
diff --git a/static/images/social/Get-DbaBackupDevice.png b/static/images/social/Get-DbaBackupDevice.png
new file mode 100644
index 00000000..59633c5a
Binary files /dev/null and b/static/images/social/Get-DbaBackupDevice.png differ
diff --git a/static/images/social/Get-DbaBinaryFileTable.png b/static/images/social/Get-DbaBinaryFileTable.png
new file mode 100644
index 00000000..52eb8c00
Binary files /dev/null and b/static/images/social/Get-DbaBinaryFileTable.png differ
diff --git a/static/images/social/Get-DbaBuild.png b/static/images/social/Get-DbaBuild.png
new file mode 100644
index 00000000..2bea56c0
Binary files /dev/null and b/static/images/social/Get-DbaBuild.png differ
diff --git a/static/images/social/Get-DbaClientAlias.png b/static/images/social/Get-DbaClientAlias.png
new file mode 100644
index 00000000..421a023f
Binary files /dev/null and b/static/images/social/Get-DbaClientAlias.png differ
diff --git a/static/images/social/Get-DbaClientProtocol.png b/static/images/social/Get-DbaClientProtocol.png
new file mode 100644
index 00000000..16d50ce7
Binary files /dev/null and b/static/images/social/Get-DbaClientProtocol.png differ
diff --git a/static/images/social/Get-DbaCmConnection.png b/static/images/social/Get-DbaCmConnection.png
new file mode 100644
index 00000000..33875380
Binary files /dev/null and b/static/images/social/Get-DbaCmConnection.png differ
diff --git a/static/images/social/Get-DbaCmObject.png b/static/images/social/Get-DbaCmObject.png
new file mode 100644
index 00000000..a36262b3
Binary files /dev/null and b/static/images/social/Get-DbaCmObject.png differ
diff --git a/static/images/social/Get-DbaComputerCertificate.png b/static/images/social/Get-DbaComputerCertificate.png
new file mode 100644
index 00000000..86a8e1ea
Binary files /dev/null and b/static/images/social/Get-DbaComputerCertificate.png differ
diff --git a/static/images/social/Get-DbaComputerSystem.png b/static/images/social/Get-DbaComputerSystem.png
new file mode 100644
index 00000000..509081fe
Binary files /dev/null and b/static/images/social/Get-DbaComputerSystem.png differ
diff --git a/static/images/social/Get-DbaConnectedInstance.png b/static/images/social/Get-DbaConnectedInstance.png
new file mode 100644
index 00000000..14e6fa52
Binary files /dev/null and b/static/images/social/Get-DbaConnectedInstance.png differ
diff --git a/static/images/social/Get-DbaConnection.png b/static/images/social/Get-DbaConnection.png
new file mode 100644
index 00000000..405b4657
Binary files /dev/null and b/static/images/social/Get-DbaConnection.png differ
diff --git a/static/images/social/Get-DbaCpuRingBuffer.png b/static/images/social/Get-DbaCpuRingBuffer.png
new file mode 100644
index 00000000..b3e35b46
Binary files /dev/null and b/static/images/social/Get-DbaCpuRingBuffer.png differ
diff --git a/static/images/social/Get-DbaCpuUsage.png b/static/images/social/Get-DbaCpuUsage.png
new file mode 100644
index 00000000..082ed233
Binary files /dev/null and b/static/images/social/Get-DbaCpuUsage.png differ
diff --git a/static/images/social/Get-DbaCredential.png b/static/images/social/Get-DbaCredential.png
new file mode 100644
index 00000000..19f6ccb3
Binary files /dev/null and b/static/images/social/Get-DbaCredential.png differ
diff --git a/static/images/social/Get-DbaCustomError.png b/static/images/social/Get-DbaCustomError.png
new file mode 100644
index 00000000..45bbde4b
Binary files /dev/null and b/static/images/social/Get-DbaCustomError.png differ
diff --git a/static/images/social/Get-DbaDatabase.png b/static/images/social/Get-DbaDatabase.png
new file mode 100644
index 00000000..566af633
Binary files /dev/null and b/static/images/social/Get-DbaDatabase.png differ
diff --git a/static/images/social/Get-DbaDbAssembly.png b/static/images/social/Get-DbaDbAssembly.png
new file mode 100644
index 00000000..962a6530
Binary files /dev/null and b/static/images/social/Get-DbaDbAssembly.png differ
diff --git a/static/images/social/Get-DbaDbAsymmetricKey.png b/static/images/social/Get-DbaDbAsymmetricKey.png
new file mode 100644
index 00000000..adada1cb
Binary files /dev/null and b/static/images/social/Get-DbaDbAsymmetricKey.png differ
diff --git a/static/images/social/Get-DbaDbBackupHistory.png b/static/images/social/Get-DbaDbBackupHistory.png
new file mode 100644
index 00000000..97e541e4
Binary files /dev/null and b/static/images/social/Get-DbaDbBackupHistory.png differ
diff --git a/static/images/social/Get-DbaDbCertificate.png b/static/images/social/Get-DbaDbCertificate.png
new file mode 100644
index 00000000..cb7dbf4e
Binary files /dev/null and b/static/images/social/Get-DbaDbCertificate.png differ
diff --git a/static/images/social/Get-DbaDbCheckConstraint.png b/static/images/social/Get-DbaDbCheckConstraint.png
new file mode 100644
index 00000000..bef0bb4b
Binary files /dev/null and b/static/images/social/Get-DbaDbCheckConstraint.png differ
diff --git a/static/images/social/Get-DbaDbCompatibility.png b/static/images/social/Get-DbaDbCompatibility.png
new file mode 100644
index 00000000..26d4c617
Binary files /dev/null and b/static/images/social/Get-DbaDbCompatibility.png differ
diff --git a/static/images/social/Get-DbaDbCompression.png b/static/images/social/Get-DbaDbCompression.png
new file mode 100644
index 00000000..1b93d351
Binary files /dev/null and b/static/images/social/Get-DbaDbCompression.png differ
diff --git a/static/images/social/Get-DbaDbDbccOpenTran.png b/static/images/social/Get-DbaDbDbccOpenTran.png
new file mode 100644
index 00000000..46ff1e07
Binary files /dev/null and b/static/images/social/Get-DbaDbDbccOpenTran.png differ
diff --git a/static/images/social/Get-DbaDbDetachedFileInfo.png b/static/images/social/Get-DbaDbDetachedFileInfo.png
new file mode 100644
index 00000000..d2f48bad
Binary files /dev/null and b/static/images/social/Get-DbaDbDetachedFileInfo.png differ
diff --git a/static/images/social/Get-DbaDbEncryption.png b/static/images/social/Get-DbaDbEncryption.png
new file mode 100644
index 00000000..d6357bc3
Binary files /dev/null and b/static/images/social/Get-DbaDbEncryption.png differ
diff --git a/static/images/social/Get-DbaDbEncryptionKey.png b/static/images/social/Get-DbaDbEncryptionKey.png
new file mode 100644
index 00000000..d5e5dbbb
Binary files /dev/null and b/static/images/social/Get-DbaDbEncryptionKey.png differ
diff --git a/static/images/social/Get-DbaDbExtentDiff.png b/static/images/social/Get-DbaDbExtentDiff.png
new file mode 100644
index 00000000..2162ebc2
Binary files /dev/null and b/static/images/social/Get-DbaDbExtentDiff.png differ
diff --git a/static/images/social/Get-DbaDbFeatureUsage.png b/static/images/social/Get-DbaDbFeatureUsage.png
new file mode 100644
index 00000000..8b38f784
Binary files /dev/null and b/static/images/social/Get-DbaDbFeatureUsage.png differ
diff --git a/static/images/social/Get-DbaDbFile.png b/static/images/social/Get-DbaDbFile.png
new file mode 100644
index 00000000..5dfbfb1c
Binary files /dev/null and b/static/images/social/Get-DbaDbFile.png differ
diff --git a/static/images/social/Get-DbaDbFileGroup.png b/static/images/social/Get-DbaDbFileGroup.png
new file mode 100644
index 00000000..681b9f01
Binary files /dev/null and b/static/images/social/Get-DbaDbFileGroup.png differ
diff --git a/static/images/social/Get-DbaDbFileGrowth.png b/static/images/social/Get-DbaDbFileGrowth.png
new file mode 100644
index 00000000..aa32799c
Binary files /dev/null and b/static/images/social/Get-DbaDbFileGrowth.png differ
diff --git a/static/images/social/Get-DbaDbFileMapping.png b/static/images/social/Get-DbaDbFileMapping.png
new file mode 100644
index 00000000..8c222868
Binary files /dev/null and b/static/images/social/Get-DbaDbFileMapping.png differ
diff --git a/static/images/social/Get-DbaDbForeignKey.png b/static/images/social/Get-DbaDbForeignKey.png
new file mode 100644
index 00000000..81da9a7d
Binary files /dev/null and b/static/images/social/Get-DbaDbForeignKey.png differ
diff --git a/static/images/social/Get-DbaDbIdentity.png b/static/images/social/Get-DbaDbIdentity.png
new file mode 100644
index 00000000..3aead634
Binary files /dev/null and b/static/images/social/Get-DbaDbIdentity.png differ
diff --git a/static/images/social/Get-DbaDbLogShipError.png b/static/images/social/Get-DbaDbLogShipError.png
new file mode 100644
index 00000000..e7df8a39
Binary files /dev/null and b/static/images/social/Get-DbaDbLogShipError.png differ
diff --git a/static/images/social/Get-DbaDbLogSpace.png b/static/images/social/Get-DbaDbLogSpace.png
new file mode 100644
index 00000000..7ea51677
Binary files /dev/null and b/static/images/social/Get-DbaDbLogSpace.png differ
diff --git a/static/images/social/Get-DbaDbMail.png b/static/images/social/Get-DbaDbMail.png
new file mode 100644
index 00000000..5c061260
Binary files /dev/null and b/static/images/social/Get-DbaDbMail.png differ
diff --git a/static/images/social/Get-DbaDbMailAccount.png b/static/images/social/Get-DbaDbMailAccount.png
new file mode 100644
index 00000000..69bbd056
Binary files /dev/null and b/static/images/social/Get-DbaDbMailAccount.png differ
diff --git a/static/images/social/Get-DbaDbMailConfig.png b/static/images/social/Get-DbaDbMailConfig.png
new file mode 100644
index 00000000..0616312a
Binary files /dev/null and b/static/images/social/Get-DbaDbMailConfig.png differ
diff --git a/static/images/social/Get-DbaDbMailHistory.png b/static/images/social/Get-DbaDbMailHistory.png
new file mode 100644
index 00000000..50662700
Binary files /dev/null and b/static/images/social/Get-DbaDbMailHistory.png differ
diff --git a/static/images/social/Get-DbaDbMailLog.png b/static/images/social/Get-DbaDbMailLog.png
new file mode 100644
index 00000000..0bf1538a
Binary files /dev/null and b/static/images/social/Get-DbaDbMailLog.png differ
diff --git a/static/images/social/Get-DbaDbMailProfile.png b/static/images/social/Get-DbaDbMailProfile.png
new file mode 100644
index 00000000..75ee68ab
Binary files /dev/null and b/static/images/social/Get-DbaDbMailProfile.png differ
diff --git a/static/images/social/Get-DbaDbMailServer.png b/static/images/social/Get-DbaDbMailServer.png
new file mode 100644
index 00000000..f8d524a8
Binary files /dev/null and b/static/images/social/Get-DbaDbMailServer.png differ
diff --git a/static/images/social/Get-DbaDbMasterKey.png b/static/images/social/Get-DbaDbMasterKey.png
new file mode 100644
index 00000000..4a27ecdc
Binary files /dev/null and b/static/images/social/Get-DbaDbMasterKey.png differ
diff --git a/static/images/social/Get-DbaDbMemoryUsage.png b/static/images/social/Get-DbaDbMemoryUsage.png
new file mode 100644
index 00000000..4b438add
Binary files /dev/null and b/static/images/social/Get-DbaDbMemoryUsage.png differ
diff --git a/static/images/social/Get-DbaDbMirror.png b/static/images/social/Get-DbaDbMirror.png
new file mode 100644
index 00000000..05d6ffda
Binary files /dev/null and b/static/images/social/Get-DbaDbMirror.png differ
diff --git a/static/images/social/Get-DbaDbObjectTrigger.png b/static/images/social/Get-DbaDbObjectTrigger.png
new file mode 100644
index 00000000..874ad39b
Binary files /dev/null and b/static/images/social/Get-DbaDbObjectTrigger.png differ
diff --git a/static/images/social/Get-DbaDbOrphanUser.png b/static/images/social/Get-DbaDbOrphanUser.png
new file mode 100644
index 00000000..11fa7a2e
Binary files /dev/null and b/static/images/social/Get-DbaDbOrphanUser.png differ
diff --git a/static/images/social/Get-DbaDbPageInfo.png b/static/images/social/Get-DbaDbPageInfo.png
new file mode 100644
index 00000000..7c22f542
Binary files /dev/null and b/static/images/social/Get-DbaDbPageInfo.png differ
diff --git a/static/images/social/Get-DbaDbPartitionFunction.png b/static/images/social/Get-DbaDbPartitionFunction.png
new file mode 100644
index 00000000..ce3455cd
Binary files /dev/null and b/static/images/social/Get-DbaDbPartitionFunction.png differ
diff --git a/static/images/social/Get-DbaDbPartitionScheme.png b/static/images/social/Get-DbaDbPartitionScheme.png
new file mode 100644
index 00000000..417f5881
Binary files /dev/null and b/static/images/social/Get-DbaDbPartitionScheme.png differ
diff --git a/static/images/social/Get-DbaDbQueryStoreOption.png b/static/images/social/Get-DbaDbQueryStoreOption.png
new file mode 100644
index 00000000..4ccd649f
Binary files /dev/null and b/static/images/social/Get-DbaDbQueryStoreOption.png differ
diff --git a/static/images/social/Get-DbaDbRecoveryModel.png b/static/images/social/Get-DbaDbRecoveryModel.png
new file mode 100644
index 00000000..930506dc
Binary files /dev/null and b/static/images/social/Get-DbaDbRecoveryModel.png differ
diff --git a/static/images/social/Get-DbaDbRestoreHistory.png b/static/images/social/Get-DbaDbRestoreHistory.png
new file mode 100644
index 00000000..0fa45329
Binary files /dev/null and b/static/images/social/Get-DbaDbRestoreHistory.png differ
diff --git a/static/images/social/Get-DbaDbRole.png b/static/images/social/Get-DbaDbRole.png
new file mode 100644
index 00000000..210ad14f
Binary files /dev/null and b/static/images/social/Get-DbaDbRole.png differ
diff --git a/static/images/social/Get-DbaDbRoleMember.png b/static/images/social/Get-DbaDbRoleMember.png
new file mode 100644
index 00000000..d224d256
Binary files /dev/null and b/static/images/social/Get-DbaDbRoleMember.png differ
diff --git a/static/images/social/Get-DbaDbSchema.png b/static/images/social/Get-DbaDbSchema.png
new file mode 100644
index 00000000..fad1eb75
Binary files /dev/null and b/static/images/social/Get-DbaDbSchema.png differ
diff --git a/static/images/social/Get-DbaDbSequence.png b/static/images/social/Get-DbaDbSequence.png
new file mode 100644
index 00000000..4a822562
Binary files /dev/null and b/static/images/social/Get-DbaDbSequence.png differ
diff --git a/static/images/social/Get-DbaDbServiceBrokerQueue.png b/static/images/social/Get-DbaDbServiceBrokerQueue.png
new file mode 100644
index 00000000..2d4b1f71
Binary files /dev/null and b/static/images/social/Get-DbaDbServiceBrokerQueue.png differ
diff --git a/static/images/social/Get-DbaDbServiceBrokerService.png b/static/images/social/Get-DbaDbServiceBrokerService.png
new file mode 100644
index 00000000..bc45a7f9
Binary files /dev/null and b/static/images/social/Get-DbaDbServiceBrokerService.png differ
diff --git a/static/images/social/Get-DbaDbSharePoint.png b/static/images/social/Get-DbaDbSharePoint.png
new file mode 100644
index 00000000..a96f0bc0
Binary files /dev/null and b/static/images/social/Get-DbaDbSharePoint.png differ
diff --git a/static/images/social/Get-DbaDbSnapshot.png b/static/images/social/Get-DbaDbSnapshot.png
new file mode 100644
index 00000000..3990d7f5
Binary files /dev/null and b/static/images/social/Get-DbaDbSnapshot.png differ
diff --git a/static/images/social/Get-DbaDbState.png b/static/images/social/Get-DbaDbState.png
new file mode 100644
index 00000000..e898e4a9
Binary files /dev/null and b/static/images/social/Get-DbaDbState.png differ
diff --git a/static/images/social/Get-DbaDbStoredProcedure.png b/static/images/social/Get-DbaDbStoredProcedure.png
new file mode 100644
index 00000000..628e4eb4
Binary files /dev/null and b/static/images/social/Get-DbaDbStoredProcedure.png differ
diff --git a/static/images/social/Get-DbaDbSynonym.png b/static/images/social/Get-DbaDbSynonym.png
new file mode 100644
index 00000000..d0cf81a4
Binary files /dev/null and b/static/images/social/Get-DbaDbSynonym.png differ
diff --git a/static/images/social/Get-DbaDbTable.png b/static/images/social/Get-DbaDbTable.png
new file mode 100644
index 00000000..4a50e588
Binary files /dev/null and b/static/images/social/Get-DbaDbTable.png differ
diff --git a/static/images/social/Get-DbaDbTrigger.png b/static/images/social/Get-DbaDbTrigger.png
new file mode 100644
index 00000000..3e2a5082
Binary files /dev/null and b/static/images/social/Get-DbaDbTrigger.png differ
diff --git a/static/images/social/Get-DbaDbUdf.png b/static/images/social/Get-DbaDbUdf.png
new file mode 100644
index 00000000..0d5489f1
Binary files /dev/null and b/static/images/social/Get-DbaDbUdf.png differ
diff --git a/static/images/social/Get-DbaDbUser.png b/static/images/social/Get-DbaDbUser.png
new file mode 100644
index 00000000..6e7e792f
Binary files /dev/null and b/static/images/social/Get-DbaDbUser.png differ
diff --git a/static/images/social/Get-DbaDbUserDefinedTableType.png b/static/images/social/Get-DbaDbUserDefinedTableType.png
new file mode 100644
index 00000000..fd22a9f6
Binary files /dev/null and b/static/images/social/Get-DbaDbUserDefinedTableType.png differ
diff --git a/static/images/social/Get-DbaDbView.png b/static/images/social/Get-DbaDbView.png
new file mode 100644
index 00000000..70f736e7
Binary files /dev/null and b/static/images/social/Get-DbaDbView.png differ
diff --git a/static/images/social/Get-DbaDbVirtualLogFile.png b/static/images/social/Get-DbaDbVirtualLogFile.png
new file mode 100644
index 00000000..f8723a63
Binary files /dev/null and b/static/images/social/Get-DbaDbVirtualLogFile.png differ
diff --git a/static/images/social/Get-DbaDbccHelp.png b/static/images/social/Get-DbaDbccHelp.png
new file mode 100644
index 00000000..679ff5c8
Binary files /dev/null and b/static/images/social/Get-DbaDbccHelp.png differ
diff --git a/static/images/social/Get-DbaDbccMemoryStatus.png b/static/images/social/Get-DbaDbccMemoryStatus.png
new file mode 100644
index 00000000..866ad92f
Binary files /dev/null and b/static/images/social/Get-DbaDbccMemoryStatus.png differ
diff --git a/static/images/social/Get-DbaDbccProcCache.png b/static/images/social/Get-DbaDbccProcCache.png
new file mode 100644
index 00000000..2bf4c23a
Binary files /dev/null and b/static/images/social/Get-DbaDbccProcCache.png differ
diff --git a/static/images/social/Get-DbaDbccSessionBuffer.png b/static/images/social/Get-DbaDbccSessionBuffer.png
new file mode 100644
index 00000000..f8f9dbd0
Binary files /dev/null and b/static/images/social/Get-DbaDbccSessionBuffer.png differ
diff --git a/static/images/social/Get-DbaDbccStatistic.png b/static/images/social/Get-DbaDbccStatistic.png
new file mode 100644
index 00000000..0d4f8446
Binary files /dev/null and b/static/images/social/Get-DbaDbccStatistic.png differ
diff --git a/static/images/social/Get-DbaDbccUserOption.png b/static/images/social/Get-DbaDbccUserOption.png
new file mode 100644
index 00000000..ae9ec8d0
Binary files /dev/null and b/static/images/social/Get-DbaDbccUserOption.png differ
diff --git a/static/images/social/Get-DbaDefaultPath.png b/static/images/social/Get-DbaDefaultPath.png
new file mode 100644
index 00000000..cbaf85e3
Binary files /dev/null and b/static/images/social/Get-DbaDefaultPath.png differ
diff --git a/static/images/social/Get-DbaDependency.png b/static/images/social/Get-DbaDependency.png
new file mode 100644
index 00000000..cc2f9952
Binary files /dev/null and b/static/images/social/Get-DbaDependency.png differ
diff --git a/static/images/social/Get-DbaDeprecatedFeature.png b/static/images/social/Get-DbaDeprecatedFeature.png
new file mode 100644
index 00000000..d6e889e5
Binary files /dev/null and b/static/images/social/Get-DbaDeprecatedFeature.png differ
diff --git a/static/images/social/Get-DbaDiskSpace.png b/static/images/social/Get-DbaDiskSpace.png
new file mode 100644
index 00000000..022dda14
Binary files /dev/null and b/static/images/social/Get-DbaDiskSpace.png differ
diff --git a/static/images/social/Get-DbaDump.png b/static/images/social/Get-DbaDump.png
new file mode 100644
index 00000000..930d707f
Binary files /dev/null and b/static/images/social/Get-DbaDump.png differ
diff --git a/static/images/social/Get-DbaEndpoint.png b/static/images/social/Get-DbaEndpoint.png
new file mode 100644
index 00000000..78cbecf5
Binary files /dev/null and b/static/images/social/Get-DbaEndpoint.png differ
diff --git a/static/images/social/Get-DbaErrorLog.png b/static/images/social/Get-DbaErrorLog.png
new file mode 100644
index 00000000..cc935396
Binary files /dev/null and b/static/images/social/Get-DbaErrorLog.png differ
diff --git a/static/images/social/Get-DbaErrorLogConfig.png b/static/images/social/Get-DbaErrorLogConfig.png
new file mode 100644
index 00000000..4d53e15a
Binary files /dev/null and b/static/images/social/Get-DbaErrorLogConfig.png differ
diff --git a/static/images/social/Get-DbaEstimatedCompletionTime.png b/static/images/social/Get-DbaEstimatedCompletionTime.png
new file mode 100644
index 00000000..5f1a4923
Binary files /dev/null and b/static/images/social/Get-DbaEstimatedCompletionTime.png differ
diff --git a/static/images/social/Get-DbaExecutionPlan.png b/static/images/social/Get-DbaExecutionPlan.png
new file mode 100644
index 00000000..fcd6859e
Binary files /dev/null and b/static/images/social/Get-DbaExecutionPlan.png differ
diff --git a/static/images/social/Get-DbaExtendedProperty.png b/static/images/social/Get-DbaExtendedProperty.png
new file mode 100644
index 00000000..62bcd289
Binary files /dev/null and b/static/images/social/Get-DbaExtendedProperty.png differ
diff --git a/static/images/social/Get-DbaExtendedProtection.png b/static/images/social/Get-DbaExtendedProtection.png
new file mode 100644
index 00000000..c16a506e
Binary files /dev/null and b/static/images/social/Get-DbaExtendedProtection.png differ
diff --git a/static/images/social/Get-DbaExternalProcess.png b/static/images/social/Get-DbaExternalProcess.png
new file mode 100644
index 00000000..2afa7d64
Binary files /dev/null and b/static/images/social/Get-DbaExternalProcess.png differ
diff --git a/static/images/social/Get-DbaFeature.png b/static/images/social/Get-DbaFeature.png
new file mode 100644
index 00000000..7a0735bb
Binary files /dev/null and b/static/images/social/Get-DbaFeature.png differ
diff --git a/static/images/social/Get-DbaFile.png b/static/images/social/Get-DbaFile.png
new file mode 100644
index 00000000..dc5af93b
Binary files /dev/null and b/static/images/social/Get-DbaFile.png differ
diff --git a/static/images/social/Get-DbaFilestream.png b/static/images/social/Get-DbaFilestream.png
new file mode 100644
index 00000000..79ea16d8
Binary files /dev/null and b/static/images/social/Get-DbaFilestream.png differ
diff --git a/static/images/social/Get-DbaFirewallRule.png b/static/images/social/Get-DbaFirewallRule.png
new file mode 100644
index 00000000..5a6bf815
Binary files /dev/null and b/static/images/social/Get-DbaFirewallRule.png differ
diff --git a/static/images/social/Get-DbaForceNetworkEncryption.png b/static/images/social/Get-DbaForceNetworkEncryption.png
new file mode 100644
index 00000000..81f60956
Binary files /dev/null and b/static/images/social/Get-DbaForceNetworkEncryption.png differ
diff --git a/static/images/social/Get-DbaHelpIndex.png b/static/images/social/Get-DbaHelpIndex.png
new file mode 100644
index 00000000..cf80a0b3
Binary files /dev/null and b/static/images/social/Get-DbaHelpIndex.png differ
diff --git a/static/images/social/Get-DbaHideInstance.png b/static/images/social/Get-DbaHideInstance.png
new file mode 100644
index 00000000..342c4af4
Binary files /dev/null and b/static/images/social/Get-DbaHideInstance.png differ
diff --git a/static/images/social/Get-DbaInstalledPatch.png b/static/images/social/Get-DbaInstalledPatch.png
new file mode 100644
index 00000000..6221f22a
Binary files /dev/null and b/static/images/social/Get-DbaInstalledPatch.png differ
diff --git a/static/images/social/Get-DbaInstanceAudit.png b/static/images/social/Get-DbaInstanceAudit.png
new file mode 100644
index 00000000..7f8dbc3d
Binary files /dev/null and b/static/images/social/Get-DbaInstanceAudit.png differ
diff --git a/static/images/social/Get-DbaInstanceAuditSpecification.png b/static/images/social/Get-DbaInstanceAuditSpecification.png
new file mode 100644
index 00000000..e3f14644
Binary files /dev/null and b/static/images/social/Get-DbaInstanceAuditSpecification.png differ
diff --git a/static/images/social/Get-DbaInstanceInstallDate.png b/static/images/social/Get-DbaInstanceInstallDate.png
new file mode 100644
index 00000000..491a147e
Binary files /dev/null and b/static/images/social/Get-DbaInstanceInstallDate.png differ
diff --git a/static/images/social/Get-DbaInstanceProperty.png b/static/images/social/Get-DbaInstanceProperty.png
new file mode 100644
index 00000000..fa0b91fd
Binary files /dev/null and b/static/images/social/Get-DbaInstanceProperty.png differ
diff --git a/static/images/social/Get-DbaInstanceProtocol.png b/static/images/social/Get-DbaInstanceProtocol.png
new file mode 100644
index 00000000..7854867a
Binary files /dev/null and b/static/images/social/Get-DbaInstanceProtocol.png differ
diff --git a/static/images/social/Get-DbaInstanceTrigger.png b/static/images/social/Get-DbaInstanceTrigger.png
new file mode 100644
index 00000000..05ee7817
Binary files /dev/null and b/static/images/social/Get-DbaInstanceTrigger.png differ
diff --git a/static/images/social/Get-DbaInstanceUserOption.png b/static/images/social/Get-DbaInstanceUserOption.png
new file mode 100644
index 00000000..dbd3b104
Binary files /dev/null and b/static/images/social/Get-DbaInstanceUserOption.png differ
diff --git a/static/images/social/Get-DbaIoLatency.png b/static/images/social/Get-DbaIoLatency.png
new file mode 100644
index 00000000..1b44b3bf
Binary files /dev/null and b/static/images/social/Get-DbaIoLatency.png differ
diff --git a/static/images/social/Get-DbaKbUpdate.png b/static/images/social/Get-DbaKbUpdate.png
new file mode 100644
index 00000000..c576afc2
Binary files /dev/null and b/static/images/social/Get-DbaKbUpdate.png differ
diff --git a/static/images/social/Get-DbaLastGoodCheckDb.png b/static/images/social/Get-DbaLastGoodCheckDb.png
new file mode 100644
index 00000000..ecb8f288
Binary files /dev/null and b/static/images/social/Get-DbaLastGoodCheckDb.png differ
diff --git a/static/images/social/Get-DbaLatchStatistic.png b/static/images/social/Get-DbaLatchStatistic.png
new file mode 100644
index 00000000..f82ec54b
Binary files /dev/null and b/static/images/social/Get-DbaLatchStatistic.png differ
diff --git a/static/images/social/Get-DbaLinkedServer.png b/static/images/social/Get-DbaLinkedServer.png
new file mode 100644
index 00000000..2b7fb769
Binary files /dev/null and b/static/images/social/Get-DbaLinkedServer.png differ
diff --git a/static/images/social/Get-DbaLinkedServerLogin.png b/static/images/social/Get-DbaLinkedServerLogin.png
new file mode 100644
index 00000000..26a7c8e1
Binary files /dev/null and b/static/images/social/Get-DbaLinkedServerLogin.png differ
diff --git a/static/images/social/Get-DbaLocaleSetting.png b/static/images/social/Get-DbaLocaleSetting.png
new file mode 100644
index 00000000..0df796dc
Binary files /dev/null and b/static/images/social/Get-DbaLocaleSetting.png differ
diff --git a/static/images/social/Get-DbaLogin.png b/static/images/social/Get-DbaLogin.png
new file mode 100644
index 00000000..dbff9b20
Binary files /dev/null and b/static/images/social/Get-DbaLogin.png differ
diff --git a/static/images/social/Get-DbaMaintenanceSolutionLog.png b/static/images/social/Get-DbaMaintenanceSolutionLog.png
new file mode 100644
index 00000000..50264267
Binary files /dev/null and b/static/images/social/Get-DbaMaintenanceSolutionLog.png differ
diff --git a/static/images/social/Get-DbaManagementObject.png b/static/images/social/Get-DbaManagementObject.png
new file mode 100644
index 00000000..e4d4437e
Binary files /dev/null and b/static/images/social/Get-DbaManagementObject.png differ
diff --git a/static/images/social/Get-DbaMemoryCondition.png b/static/images/social/Get-DbaMemoryCondition.png
new file mode 100644
index 00000000..221318ad
Binary files /dev/null and b/static/images/social/Get-DbaMemoryCondition.png differ
diff --git a/static/images/social/Get-DbaMemoryUsage.png b/static/images/social/Get-DbaMemoryUsage.png
new file mode 100644
index 00000000..1d2bc4cf
Binary files /dev/null and b/static/images/social/Get-DbaMemoryUsage.png differ
diff --git a/static/images/social/Get-DbaModule.png b/static/images/social/Get-DbaModule.png
new file mode 100644
index 00000000..498b29aa
Binary files /dev/null and b/static/images/social/Get-DbaModule.png differ
diff --git a/static/images/social/Get-DbaNetworkActivity.png b/static/images/social/Get-DbaNetworkActivity.png
new file mode 100644
index 00000000..2f6215f3
Binary files /dev/null and b/static/images/social/Get-DbaNetworkActivity.png differ
diff --git a/static/images/social/Get-DbaNetworkCertificate.png b/static/images/social/Get-DbaNetworkCertificate.png
new file mode 100644
index 00000000..dbe64d8a
Binary files /dev/null and b/static/images/social/Get-DbaNetworkCertificate.png differ
diff --git a/static/images/social/Get-DbaNetworkConfiguration.png b/static/images/social/Get-DbaNetworkConfiguration.png
new file mode 100644
index 00000000..e8ec9089
Binary files /dev/null and b/static/images/social/Get-DbaNetworkConfiguration.png differ
diff --git a/static/images/social/Get-DbaOleDbProvider.png b/static/images/social/Get-DbaOleDbProvider.png
new file mode 100644
index 00000000..890f7ea5
Binary files /dev/null and b/static/images/social/Get-DbaOleDbProvider.png differ
diff --git a/static/images/social/Get-DbaOpenTransaction.png b/static/images/social/Get-DbaOpenTransaction.png
new file mode 100644
index 00000000..caa4d071
Binary files /dev/null and b/static/images/social/Get-DbaOpenTransaction.png differ
diff --git a/static/images/social/Get-DbaOperatingSystem.png b/static/images/social/Get-DbaOperatingSystem.png
new file mode 100644
index 00000000..bc487590
Binary files /dev/null and b/static/images/social/Get-DbaOperatingSystem.png differ
diff --git a/static/images/social/Get-DbaPageFileSetting.png b/static/images/social/Get-DbaPageFileSetting.png
new file mode 100644
index 00000000..5f8b6d9f
Binary files /dev/null and b/static/images/social/Get-DbaPageFileSetting.png differ
diff --git a/static/images/social/Get-DbaPbmCategory.png b/static/images/social/Get-DbaPbmCategory.png
new file mode 100644
index 00000000..867740f8
Binary files /dev/null and b/static/images/social/Get-DbaPbmCategory.png differ
diff --git a/static/images/social/Get-DbaPbmCategorySubscription.png b/static/images/social/Get-DbaPbmCategorySubscription.png
new file mode 100644
index 00000000..a339dd73
Binary files /dev/null and b/static/images/social/Get-DbaPbmCategorySubscription.png differ
diff --git a/static/images/social/Get-DbaPbmCondition.png b/static/images/social/Get-DbaPbmCondition.png
new file mode 100644
index 00000000..7e8b4c90
Binary files /dev/null and b/static/images/social/Get-DbaPbmCondition.png differ
diff --git a/static/images/social/Get-DbaPbmObjectSet.png b/static/images/social/Get-DbaPbmObjectSet.png
new file mode 100644
index 00000000..923d542f
Binary files /dev/null and b/static/images/social/Get-DbaPbmObjectSet.png differ
diff --git a/static/images/social/Get-DbaPbmPolicy.png b/static/images/social/Get-DbaPbmPolicy.png
new file mode 100644
index 00000000..f8ff7d97
Binary files /dev/null and b/static/images/social/Get-DbaPbmPolicy.png differ
diff --git a/static/images/social/Get-DbaPbmStore.png b/static/images/social/Get-DbaPbmStore.png
new file mode 100644
index 00000000..9f4f60cc
Binary files /dev/null and b/static/images/social/Get-DbaPbmStore.png differ
diff --git a/static/images/social/Get-DbaPermission.png b/static/images/social/Get-DbaPermission.png
new file mode 100644
index 00000000..42d090d9
Binary files /dev/null and b/static/images/social/Get-DbaPermission.png differ
diff --git a/static/images/social/Get-DbaPfAvailableCounter.png b/static/images/social/Get-DbaPfAvailableCounter.png
new file mode 100644
index 00000000..da2421e6
Binary files /dev/null and b/static/images/social/Get-DbaPfAvailableCounter.png differ
diff --git a/static/images/social/Get-DbaPfDataCollector.png b/static/images/social/Get-DbaPfDataCollector.png
new file mode 100644
index 00000000..58e42998
Binary files /dev/null and b/static/images/social/Get-DbaPfDataCollector.png differ
diff --git a/static/images/social/Get-DbaPfDataCollectorCounter.png b/static/images/social/Get-DbaPfDataCollectorCounter.png
new file mode 100644
index 00000000..017b9d2f
Binary files /dev/null and b/static/images/social/Get-DbaPfDataCollectorCounter.png differ
diff --git a/static/images/social/Get-DbaPfDataCollectorCounterSample.png b/static/images/social/Get-DbaPfDataCollectorCounterSample.png
new file mode 100644
index 00000000..c28a7c3c
Binary files /dev/null and b/static/images/social/Get-DbaPfDataCollectorCounterSample.png differ
diff --git a/static/images/social/Get-DbaPfDataCollectorSet.png b/static/images/social/Get-DbaPfDataCollectorSet.png
new file mode 100644
index 00000000..28bd6bad
Binary files /dev/null and b/static/images/social/Get-DbaPfDataCollectorSet.png differ
diff --git a/static/images/social/Get-DbaPfDataCollectorSetTemplate.png b/static/images/social/Get-DbaPfDataCollectorSetTemplate.png
new file mode 100644
index 00000000..816258d4
Binary files /dev/null and b/static/images/social/Get-DbaPfDataCollectorSetTemplate.png differ
diff --git a/static/images/social/Get-DbaPlanCache.png b/static/images/social/Get-DbaPlanCache.png
new file mode 100644
index 00000000..c246593c
Binary files /dev/null and b/static/images/social/Get-DbaPlanCache.png differ
diff --git a/static/images/social/Get-DbaPowerPlan.png b/static/images/social/Get-DbaPowerPlan.png
new file mode 100644
index 00000000..84050dbc
Binary files /dev/null and b/static/images/social/Get-DbaPowerPlan.png differ
diff --git a/static/images/social/Get-DbaPrivilege.png b/static/images/social/Get-DbaPrivilege.png
new file mode 100644
index 00000000..0ac8cb77
Binary files /dev/null and b/static/images/social/Get-DbaPrivilege.png differ
diff --git a/static/images/social/Get-DbaProcess.png b/static/images/social/Get-DbaProcess.png
new file mode 100644
index 00000000..08a6d3cc
Binary files /dev/null and b/static/images/social/Get-DbaProcess.png differ
diff --git a/static/images/social/Get-DbaProductKey.png b/static/images/social/Get-DbaProductKey.png
new file mode 100644
index 00000000..0ac5f8cc
Binary files /dev/null and b/static/images/social/Get-DbaProductKey.png differ
diff --git a/static/images/social/Get-DbaQueryExecutionTime.png b/static/images/social/Get-DbaQueryExecutionTime.png
new file mode 100644
index 00000000..9e2cd65d
Binary files /dev/null and b/static/images/social/Get-DbaQueryExecutionTime.png differ
diff --git a/static/images/social/Get-DbaRandomizedDataset.png b/static/images/social/Get-DbaRandomizedDataset.png
new file mode 100644
index 00000000..2903ccba
Binary files /dev/null and b/static/images/social/Get-DbaRandomizedDataset.png differ
diff --git a/static/images/social/Get-DbaRandomizedDatasetTemplate.png b/static/images/social/Get-DbaRandomizedDatasetTemplate.png
new file mode 100644
index 00000000..9da7ce03
Binary files /dev/null and b/static/images/social/Get-DbaRandomizedDatasetTemplate.png differ
diff --git a/static/images/social/Get-DbaRandomizedType.png b/static/images/social/Get-DbaRandomizedType.png
new file mode 100644
index 00000000..18d78041
Binary files /dev/null and b/static/images/social/Get-DbaRandomizedType.png differ
diff --git a/static/images/social/Get-DbaRandomizedValue.png b/static/images/social/Get-DbaRandomizedValue.png
new file mode 100644
index 00000000..eafe1008
Binary files /dev/null and b/static/images/social/Get-DbaRandomizedValue.png differ
diff --git a/static/images/social/Get-DbaRegServer.png b/static/images/social/Get-DbaRegServer.png
new file mode 100644
index 00000000..64f12bdd
Binary files /dev/null and b/static/images/social/Get-DbaRegServer.png differ
diff --git a/static/images/social/Get-DbaRegServerGroup.png b/static/images/social/Get-DbaRegServerGroup.png
new file mode 100644
index 00000000..603824c3
Binary files /dev/null and b/static/images/social/Get-DbaRegServerGroup.png differ
diff --git a/static/images/social/Get-DbaRegServerStore.png b/static/images/social/Get-DbaRegServerStore.png
new file mode 100644
index 00000000..20882787
Binary files /dev/null and b/static/images/social/Get-DbaRegServerStore.png differ
diff --git a/static/images/social/Get-DbaRegistryRoot.png b/static/images/social/Get-DbaRegistryRoot.png
new file mode 100644
index 00000000..b7287434
Binary files /dev/null and b/static/images/social/Get-DbaRegistryRoot.png differ
diff --git a/static/images/social/Get-DbaReplArticle.png b/static/images/social/Get-DbaReplArticle.png
new file mode 100644
index 00000000..057e50cc
Binary files /dev/null and b/static/images/social/Get-DbaReplArticle.png differ
diff --git a/static/images/social/Get-DbaReplArticleColumn.png b/static/images/social/Get-DbaReplArticleColumn.png
new file mode 100644
index 00000000..31cba561
Binary files /dev/null and b/static/images/social/Get-DbaReplArticleColumn.png differ
diff --git a/static/images/social/Get-DbaReplDistributor.png b/static/images/social/Get-DbaReplDistributor.png
new file mode 100644
index 00000000..1e3e8191
Binary files /dev/null and b/static/images/social/Get-DbaReplDistributor.png differ
diff --git a/static/images/social/Get-DbaReplPublication.png b/static/images/social/Get-DbaReplPublication.png
new file mode 100644
index 00000000..f9c574e4
Binary files /dev/null and b/static/images/social/Get-DbaReplPublication.png differ
diff --git a/static/images/social/Get-DbaReplPublisher.png b/static/images/social/Get-DbaReplPublisher.png
new file mode 100644
index 00000000..cab81417
Binary files /dev/null and b/static/images/social/Get-DbaReplPublisher.png differ
diff --git a/static/images/social/Get-DbaReplServer.png b/static/images/social/Get-DbaReplServer.png
new file mode 100644
index 00000000..be0a2c48
Binary files /dev/null and b/static/images/social/Get-DbaReplServer.png differ
diff --git a/static/images/social/Get-DbaReplSubscription.png b/static/images/social/Get-DbaReplSubscription.png
new file mode 100644
index 00000000..ef27bca6
Binary files /dev/null and b/static/images/social/Get-DbaReplSubscription.png differ
diff --git a/static/images/social/Get-DbaResourceGovernor.png b/static/images/social/Get-DbaResourceGovernor.png
new file mode 100644
index 00000000..5d9e8268
Binary files /dev/null and b/static/images/social/Get-DbaResourceGovernor.png differ
diff --git a/static/images/social/Get-DbaRgClassifierFunction.png b/static/images/social/Get-DbaRgClassifierFunction.png
new file mode 100644
index 00000000..b8a6e17f
Binary files /dev/null and b/static/images/social/Get-DbaRgClassifierFunction.png differ
diff --git a/static/images/social/Get-DbaRgResourcePool.png b/static/images/social/Get-DbaRgResourcePool.png
new file mode 100644
index 00000000..f876256b
Binary files /dev/null and b/static/images/social/Get-DbaRgResourcePool.png differ
diff --git a/static/images/social/Get-DbaRgWorkloadGroup.png b/static/images/social/Get-DbaRgWorkloadGroup.png
new file mode 100644
index 00000000..d25cee3e
Binary files /dev/null and b/static/images/social/Get-DbaRgWorkloadGroup.png differ
diff --git a/static/images/social/Get-DbaRunningJob.png b/static/images/social/Get-DbaRunningJob.png
new file mode 100644
index 00000000..da206181
Binary files /dev/null and b/static/images/social/Get-DbaRunningJob.png differ
diff --git a/static/images/social/Get-DbaSchemaChangeHistory.png b/static/images/social/Get-DbaSchemaChangeHistory.png
new file mode 100644
index 00000000..7daccdc9
Binary files /dev/null and b/static/images/social/Get-DbaSchemaChangeHistory.png differ
diff --git a/static/images/social/Get-DbaServerRole.png b/static/images/social/Get-DbaServerRole.png
new file mode 100644
index 00000000..38106c1c
Binary files /dev/null and b/static/images/social/Get-DbaServerRole.png differ
diff --git a/static/images/social/Get-DbaServerRoleMember.png b/static/images/social/Get-DbaServerRoleMember.png
new file mode 100644
index 00000000..1a0a7533
Binary files /dev/null and b/static/images/social/Get-DbaServerRoleMember.png differ
diff --git a/static/images/social/Get-DbaService.png b/static/images/social/Get-DbaService.png
new file mode 100644
index 00000000..39bffd38
Binary files /dev/null and b/static/images/social/Get-DbaService.png differ
diff --git a/static/images/social/Get-DbaSpConfigure.png b/static/images/social/Get-DbaSpConfigure.png
new file mode 100644
index 00000000..824fe4c2
Binary files /dev/null and b/static/images/social/Get-DbaSpConfigure.png differ
diff --git a/static/images/social/Get-DbaSpinLockStatistic.png b/static/images/social/Get-DbaSpinLockStatistic.png
new file mode 100644
index 00000000..8c38e2c0
Binary files /dev/null and b/static/images/social/Get-DbaSpinLockStatistic.png differ
diff --git a/static/images/social/Get-DbaSpn.png b/static/images/social/Get-DbaSpn.png
new file mode 100644
index 00000000..a5da2a38
Binary files /dev/null and b/static/images/social/Get-DbaSpn.png differ
diff --git a/static/images/social/Get-DbaSsisEnvironmentVariable.png b/static/images/social/Get-DbaSsisEnvironmentVariable.png
new file mode 100644
index 00000000..ee80b3eb
Binary files /dev/null and b/static/images/social/Get-DbaSsisEnvironmentVariable.png differ
diff --git a/static/images/social/Get-DbaSsisExecutionHistory.png b/static/images/social/Get-DbaSsisExecutionHistory.png
new file mode 100644
index 00000000..a21bf72d
Binary files /dev/null and b/static/images/social/Get-DbaSsisExecutionHistory.png differ
diff --git a/static/images/social/Get-DbaStartupParameter.png b/static/images/social/Get-DbaStartupParameter.png
new file mode 100644
index 00000000..19faeaca
Binary files /dev/null and b/static/images/social/Get-DbaStartupParameter.png differ
diff --git a/static/images/social/Get-DbaStartupProcedure.png b/static/images/social/Get-DbaStartupProcedure.png
new file mode 100644
index 00000000..cee60335
Binary files /dev/null and b/static/images/social/Get-DbaStartupProcedure.png differ
diff --git a/static/images/social/Get-DbaSuspectPage.png b/static/images/social/Get-DbaSuspectPage.png
new file mode 100644
index 00000000..f488164e
Binary files /dev/null and b/static/images/social/Get-DbaSuspectPage.png differ
diff --git a/static/images/social/Get-DbaTcpPort.png b/static/images/social/Get-DbaTcpPort.png
new file mode 100644
index 00000000..31f2db08
Binary files /dev/null and b/static/images/social/Get-DbaTcpPort.png differ
diff --git a/static/images/social/Get-DbaTempdbUsage.png b/static/images/social/Get-DbaTempdbUsage.png
new file mode 100644
index 00000000..191786cd
Binary files /dev/null and b/static/images/social/Get-DbaTempdbUsage.png differ
diff --git a/static/images/social/Get-DbaTopResourceUsage.png b/static/images/social/Get-DbaTopResourceUsage.png
new file mode 100644
index 00000000..0a1d5c34
Binary files /dev/null and b/static/images/social/Get-DbaTopResourceUsage.png differ
diff --git a/static/images/social/Get-DbaTrace.png b/static/images/social/Get-DbaTrace.png
new file mode 100644
index 00000000..71c752bd
Binary files /dev/null and b/static/images/social/Get-DbaTrace.png differ
diff --git a/static/images/social/Get-DbaTraceFlag.png b/static/images/social/Get-DbaTraceFlag.png
new file mode 100644
index 00000000..27bb1c7c
Binary files /dev/null and b/static/images/social/Get-DbaTraceFlag.png differ
diff --git a/static/images/social/Get-DbaUptime.png b/static/images/social/Get-DbaUptime.png
new file mode 100644
index 00000000..8d0b8704
Binary files /dev/null and b/static/images/social/Get-DbaUptime.png differ
diff --git a/static/images/social/Get-DbaUserPermission.png b/static/images/social/Get-DbaUserPermission.png
new file mode 100644
index 00000000..ab9bbe56
Binary files /dev/null and b/static/images/social/Get-DbaUserPermission.png differ
diff --git a/static/images/social/Get-DbaWaitResource.png b/static/images/social/Get-DbaWaitResource.png
new file mode 100644
index 00000000..36d2d43a
Binary files /dev/null and b/static/images/social/Get-DbaWaitResource.png differ
diff --git a/static/images/social/Get-DbaWaitStatistic.png b/static/images/social/Get-DbaWaitStatistic.png
new file mode 100644
index 00000000..e38f95d8
Binary files /dev/null and b/static/images/social/Get-DbaWaitStatistic.png differ
diff --git a/static/images/social/Get-DbaWaitingTask.png b/static/images/social/Get-DbaWaitingTask.png
new file mode 100644
index 00000000..f9d38700
Binary files /dev/null and b/static/images/social/Get-DbaWaitingTask.png differ
diff --git a/static/images/social/Get-DbaWindowsLog.png b/static/images/social/Get-DbaWindowsLog.png
new file mode 100644
index 00000000..65913f46
Binary files /dev/null and b/static/images/social/Get-DbaWindowsLog.png differ
diff --git a/static/images/social/Get-DbaWsfcAvailableDisk.png b/static/images/social/Get-DbaWsfcAvailableDisk.png
new file mode 100644
index 00000000..fb10feb0
Binary files /dev/null and b/static/images/social/Get-DbaWsfcAvailableDisk.png differ
diff --git a/static/images/social/Get-DbaWsfcCluster.png b/static/images/social/Get-DbaWsfcCluster.png
new file mode 100644
index 00000000..8f00a7f4
Binary files /dev/null and b/static/images/social/Get-DbaWsfcCluster.png differ
diff --git a/static/images/social/Get-DbaWsfcDisk.png b/static/images/social/Get-DbaWsfcDisk.png
new file mode 100644
index 00000000..7b24034c
Binary files /dev/null and b/static/images/social/Get-DbaWsfcDisk.png differ
diff --git a/static/images/social/Get-DbaWsfcNetwork.png b/static/images/social/Get-DbaWsfcNetwork.png
new file mode 100644
index 00000000..293d56ff
Binary files /dev/null and b/static/images/social/Get-DbaWsfcNetwork.png differ
diff --git a/static/images/social/Get-DbaWsfcNetworkInterface.png b/static/images/social/Get-DbaWsfcNetworkInterface.png
new file mode 100644
index 00000000..c691c48c
Binary files /dev/null and b/static/images/social/Get-DbaWsfcNetworkInterface.png differ
diff --git a/static/images/social/Get-DbaWsfcNode.png b/static/images/social/Get-DbaWsfcNode.png
new file mode 100644
index 00000000..adacdd57
Binary files /dev/null and b/static/images/social/Get-DbaWsfcNode.png differ
diff --git a/static/images/social/Get-DbaWsfcResource.png b/static/images/social/Get-DbaWsfcResource.png
new file mode 100644
index 00000000..25567fa7
Binary files /dev/null and b/static/images/social/Get-DbaWsfcResource.png differ
diff --git a/static/images/social/Get-DbaWsfcResourceGroup.png b/static/images/social/Get-DbaWsfcResourceGroup.png
new file mode 100644
index 00000000..ff510fb2
Binary files /dev/null and b/static/images/social/Get-DbaWsfcResourceGroup.png differ
diff --git a/static/images/social/Get-DbaWsfcResourceType.png b/static/images/social/Get-DbaWsfcResourceType.png
new file mode 100644
index 00000000..82c50587
Binary files /dev/null and b/static/images/social/Get-DbaWsfcResourceType.png differ
diff --git a/static/images/social/Get-DbaWsfcRole.png b/static/images/social/Get-DbaWsfcRole.png
new file mode 100644
index 00000000..e9dd23e3
Binary files /dev/null and b/static/images/social/Get-DbaWsfcRole.png differ
diff --git a/static/images/social/Get-DbaWsfcSharedVolume.png b/static/images/social/Get-DbaWsfcSharedVolume.png
new file mode 100644
index 00000000..5ce49a45
Binary files /dev/null and b/static/images/social/Get-DbaWsfcSharedVolume.png differ
diff --git a/static/images/social/Get-DbaXEObject.png b/static/images/social/Get-DbaXEObject.png
new file mode 100644
index 00000000..ae0453f2
Binary files /dev/null and b/static/images/social/Get-DbaXEObject.png differ
diff --git a/static/images/social/Get-DbaXESession.png b/static/images/social/Get-DbaXESession.png
new file mode 100644
index 00000000..25dd0a55
Binary files /dev/null and b/static/images/social/Get-DbaXESession.png differ
diff --git a/static/images/social/Get-DbaXESessionTarget.png b/static/images/social/Get-DbaXESessionTarget.png
new file mode 100644
index 00000000..d2b20930
Binary files /dev/null and b/static/images/social/Get-DbaXESessionTarget.png differ
diff --git a/static/images/social/Get-DbaXESessionTargetFile.png b/static/images/social/Get-DbaXESessionTargetFile.png
new file mode 100644
index 00000000..220ae979
Binary files /dev/null and b/static/images/social/Get-DbaXESessionTargetFile.png differ
diff --git a/static/images/social/Get-DbaXESessionTemplate.png b/static/images/social/Get-DbaXESessionTemplate.png
new file mode 100644
index 00000000..54ee9e35
Binary files /dev/null and b/static/images/social/Get-DbaXESessionTemplate.png differ
diff --git a/static/images/social/Get-DbaXEStore.png b/static/images/social/Get-DbaXEStore.png
new file mode 100644
index 00000000..2a85ca49
Binary files /dev/null and b/static/images/social/Get-DbaXEStore.png differ
diff --git a/static/images/social/Get-DbatoolsChangeLog.png b/static/images/social/Get-DbatoolsChangeLog.png
new file mode 100644
index 00000000..b4973fbe
Binary files /dev/null and b/static/images/social/Get-DbatoolsChangeLog.png differ
diff --git a/static/images/social/Get-DbatoolsConfig.png b/static/images/social/Get-DbatoolsConfig.png
new file mode 100644
index 00000000..010887bb
Binary files /dev/null and b/static/images/social/Get-DbatoolsConfig.png differ
diff --git a/static/images/social/Get-DbatoolsConfigValue.png b/static/images/social/Get-DbatoolsConfigValue.png
new file mode 100644
index 00000000..4c4aa94c
Binary files /dev/null and b/static/images/social/Get-DbatoolsConfigValue.png differ
diff --git a/static/images/social/Get-DbatoolsError.png b/static/images/social/Get-DbatoolsError.png
new file mode 100644
index 00000000..5f3bb17e
Binary files /dev/null and b/static/images/social/Get-DbatoolsError.png differ
diff --git a/static/images/social/Get-DbatoolsLog.png b/static/images/social/Get-DbatoolsLog.png
new file mode 100644
index 00000000..117edc04
Binary files /dev/null and b/static/images/social/Get-DbatoolsLog.png differ
diff --git a/static/images/social/Get-DbatoolsPath.png b/static/images/social/Get-DbatoolsPath.png
new file mode 100644
index 00000000..ac2fa5dd
Binary files /dev/null and b/static/images/social/Get-DbatoolsPath.png differ
diff --git a/static/images/social/Grant-DbaAgPermission.png b/static/images/social/Grant-DbaAgPermission.png
new file mode 100644
index 00000000..862497d4
Binary files /dev/null and b/static/images/social/Grant-DbaAgPermission.png differ
diff --git a/static/images/social/Import-Command.png b/static/images/social/Import-Command.png
new file mode 100644
index 00000000..466ee09b
Binary files /dev/null and b/static/images/social/Import-Command.png differ
diff --git a/static/images/social/Import-DbaBinaryFile.png b/static/images/social/Import-DbaBinaryFile.png
new file mode 100644
index 00000000..c0189bc3
Binary files /dev/null and b/static/images/social/Import-DbaBinaryFile.png differ
diff --git a/static/images/social/Import-DbaCsv.png b/static/images/social/Import-DbaCsv.png
new file mode 100644
index 00000000..00312c74
Binary files /dev/null and b/static/images/social/Import-DbaCsv.png differ
diff --git a/static/images/social/Import-DbaPfDataCollectorSetTemplate.png b/static/images/social/Import-DbaPfDataCollectorSetTemplate.png
new file mode 100644
index 00000000..e7456590
Binary files /dev/null and b/static/images/social/Import-DbaPfDataCollectorSetTemplate.png differ
diff --git a/static/images/social/Import-DbaRegServer.png b/static/images/social/Import-DbaRegServer.png
new file mode 100644
index 00000000..47eac7ee
Binary files /dev/null and b/static/images/social/Import-DbaRegServer.png differ
diff --git a/static/images/social/Import-DbaXESessionTemplate.png b/static/images/social/Import-DbaXESessionTemplate.png
new file mode 100644
index 00000000..e569d6c6
Binary files /dev/null and b/static/images/social/Import-DbaXESessionTemplate.png differ
diff --git a/static/images/social/Import-DbatoolsConfig.png b/static/images/social/Import-DbatoolsConfig.png
new file mode 100644
index 00000000..d14aceae
Binary files /dev/null and b/static/images/social/Import-DbatoolsConfig.png differ
diff --git a/static/images/social/Install-DbaAgentAdminAlert.png b/static/images/social/Install-DbaAgentAdminAlert.png
new file mode 100644
index 00000000..90122db3
Binary files /dev/null and b/static/images/social/Install-DbaAgentAdminAlert.png differ
diff --git a/static/images/social/Install-DbaDarlingData.png b/static/images/social/Install-DbaDarlingData.png
new file mode 100644
index 00000000..f17e2001
Binary files /dev/null and b/static/images/social/Install-DbaDarlingData.png differ
diff --git a/static/images/social/Install-DbaFirstResponderKit.png b/static/images/social/Install-DbaFirstResponderKit.png
new file mode 100644
index 00000000..ab8e7620
Binary files /dev/null and b/static/images/social/Install-DbaFirstResponderKit.png differ
diff --git a/static/images/social/Install-DbaInstance.png b/static/images/social/Install-DbaInstance.png
new file mode 100644
index 00000000..c1d833cc
Binary files /dev/null and b/static/images/social/Install-DbaInstance.png differ
diff --git a/static/images/social/Install-DbaMaintenanceSolution.png b/static/images/social/Install-DbaMaintenanceSolution.png
new file mode 100644
index 00000000..9e219817
Binary files /dev/null and b/static/images/social/Install-DbaMaintenanceSolution.png differ
diff --git a/static/images/social/Install-DbaMultiTool.png b/static/images/social/Install-DbaMultiTool.png
new file mode 100644
index 00000000..2dad1822
Binary files /dev/null and b/static/images/social/Install-DbaMultiTool.png differ
diff --git a/static/images/social/Install-DbaSqlPackage.png b/static/images/social/Install-DbaSqlPackage.png
new file mode 100644
index 00000000..0babf409
Binary files /dev/null and b/static/images/social/Install-DbaSqlPackage.png differ
diff --git a/static/images/social/Install-DbaSqlWatch.png b/static/images/social/Install-DbaSqlWatch.png
new file mode 100644
index 00000000..d87cc89a
Binary files /dev/null and b/static/images/social/Install-DbaSqlWatch.png differ
diff --git a/static/images/social/Install-DbaWhoIsActive.png b/static/images/social/Install-DbaWhoIsActive.png
new file mode 100644
index 00000000..eb1735b7
Binary files /dev/null and b/static/images/social/Install-DbaWhoIsActive.png differ
diff --git a/static/images/social/Invoke-DbaAdvancedInstall.png b/static/images/social/Invoke-DbaAdvancedInstall.png
new file mode 100644
index 00000000..6cd43d22
Binary files /dev/null and b/static/images/social/Invoke-DbaAdvancedInstall.png differ
diff --git a/static/images/social/Invoke-DbaAdvancedRestore.png b/static/images/social/Invoke-DbaAdvancedRestore.png
new file mode 100644
index 00000000..3072c284
Binary files /dev/null and b/static/images/social/Invoke-DbaAdvancedRestore.png differ
diff --git a/static/images/social/Invoke-DbaAdvancedUpdate.png b/static/images/social/Invoke-DbaAdvancedUpdate.png
new file mode 100644
index 00000000..3a339695
Binary files /dev/null and b/static/images/social/Invoke-DbaAdvancedUpdate.png differ
diff --git a/static/images/social/Invoke-DbaAgFailover.png b/static/images/social/Invoke-DbaAgFailover.png
new file mode 100644
index 00000000..4a1da8e7
Binary files /dev/null and b/static/images/social/Invoke-DbaAgFailover.png differ
diff --git a/static/images/social/Invoke-DbaBalanceDataFiles.png b/static/images/social/Invoke-DbaBalanceDataFiles.png
new file mode 100644
index 00000000..77e2df64
Binary files /dev/null and b/static/images/social/Invoke-DbaBalanceDataFiles.png differ
diff --git a/static/images/social/Invoke-DbaCycleErrorLog.png b/static/images/social/Invoke-DbaCycleErrorLog.png
new file mode 100644
index 00000000..a1140760
Binary files /dev/null and b/static/images/social/Invoke-DbaCycleErrorLog.png differ
diff --git a/static/images/social/Invoke-DbaDbAzSqlTip.png b/static/images/social/Invoke-DbaDbAzSqlTip.png
new file mode 100644
index 00000000..a1b2a916
Binary files /dev/null and b/static/images/social/Invoke-DbaDbAzSqlTip.png differ
diff --git a/static/images/social/Invoke-DbaDbClone.png b/static/images/social/Invoke-DbaDbClone.png
new file mode 100644
index 00000000..f58ec43f
Binary files /dev/null and b/static/images/social/Invoke-DbaDbClone.png differ
diff --git a/static/images/social/Invoke-DbaDbDataGenerator.png b/static/images/social/Invoke-DbaDbDataGenerator.png
new file mode 100644
index 00000000..f295d03d
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDataGenerator.png differ
diff --git a/static/images/social/Invoke-DbaDbDataMasking.png b/static/images/social/Invoke-DbaDbDataMasking.png
new file mode 100644
index 00000000..8b1d99ab
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDataMasking.png differ
diff --git a/static/images/social/Invoke-DbaDbDbccCheckConstraint.png b/static/images/social/Invoke-DbaDbDbccCheckConstraint.png
new file mode 100644
index 00000000..cf97d893
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDbccCheckConstraint.png differ
diff --git a/static/images/social/Invoke-DbaDbDbccCleanTable.png b/static/images/social/Invoke-DbaDbDbccCleanTable.png
new file mode 100644
index 00000000..4991d1b4
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDbccCleanTable.png differ
diff --git a/static/images/social/Invoke-DbaDbDbccUpdateUsage.png b/static/images/social/Invoke-DbaDbDbccUpdateUsage.png
new file mode 100644
index 00000000..dc95b8e3
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDbccUpdateUsage.png differ
diff --git a/static/images/social/Invoke-DbaDbDecryptObject.png b/static/images/social/Invoke-DbaDbDecryptObject.png
new file mode 100644
index 00000000..5253b4ca
Binary files /dev/null and b/static/images/social/Invoke-DbaDbDecryptObject.png differ
diff --git a/static/images/social/Invoke-DbaDbLogShipRecovery.png b/static/images/social/Invoke-DbaDbLogShipRecovery.png
new file mode 100644
index 00000000..585054a6
Binary files /dev/null and b/static/images/social/Invoke-DbaDbLogShipRecovery.png differ
diff --git a/static/images/social/Invoke-DbaDbLogShipping.png b/static/images/social/Invoke-DbaDbLogShipping.png
new file mode 100644
index 00000000..6b61589b
Binary files /dev/null and b/static/images/social/Invoke-DbaDbLogShipping.png differ
diff --git a/static/images/social/Invoke-DbaDbMirrorFailover.png b/static/images/social/Invoke-DbaDbMirrorFailover.png
new file mode 100644
index 00000000..2a69aa43
Binary files /dev/null and b/static/images/social/Invoke-DbaDbMirrorFailover.png differ
diff --git a/static/images/social/Invoke-DbaDbMirroring.png b/static/images/social/Invoke-DbaDbMirroring.png
new file mode 100644
index 00000000..53d2de38
Binary files /dev/null and b/static/images/social/Invoke-DbaDbMirroring.png differ
diff --git a/static/images/social/Invoke-DbaDbPiiScan.png b/static/images/social/Invoke-DbaDbPiiScan.png
new file mode 100644
index 00000000..602880fe
Binary files /dev/null and b/static/images/social/Invoke-DbaDbPiiScan.png differ
diff --git a/static/images/social/Invoke-DbaDbShrink.png b/static/images/social/Invoke-DbaDbShrink.png
new file mode 100644
index 00000000..985fac4c
Binary files /dev/null and b/static/images/social/Invoke-DbaDbShrink.png differ
diff --git a/static/images/social/Invoke-DbaDbTransfer.png b/static/images/social/Invoke-DbaDbTransfer.png
new file mode 100644
index 00000000..08e77a02
Binary files /dev/null and b/static/images/social/Invoke-DbaDbTransfer.png differ
diff --git a/static/images/social/Invoke-DbaDbUpgrade.png b/static/images/social/Invoke-DbaDbUpgrade.png
new file mode 100644
index 00000000..5888a9cf
Binary files /dev/null and b/static/images/social/Invoke-DbaDbUpgrade.png differ
diff --git a/static/images/social/Invoke-DbaDbccDropCleanBuffer.png b/static/images/social/Invoke-DbaDbccDropCleanBuffer.png
new file mode 100644
index 00000000..31ed5c80
Binary files /dev/null and b/static/images/social/Invoke-DbaDbccDropCleanBuffer.png differ
diff --git a/static/images/social/Invoke-DbaDbccFreeCache.png b/static/images/social/Invoke-DbaDbccFreeCache.png
new file mode 100644
index 00000000..a96618d7
Binary files /dev/null and b/static/images/social/Invoke-DbaDbccFreeCache.png differ
diff --git a/static/images/social/Invoke-DbaDiagnosticQuery.png b/static/images/social/Invoke-DbaDiagnosticQuery.png
new file mode 100644
index 00000000..ab32298e
Binary files /dev/null and b/static/images/social/Invoke-DbaDiagnosticQuery.png differ
diff --git a/static/images/social/Invoke-DbaPfRelog.png b/static/images/social/Invoke-DbaPfRelog.png
new file mode 100644
index 00000000..05231e23
Binary files /dev/null and b/static/images/social/Invoke-DbaPfRelog.png differ
diff --git a/static/images/social/Invoke-DbaQuery.png b/static/images/social/Invoke-DbaQuery.png
new file mode 100644
index 00000000..a5c80b98
Binary files /dev/null and b/static/images/social/Invoke-DbaQuery.png differ
diff --git a/static/images/social/Invoke-DbaWhoIsActive.png b/static/images/social/Invoke-DbaWhoIsActive.png
new file mode 100644
index 00000000..1fed5c28
Binary files /dev/null and b/static/images/social/Invoke-DbaWhoIsActive.png differ
diff --git a/static/images/social/Invoke-DbaXEReplay.png b/static/images/social/Invoke-DbaXEReplay.png
new file mode 100644
index 00000000..55cc8ef9
Binary files /dev/null and b/static/images/social/Invoke-DbaXEReplay.png differ
diff --git a/static/images/social/Invoke-DbatoolsFormatter.png b/static/images/social/Invoke-DbatoolsFormatter.png
new file mode 100644
index 00000000..1596ff9f
Binary files /dev/null and b/static/images/social/Invoke-DbatoolsFormatter.png differ
diff --git a/static/images/social/Invoke-DbatoolsRenameHelper.png b/static/images/social/Invoke-DbatoolsRenameHelper.png
new file mode 100644
index 00000000..20b2c82d
Binary files /dev/null and b/static/images/social/Invoke-DbatoolsRenameHelper.png differ
diff --git a/static/images/social/Join-DbaAvailabilityGroup.png b/static/images/social/Join-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..91e5efd5
Binary files /dev/null and b/static/images/social/Join-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Join-DbaPath.png b/static/images/social/Join-DbaPath.png
new file mode 100644
index 00000000..d1de577a
Binary files /dev/null and b/static/images/social/Join-DbaPath.png differ
diff --git a/static/images/social/Measure-DbaBackupThroughput.png b/static/images/social/Measure-DbaBackupThroughput.png
new file mode 100644
index 00000000..10bb4c7c
Binary files /dev/null and b/static/images/social/Measure-DbaBackupThroughput.png differ
diff --git a/static/images/social/Measure-DbaDbVirtualLogFile.png b/static/images/social/Measure-DbaDbVirtualLogFile.png
new file mode 100644
index 00000000..7fef6368
Binary files /dev/null and b/static/images/social/Measure-DbaDbVirtualLogFile.png differ
diff --git a/static/images/social/Measure-DbaDiskSpaceRequirement.png b/static/images/social/Measure-DbaDiskSpaceRequirement.png
new file mode 100644
index 00000000..42d900ac
Binary files /dev/null and b/static/images/social/Measure-DbaDiskSpaceRequirement.png differ
diff --git a/static/images/social/Measure-DbatoolsImport.png b/static/images/social/Measure-DbatoolsImport.png
new file mode 100644
index 00000000..a1c3ec9a
Binary files /dev/null and b/static/images/social/Measure-DbatoolsImport.png differ
diff --git a/static/images/social/Mount-DbaDatabase.png b/static/images/social/Mount-DbaDatabase.png
new file mode 100644
index 00000000..77b7b907
Binary files /dev/null and b/static/images/social/Mount-DbaDatabase.png differ
diff --git a/static/images/social/Move-DbaDbFile.png b/static/images/social/Move-DbaDbFile.png
new file mode 100644
index 00000000..1478bc3f
Binary files /dev/null and b/static/images/social/Move-DbaDbFile.png differ
diff --git a/static/images/social/Move-DbaRegServer.png b/static/images/social/Move-DbaRegServer.png
new file mode 100644
index 00000000..2e8e1e46
Binary files /dev/null and b/static/images/social/Move-DbaRegServer.png differ
diff --git a/static/images/social/Move-DbaRegServerGroup.png b/static/images/social/Move-DbaRegServerGroup.png
new file mode 100644
index 00000000..78df6930
Binary files /dev/null and b/static/images/social/Move-DbaRegServerGroup.png differ
diff --git a/static/images/social/New-DbaAgentAlert.png b/static/images/social/New-DbaAgentAlert.png
new file mode 100644
index 00000000..50b92b37
Binary files /dev/null and b/static/images/social/New-DbaAgentAlert.png differ
diff --git a/static/images/social/New-DbaAgentAlertCategory.png b/static/images/social/New-DbaAgentAlertCategory.png
new file mode 100644
index 00000000..5370e603
Binary files /dev/null and b/static/images/social/New-DbaAgentAlertCategory.png differ
diff --git a/static/images/social/New-DbaAgentJob.png b/static/images/social/New-DbaAgentJob.png
new file mode 100644
index 00000000..2084badd
Binary files /dev/null and b/static/images/social/New-DbaAgentJob.png differ
diff --git a/static/images/social/New-DbaAgentJobCategory.png b/static/images/social/New-DbaAgentJobCategory.png
new file mode 100644
index 00000000..5ec1c649
Binary files /dev/null and b/static/images/social/New-DbaAgentJobCategory.png differ
diff --git a/static/images/social/New-DbaAgentJobStep.png b/static/images/social/New-DbaAgentJobStep.png
new file mode 100644
index 00000000..d1c7e6f2
Binary files /dev/null and b/static/images/social/New-DbaAgentJobStep.png differ
diff --git a/static/images/social/New-DbaAgentOperator.png b/static/images/social/New-DbaAgentOperator.png
new file mode 100644
index 00000000..53f84095
Binary files /dev/null and b/static/images/social/New-DbaAgentOperator.png differ
diff --git a/static/images/social/New-DbaAgentProxy.png b/static/images/social/New-DbaAgentProxy.png
new file mode 100644
index 00000000..0b1b4e43
Binary files /dev/null and b/static/images/social/New-DbaAgentProxy.png differ
diff --git a/static/images/social/New-DbaAgentSchedule.png b/static/images/social/New-DbaAgentSchedule.png
new file mode 100644
index 00000000..691febdd
Binary files /dev/null and b/static/images/social/New-DbaAgentSchedule.png differ
diff --git a/static/images/social/New-DbaAvailabilityGroup.png b/static/images/social/New-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..a53e243e
Binary files /dev/null and b/static/images/social/New-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/New-DbaAzAccessToken.png b/static/images/social/New-DbaAzAccessToken.png
new file mode 100644
index 00000000..9b4d7dff
Binary files /dev/null and b/static/images/social/New-DbaAzAccessToken.png differ
diff --git a/static/images/social/New-DbaClientAlias.png b/static/images/social/New-DbaClientAlias.png
new file mode 100644
index 00000000..170db6f2
Binary files /dev/null and b/static/images/social/New-DbaClientAlias.png differ
diff --git a/static/images/social/New-DbaCmConnection.png b/static/images/social/New-DbaCmConnection.png
new file mode 100644
index 00000000..43f7306e
Binary files /dev/null and b/static/images/social/New-DbaCmConnection.png differ
diff --git a/static/images/social/New-DbaComputerCertificate.png b/static/images/social/New-DbaComputerCertificate.png
new file mode 100644
index 00000000..7e74ae87
Binary files /dev/null and b/static/images/social/New-DbaComputerCertificate.png differ
diff --git a/static/images/social/New-DbaComputerCertificateSigningRequest.png b/static/images/social/New-DbaComputerCertificateSigningRequest.png
new file mode 100644
index 00000000..b880683f
Binary files /dev/null and b/static/images/social/New-DbaComputerCertificateSigningRequest.png differ
diff --git a/static/images/social/New-DbaConnectionString.png b/static/images/social/New-DbaConnectionString.png
new file mode 100644
index 00000000..fd8ddfc0
Binary files /dev/null and b/static/images/social/New-DbaConnectionString.png differ
diff --git a/static/images/social/New-DbaConnectionStringBuilder.png b/static/images/social/New-DbaConnectionStringBuilder.png
new file mode 100644
index 00000000..045db8bf
Binary files /dev/null and b/static/images/social/New-DbaConnectionStringBuilder.png differ
diff --git a/static/images/social/New-DbaCredential.png b/static/images/social/New-DbaCredential.png
new file mode 100644
index 00000000..c3c5f7a6
Binary files /dev/null and b/static/images/social/New-DbaCredential.png differ
diff --git a/static/images/social/New-DbaCustomError.png b/static/images/social/New-DbaCustomError.png
new file mode 100644
index 00000000..77963273
Binary files /dev/null and b/static/images/social/New-DbaCustomError.png differ
diff --git a/static/images/social/New-DbaDacOption.png b/static/images/social/New-DbaDacOption.png
new file mode 100644
index 00000000..bfdb8763
Binary files /dev/null and b/static/images/social/New-DbaDacOption.png differ
diff --git a/static/images/social/New-DbaDacPackage.png b/static/images/social/New-DbaDacPackage.png
new file mode 100644
index 00000000..c66ab22b
Binary files /dev/null and b/static/images/social/New-DbaDacPackage.png differ
diff --git a/static/images/social/New-DbaDacProfile.png b/static/images/social/New-DbaDacProfile.png
new file mode 100644
index 00000000..ac6e54e4
Binary files /dev/null and b/static/images/social/New-DbaDacProfile.png differ
diff --git a/static/images/social/New-DbaDatabase.png b/static/images/social/New-DbaDatabase.png
new file mode 100644
index 00000000..bf2160f4
Binary files /dev/null and b/static/images/social/New-DbaDatabase.png differ
diff --git a/static/images/social/New-DbaDbAsymmetricKey.png b/static/images/social/New-DbaDbAsymmetricKey.png
new file mode 100644
index 00000000..0e650e4f
Binary files /dev/null and b/static/images/social/New-DbaDbAsymmetricKey.png differ
diff --git a/static/images/social/New-DbaDbCertificate.png b/static/images/social/New-DbaDbCertificate.png
new file mode 100644
index 00000000..a418d015
Binary files /dev/null and b/static/images/social/New-DbaDbCertificate.png differ
diff --git a/static/images/social/New-DbaDbDataGeneratorConfig.png b/static/images/social/New-DbaDbDataGeneratorConfig.png
new file mode 100644
index 00000000..0f1ef5da
Binary files /dev/null and b/static/images/social/New-DbaDbDataGeneratorConfig.png differ
diff --git a/static/images/social/New-DbaDbEncryptionKey.png b/static/images/social/New-DbaDbEncryptionKey.png
new file mode 100644
index 00000000..07f9826e
Binary files /dev/null and b/static/images/social/New-DbaDbEncryptionKey.png differ
diff --git a/static/images/social/New-DbaDbFileGroup.png b/static/images/social/New-DbaDbFileGroup.png
new file mode 100644
index 00000000..c7223e4b
Binary files /dev/null and b/static/images/social/New-DbaDbFileGroup.png differ
diff --git a/static/images/social/New-DbaDbMailAccount.png b/static/images/social/New-DbaDbMailAccount.png
new file mode 100644
index 00000000..4dac6858
Binary files /dev/null and b/static/images/social/New-DbaDbMailAccount.png differ
diff --git a/static/images/social/New-DbaDbMailProfile.png b/static/images/social/New-DbaDbMailProfile.png
new file mode 100644
index 00000000..70d94aa7
Binary files /dev/null and b/static/images/social/New-DbaDbMailProfile.png differ
diff --git a/static/images/social/New-DbaDbMaskingConfig.png b/static/images/social/New-DbaDbMaskingConfig.png
new file mode 100644
index 00000000..90ac28ca
Binary files /dev/null and b/static/images/social/New-DbaDbMaskingConfig.png differ
diff --git a/static/images/social/New-DbaDbMasterKey.png b/static/images/social/New-DbaDbMasterKey.png
new file mode 100644
index 00000000..ac9abfec
Binary files /dev/null and b/static/images/social/New-DbaDbMasterKey.png differ
diff --git a/static/images/social/New-DbaDbRole.png b/static/images/social/New-DbaDbRole.png
new file mode 100644
index 00000000..97f47ba3
Binary files /dev/null and b/static/images/social/New-DbaDbRole.png differ
diff --git a/static/images/social/New-DbaDbSchema.png b/static/images/social/New-DbaDbSchema.png
new file mode 100644
index 00000000..b7564cbd
Binary files /dev/null and b/static/images/social/New-DbaDbSchema.png differ
diff --git a/static/images/social/New-DbaDbSequence.png b/static/images/social/New-DbaDbSequence.png
new file mode 100644
index 00000000..0dfb5469
Binary files /dev/null and b/static/images/social/New-DbaDbSequence.png differ
diff --git a/static/images/social/New-DbaDbSnapshot.png b/static/images/social/New-DbaDbSnapshot.png
new file mode 100644
index 00000000..304bcc5f
Binary files /dev/null and b/static/images/social/New-DbaDbSnapshot.png differ
diff --git a/static/images/social/New-DbaDbSynonym.png b/static/images/social/New-DbaDbSynonym.png
new file mode 100644
index 00000000..d311f5b7
Binary files /dev/null and b/static/images/social/New-DbaDbSynonym.png differ
diff --git a/static/images/social/New-DbaDbTable.png b/static/images/social/New-DbaDbTable.png
new file mode 100644
index 00000000..e7ff8d0a
Binary files /dev/null and b/static/images/social/New-DbaDbTable.png differ
diff --git a/static/images/social/New-DbaDbTransfer.png b/static/images/social/New-DbaDbTransfer.png
new file mode 100644
index 00000000..710d94ba
Binary files /dev/null and b/static/images/social/New-DbaDbTransfer.png differ
diff --git a/static/images/social/New-DbaDbUser.png b/static/images/social/New-DbaDbUser.png
new file mode 100644
index 00000000..08d18b6d
Binary files /dev/null and b/static/images/social/New-DbaDbUser.png differ
diff --git a/static/images/social/New-DbaDiagnosticAdsNotebook.png b/static/images/social/New-DbaDiagnosticAdsNotebook.png
new file mode 100644
index 00000000..55b7efa5
Binary files /dev/null and b/static/images/social/New-DbaDiagnosticAdsNotebook.png differ
diff --git a/static/images/social/New-DbaDirectory.png b/static/images/social/New-DbaDirectory.png
new file mode 100644
index 00000000..d6d31cca
Binary files /dev/null and b/static/images/social/New-DbaDirectory.png differ
diff --git a/static/images/social/New-DbaEndpoint.png b/static/images/social/New-DbaEndpoint.png
new file mode 100644
index 00000000..31492943
Binary files /dev/null and b/static/images/social/New-DbaEndpoint.png differ
diff --git a/static/images/social/New-DbaFirewallRule.png b/static/images/social/New-DbaFirewallRule.png
new file mode 100644
index 00000000..1ce034d1
Binary files /dev/null and b/static/images/social/New-DbaFirewallRule.png differ
diff --git a/static/images/social/New-DbaLinkedServer.png b/static/images/social/New-DbaLinkedServer.png
new file mode 100644
index 00000000..46f8643b
Binary files /dev/null and b/static/images/social/New-DbaLinkedServer.png differ
diff --git a/static/images/social/New-DbaLinkedServerLogin.png b/static/images/social/New-DbaLinkedServerLogin.png
new file mode 100644
index 00000000..c3fec760
Binary files /dev/null and b/static/images/social/New-DbaLinkedServerLogin.png differ
diff --git a/static/images/social/New-DbaLogin.png b/static/images/social/New-DbaLogin.png
new file mode 100644
index 00000000..ec1935cb
Binary files /dev/null and b/static/images/social/New-DbaLogin.png differ
diff --git a/static/images/social/New-DbaReplCreationScriptOptions.png b/static/images/social/New-DbaReplCreationScriptOptions.png
new file mode 100644
index 00000000..8bdc1822
Binary files /dev/null and b/static/images/social/New-DbaReplCreationScriptOptions.png differ
diff --git a/static/images/social/New-DbaReplPublication.png b/static/images/social/New-DbaReplPublication.png
new file mode 100644
index 00000000..f1d48f5a
Binary files /dev/null and b/static/images/social/New-DbaReplPublication.png differ
diff --git a/static/images/social/New-DbaReplSubscription.png b/static/images/social/New-DbaReplSubscription.png
new file mode 100644
index 00000000..404af1fe
Binary files /dev/null and b/static/images/social/New-DbaReplSubscription.png differ
diff --git a/static/images/social/New-DbaRgResourcePool.png b/static/images/social/New-DbaRgResourcePool.png
new file mode 100644
index 00000000..3c858896
Binary files /dev/null and b/static/images/social/New-DbaRgResourcePool.png differ
diff --git a/static/images/social/New-DbaRgWorkloadGroup.png b/static/images/social/New-DbaRgWorkloadGroup.png
new file mode 100644
index 00000000..04309b96
Binary files /dev/null and b/static/images/social/New-DbaRgWorkloadGroup.png differ
diff --git a/static/images/social/New-DbaScriptingOption.png b/static/images/social/New-DbaScriptingOption.png
new file mode 100644
index 00000000..9d6a3bc8
Binary files /dev/null and b/static/images/social/New-DbaScriptingOption.png differ
diff --git a/static/images/social/New-DbaServerRole.png b/static/images/social/New-DbaServerRole.png
new file mode 100644
index 00000000..c4603b89
Binary files /dev/null and b/static/images/social/New-DbaServerRole.png differ
diff --git a/static/images/social/New-DbaServiceMasterKey.png b/static/images/social/New-DbaServiceMasterKey.png
new file mode 100644
index 00000000..a5e960e2
Binary files /dev/null and b/static/images/social/New-DbaServiceMasterKey.png differ
diff --git a/static/images/social/New-DbaSqlParameter.png b/static/images/social/New-DbaSqlParameter.png
new file mode 100644
index 00000000..83157f69
Binary files /dev/null and b/static/images/social/New-DbaSqlParameter.png differ
diff --git a/static/images/social/New-DbaSsisCatalog.png b/static/images/social/New-DbaSsisCatalog.png
new file mode 100644
index 00000000..972e52f3
Binary files /dev/null and b/static/images/social/New-DbaSsisCatalog.png differ
diff --git a/static/images/social/New-DbaXESession.png b/static/images/social/New-DbaXESession.png
new file mode 100644
index 00000000..916217b0
Binary files /dev/null and b/static/images/social/New-DbaXESession.png differ
diff --git a/static/images/social/New-DbatoolsSupportPackage.png b/static/images/social/New-DbatoolsSupportPackage.png
new file mode 100644
index 00000000..d2852802
Binary files /dev/null and b/static/images/social/New-DbatoolsSupportPackage.png differ
diff --git a/static/images/social/Publish-DbaDacPackage.png b/static/images/social/Publish-DbaDacPackage.png
new file mode 100644
index 00000000..c023425f
Binary files /dev/null and b/static/images/social/Publish-DbaDacPackage.png differ
diff --git a/static/images/social/Read-DbaAuditFile.png b/static/images/social/Read-DbaAuditFile.png
new file mode 100644
index 00000000..17caaffa
Binary files /dev/null and b/static/images/social/Read-DbaAuditFile.png differ
diff --git a/static/images/social/Read-DbaBackupHeader.png b/static/images/social/Read-DbaBackupHeader.png
new file mode 100644
index 00000000..34bba506
Binary files /dev/null and b/static/images/social/Read-DbaBackupHeader.png differ
diff --git a/static/images/social/Read-DbaTraceFile.png b/static/images/social/Read-DbaTraceFile.png
new file mode 100644
index 00000000..cfff9469
Binary files /dev/null and b/static/images/social/Read-DbaTraceFile.png differ
diff --git a/static/images/social/Read-DbaTransactionLog.png b/static/images/social/Read-DbaTransactionLog.png
new file mode 100644
index 00000000..e5de966a
Binary files /dev/null and b/static/images/social/Read-DbaTransactionLog.png differ
diff --git a/static/images/social/Read-DbaXEFile.png b/static/images/social/Read-DbaXEFile.png
new file mode 100644
index 00000000..065dc6c0
Binary files /dev/null and b/static/images/social/Read-DbaXEFile.png differ
diff --git a/static/images/social/Read-XEvent.png b/static/images/social/Read-XEvent.png
new file mode 100644
index 00000000..7c53e5d4
Binary files /dev/null and b/static/images/social/Read-XEvent.png differ
diff --git a/static/images/social/Register-DbatoolsConfig.png b/static/images/social/Register-DbatoolsConfig.png
new file mode 100644
index 00000000..c0eb084f
Binary files /dev/null and b/static/images/social/Register-DbatoolsConfig.png differ
diff --git a/static/images/social/Remove-DbaAgDatabase.png b/static/images/social/Remove-DbaAgDatabase.png
new file mode 100644
index 00000000..406cc90e
Binary files /dev/null and b/static/images/social/Remove-DbaAgDatabase.png differ
diff --git a/static/images/social/Remove-DbaAgListener.png b/static/images/social/Remove-DbaAgListener.png
new file mode 100644
index 00000000..dff7dd58
Binary files /dev/null and b/static/images/social/Remove-DbaAgListener.png differ
diff --git a/static/images/social/Remove-DbaAgReplica.png b/static/images/social/Remove-DbaAgReplica.png
new file mode 100644
index 00000000..e4f900f8
Binary files /dev/null and b/static/images/social/Remove-DbaAgReplica.png differ
diff --git a/static/images/social/Remove-DbaAgentAlert.png b/static/images/social/Remove-DbaAgentAlert.png
new file mode 100644
index 00000000..fec280a5
Binary files /dev/null and b/static/images/social/Remove-DbaAgentAlert.png differ
diff --git a/static/images/social/Remove-DbaAgentAlertCategory.png b/static/images/social/Remove-DbaAgentAlertCategory.png
new file mode 100644
index 00000000..37a46943
Binary files /dev/null and b/static/images/social/Remove-DbaAgentAlertCategory.png differ
diff --git a/static/images/social/Remove-DbaAgentJob.png b/static/images/social/Remove-DbaAgentJob.png
new file mode 100644
index 00000000..95d81f52
Binary files /dev/null and b/static/images/social/Remove-DbaAgentJob.png differ
diff --git a/static/images/social/Remove-DbaAgentJobCategory.png b/static/images/social/Remove-DbaAgentJobCategory.png
new file mode 100644
index 00000000..d0c5a0ab
Binary files /dev/null and b/static/images/social/Remove-DbaAgentJobCategory.png differ
diff --git a/static/images/social/Remove-DbaAgentJobStep.png b/static/images/social/Remove-DbaAgentJobStep.png
new file mode 100644
index 00000000..9f77d63c
Binary files /dev/null and b/static/images/social/Remove-DbaAgentJobStep.png differ
diff --git a/static/images/social/Remove-DbaAgentOperator.png b/static/images/social/Remove-DbaAgentOperator.png
new file mode 100644
index 00000000..0abe1889
Binary files /dev/null and b/static/images/social/Remove-DbaAgentOperator.png differ
diff --git a/static/images/social/Remove-DbaAgentProxy.png b/static/images/social/Remove-DbaAgentProxy.png
new file mode 100644
index 00000000..dda012b8
Binary files /dev/null and b/static/images/social/Remove-DbaAgentProxy.png differ
diff --git a/static/images/social/Remove-DbaAgentSchedule.png b/static/images/social/Remove-DbaAgentSchedule.png
new file mode 100644
index 00000000..74165825
Binary files /dev/null and b/static/images/social/Remove-DbaAgentSchedule.png differ
diff --git a/static/images/social/Remove-DbaAvailabilityGroup.png b/static/images/social/Remove-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..efeb41c0
Binary files /dev/null and b/static/images/social/Remove-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Remove-DbaBackup.png b/static/images/social/Remove-DbaBackup.png
new file mode 100644
index 00000000..db316252
Binary files /dev/null and b/static/images/social/Remove-DbaBackup.png differ
diff --git a/static/images/social/Remove-DbaClientAlias.png b/static/images/social/Remove-DbaClientAlias.png
new file mode 100644
index 00000000..52d46892
Binary files /dev/null and b/static/images/social/Remove-DbaClientAlias.png differ
diff --git a/static/images/social/Remove-DbaCmConnection.png b/static/images/social/Remove-DbaCmConnection.png
new file mode 100644
index 00000000..a2f99e23
Binary files /dev/null and b/static/images/social/Remove-DbaCmConnection.png differ
diff --git a/static/images/social/Remove-DbaComputerCertificate.png b/static/images/social/Remove-DbaComputerCertificate.png
new file mode 100644
index 00000000..4644baf7
Binary files /dev/null and b/static/images/social/Remove-DbaComputerCertificate.png differ
diff --git a/static/images/social/Remove-DbaCredential.png b/static/images/social/Remove-DbaCredential.png
new file mode 100644
index 00000000..840c6061
Binary files /dev/null and b/static/images/social/Remove-DbaCredential.png differ
diff --git a/static/images/social/Remove-DbaCustomError.png b/static/images/social/Remove-DbaCustomError.png
new file mode 100644
index 00000000..08497538
Binary files /dev/null and b/static/images/social/Remove-DbaCustomError.png differ
diff --git a/static/images/social/Remove-DbaDatabase.png b/static/images/social/Remove-DbaDatabase.png
new file mode 100644
index 00000000..4470f466
Binary files /dev/null and b/static/images/social/Remove-DbaDatabase.png differ
diff --git a/static/images/social/Remove-DbaDatabaseSafely.png b/static/images/social/Remove-DbaDatabaseSafely.png
new file mode 100644
index 00000000..e5fe2e1d
Binary files /dev/null and b/static/images/social/Remove-DbaDatabaseSafely.png differ
diff --git a/static/images/social/Remove-DbaDbAsymmetricKey.png b/static/images/social/Remove-DbaDbAsymmetricKey.png
new file mode 100644
index 00000000..9e365eae
Binary files /dev/null and b/static/images/social/Remove-DbaDbAsymmetricKey.png differ
diff --git a/static/images/social/Remove-DbaDbBackupRestoreHistory.png b/static/images/social/Remove-DbaDbBackupRestoreHistory.png
new file mode 100644
index 00000000..7b1cddb8
Binary files /dev/null and b/static/images/social/Remove-DbaDbBackupRestoreHistory.png differ
diff --git a/static/images/social/Remove-DbaDbCertificate.png b/static/images/social/Remove-DbaDbCertificate.png
new file mode 100644
index 00000000..cd2ea220
Binary files /dev/null and b/static/images/social/Remove-DbaDbCertificate.png differ
diff --git a/static/images/social/Remove-DbaDbCheckConstraint.png b/static/images/social/Remove-DbaDbCheckConstraint.png
new file mode 100644
index 00000000..335ece7f
Binary files /dev/null and b/static/images/social/Remove-DbaDbCheckConstraint.png differ
diff --git a/static/images/social/Remove-DbaDbData.png b/static/images/social/Remove-DbaDbData.png
new file mode 100644
index 00000000..7c9643a7
Binary files /dev/null and b/static/images/social/Remove-DbaDbData.png differ
diff --git a/static/images/social/Remove-DbaDbEncryptionKey.png b/static/images/social/Remove-DbaDbEncryptionKey.png
new file mode 100644
index 00000000..7a45ebfe
Binary files /dev/null and b/static/images/social/Remove-DbaDbEncryptionKey.png differ
diff --git a/static/images/social/Remove-DbaDbFileGroup.png b/static/images/social/Remove-DbaDbFileGroup.png
new file mode 100644
index 00000000..9870bfbd
Binary files /dev/null and b/static/images/social/Remove-DbaDbFileGroup.png differ
diff --git a/static/images/social/Remove-DbaDbLogShipping.png b/static/images/social/Remove-DbaDbLogShipping.png
new file mode 100644
index 00000000..eecb6380
Binary files /dev/null and b/static/images/social/Remove-DbaDbLogShipping.png differ
diff --git a/static/images/social/Remove-DbaDbMailAccount.png b/static/images/social/Remove-DbaDbMailAccount.png
new file mode 100644
index 00000000..cd48971b
Binary files /dev/null and b/static/images/social/Remove-DbaDbMailAccount.png differ
diff --git a/static/images/social/Remove-DbaDbMailProfile.png b/static/images/social/Remove-DbaDbMailProfile.png
new file mode 100644
index 00000000..e2d124ce
Binary files /dev/null and b/static/images/social/Remove-DbaDbMailProfile.png differ
diff --git a/static/images/social/Remove-DbaDbMasterKey.png b/static/images/social/Remove-DbaDbMasterKey.png
new file mode 100644
index 00000000..14f8abde
Binary files /dev/null and b/static/images/social/Remove-DbaDbMasterKey.png differ
diff --git a/static/images/social/Remove-DbaDbMirror.png b/static/images/social/Remove-DbaDbMirror.png
new file mode 100644
index 00000000..2eb390ac
Binary files /dev/null and b/static/images/social/Remove-DbaDbMirror.png differ
diff --git a/static/images/social/Remove-DbaDbMirrorMonitor.png b/static/images/social/Remove-DbaDbMirrorMonitor.png
new file mode 100644
index 00000000..429be60b
Binary files /dev/null and b/static/images/social/Remove-DbaDbMirrorMonitor.png differ
diff --git a/static/images/social/Remove-DbaDbOrphanUser.png b/static/images/social/Remove-DbaDbOrphanUser.png
new file mode 100644
index 00000000..52a51888
Binary files /dev/null and b/static/images/social/Remove-DbaDbOrphanUser.png differ
diff --git a/static/images/social/Remove-DbaDbPartitionFunction.png b/static/images/social/Remove-DbaDbPartitionFunction.png
new file mode 100644
index 00000000..2f84cc6a
Binary files /dev/null and b/static/images/social/Remove-DbaDbPartitionFunction.png differ
diff --git a/static/images/social/Remove-DbaDbPartitionScheme.png b/static/images/social/Remove-DbaDbPartitionScheme.png
new file mode 100644
index 00000000..48e1c5f9
Binary files /dev/null and b/static/images/social/Remove-DbaDbPartitionScheme.png differ
diff --git a/static/images/social/Remove-DbaDbRole.png b/static/images/social/Remove-DbaDbRole.png
new file mode 100644
index 00000000..029dadb3
Binary files /dev/null and b/static/images/social/Remove-DbaDbRole.png differ
diff --git a/static/images/social/Remove-DbaDbRoleMember.png b/static/images/social/Remove-DbaDbRoleMember.png
new file mode 100644
index 00000000..3ddfaa2a
Binary files /dev/null and b/static/images/social/Remove-DbaDbRoleMember.png differ
diff --git a/static/images/social/Remove-DbaDbSchema.png b/static/images/social/Remove-DbaDbSchema.png
new file mode 100644
index 00000000..dac371b2
Binary files /dev/null and b/static/images/social/Remove-DbaDbSchema.png differ
diff --git a/static/images/social/Remove-DbaDbSequence.png b/static/images/social/Remove-DbaDbSequence.png
new file mode 100644
index 00000000..b95f1a36
Binary files /dev/null and b/static/images/social/Remove-DbaDbSequence.png differ
diff --git a/static/images/social/Remove-DbaDbSnapshot.png b/static/images/social/Remove-DbaDbSnapshot.png
new file mode 100644
index 00000000..59d2c0fb
Binary files /dev/null and b/static/images/social/Remove-DbaDbSnapshot.png differ
diff --git a/static/images/social/Remove-DbaDbSynonym.png b/static/images/social/Remove-DbaDbSynonym.png
new file mode 100644
index 00000000..b35a190a
Binary files /dev/null and b/static/images/social/Remove-DbaDbSynonym.png differ
diff --git a/static/images/social/Remove-DbaDbTable.png b/static/images/social/Remove-DbaDbTable.png
new file mode 100644
index 00000000..897b876d
Binary files /dev/null and b/static/images/social/Remove-DbaDbTable.png differ
diff --git a/static/images/social/Remove-DbaDbTableData.png b/static/images/social/Remove-DbaDbTableData.png
new file mode 100644
index 00000000..2443ab34
Binary files /dev/null and b/static/images/social/Remove-DbaDbTableData.png differ
diff --git a/static/images/social/Remove-DbaDbUdf.png b/static/images/social/Remove-DbaDbUdf.png
new file mode 100644
index 00000000..4e5d11d5
Binary files /dev/null and b/static/images/social/Remove-DbaDbUdf.png differ
diff --git a/static/images/social/Remove-DbaDbUser.png b/static/images/social/Remove-DbaDbUser.png
new file mode 100644
index 00000000..7a33e905
Binary files /dev/null and b/static/images/social/Remove-DbaDbUser.png differ
diff --git a/static/images/social/Remove-DbaDbView.png b/static/images/social/Remove-DbaDbView.png
new file mode 100644
index 00000000..0f246469
Binary files /dev/null and b/static/images/social/Remove-DbaDbView.png differ
diff --git a/static/images/social/Remove-DbaEndpoint.png b/static/images/social/Remove-DbaEndpoint.png
new file mode 100644
index 00000000..ef5a49c6
Binary files /dev/null and b/static/images/social/Remove-DbaEndpoint.png differ
diff --git a/static/images/social/Remove-DbaExtendedProperty.png b/static/images/social/Remove-DbaExtendedProperty.png
new file mode 100644
index 00000000..a850e657
Binary files /dev/null and b/static/images/social/Remove-DbaExtendedProperty.png differ
diff --git a/static/images/social/Remove-DbaFirewallRule.png b/static/images/social/Remove-DbaFirewallRule.png
new file mode 100644
index 00000000..3df47414
Binary files /dev/null and b/static/images/social/Remove-DbaFirewallRule.png differ
diff --git a/static/images/social/Remove-DbaLinkedServer.png b/static/images/social/Remove-DbaLinkedServer.png
new file mode 100644
index 00000000..65688c5e
Binary files /dev/null and b/static/images/social/Remove-DbaLinkedServer.png differ
diff --git a/static/images/social/Remove-DbaLinkedServerLogin.png b/static/images/social/Remove-DbaLinkedServerLogin.png
new file mode 100644
index 00000000..b304b9aa
Binary files /dev/null and b/static/images/social/Remove-DbaLinkedServerLogin.png differ
diff --git a/static/images/social/Remove-DbaLogin.png b/static/images/social/Remove-DbaLogin.png
new file mode 100644
index 00000000..b2d2a38a
Binary files /dev/null and b/static/images/social/Remove-DbaLogin.png differ
diff --git a/static/images/social/Remove-DbaNetworkCertificate.png b/static/images/social/Remove-DbaNetworkCertificate.png
new file mode 100644
index 00000000..c626770e
Binary files /dev/null and b/static/images/social/Remove-DbaNetworkCertificate.png differ
diff --git a/static/images/social/Remove-DbaPfDataCollectorCounter.png b/static/images/social/Remove-DbaPfDataCollectorCounter.png
new file mode 100644
index 00000000..8e74fb1e
Binary files /dev/null and b/static/images/social/Remove-DbaPfDataCollectorCounter.png differ
diff --git a/static/images/social/Remove-DbaPfDataCollectorSet.png b/static/images/social/Remove-DbaPfDataCollectorSet.png
new file mode 100644
index 00000000..013e959b
Binary files /dev/null and b/static/images/social/Remove-DbaPfDataCollectorSet.png differ
diff --git a/static/images/social/Remove-DbaRegServer.png b/static/images/social/Remove-DbaRegServer.png
new file mode 100644
index 00000000..d987a0d0
Binary files /dev/null and b/static/images/social/Remove-DbaRegServer.png differ
diff --git a/static/images/social/Remove-DbaRegServerGroup.png b/static/images/social/Remove-DbaRegServerGroup.png
new file mode 100644
index 00000000..378d2d7c
Binary files /dev/null and b/static/images/social/Remove-DbaRegServerGroup.png differ
diff --git a/static/images/social/Remove-DbaReplArticle.png b/static/images/social/Remove-DbaReplArticle.png
new file mode 100644
index 00000000..1e218f2e
Binary files /dev/null and b/static/images/social/Remove-DbaReplArticle.png differ
diff --git a/static/images/social/Remove-DbaReplPublication.png b/static/images/social/Remove-DbaReplPublication.png
new file mode 100644
index 00000000..a334d7c8
Binary files /dev/null and b/static/images/social/Remove-DbaReplPublication.png differ
diff --git a/static/images/social/Remove-DbaReplSubscription.png b/static/images/social/Remove-DbaReplSubscription.png
new file mode 100644
index 00000000..0b953656
Binary files /dev/null and b/static/images/social/Remove-DbaReplSubscription.png differ
diff --git a/static/images/social/Remove-DbaRgResourcePool.png b/static/images/social/Remove-DbaRgResourcePool.png
new file mode 100644
index 00000000..56537cf2
Binary files /dev/null and b/static/images/social/Remove-DbaRgResourcePool.png differ
diff --git a/static/images/social/Remove-DbaRgWorkloadGroup.png b/static/images/social/Remove-DbaRgWorkloadGroup.png
new file mode 100644
index 00000000..155bff0f
Binary files /dev/null and b/static/images/social/Remove-DbaRgWorkloadGroup.png differ
diff --git a/static/images/social/Remove-DbaServerRole.png b/static/images/social/Remove-DbaServerRole.png
new file mode 100644
index 00000000..d9ec4cf8
Binary files /dev/null and b/static/images/social/Remove-DbaServerRole.png differ
diff --git a/static/images/social/Remove-DbaServerRoleMember.png b/static/images/social/Remove-DbaServerRoleMember.png
new file mode 100644
index 00000000..71b1277a
Binary files /dev/null and b/static/images/social/Remove-DbaServerRoleMember.png differ
diff --git a/static/images/social/Remove-DbaTrace.png b/static/images/social/Remove-DbaTrace.png
new file mode 100644
index 00000000..906cb489
Binary files /dev/null and b/static/images/social/Remove-DbaTrace.png differ
diff --git a/static/images/social/Remove-DbaXESession.png b/static/images/social/Remove-DbaXESession.png
new file mode 100644
index 00000000..40e58008
Binary files /dev/null and b/static/images/social/Remove-DbaXESession.png differ
diff --git a/static/images/social/Rename-DbaDatabase.png b/static/images/social/Rename-DbaDatabase.png
new file mode 100644
index 00000000..efc8e3a1
Binary files /dev/null and b/static/images/social/Rename-DbaDatabase.png differ
diff --git a/static/images/social/Rename-DbaLogin.png b/static/images/social/Rename-DbaLogin.png
new file mode 100644
index 00000000..c96af6af
Binary files /dev/null and b/static/images/social/Rename-DbaLogin.png differ
diff --git a/static/images/social/Repair-DbaDbMirror.png b/static/images/social/Repair-DbaDbMirror.png
new file mode 100644
index 00000000..b68b8dfb
Binary files /dev/null and b/static/images/social/Repair-DbaDbMirror.png differ
diff --git a/static/images/social/Repair-DbaDbOrphanUser.png b/static/images/social/Repair-DbaDbOrphanUser.png
new file mode 100644
index 00000000..e61f0002
Binary files /dev/null and b/static/images/social/Repair-DbaDbOrphanUser.png differ
diff --git a/static/images/social/Repair-DbaInstanceName.png b/static/images/social/Repair-DbaInstanceName.png
new file mode 100644
index 00000000..c722247f
Binary files /dev/null and b/static/images/social/Repair-DbaInstanceName.png differ
diff --git a/static/images/social/Reset-DbaAdmin.png b/static/images/social/Reset-DbaAdmin.png
new file mode 100644
index 00000000..64363e94
Binary files /dev/null and b/static/images/social/Reset-DbaAdmin.png differ
diff --git a/static/images/social/Reset-DbatoolsConfig.png b/static/images/social/Reset-DbatoolsConfig.png
new file mode 100644
index 00000000..f023f7f1
Binary files /dev/null and b/static/images/social/Reset-DbatoolsConfig.png differ
diff --git a/static/images/social/Resolve-DbaNetworkName.png b/static/images/social/Resolve-DbaNetworkName.png
new file mode 100644
index 00000000..9502eff1
Binary files /dev/null and b/static/images/social/Resolve-DbaNetworkName.png differ
diff --git a/static/images/social/Resolve-DbaPath.png b/static/images/social/Resolve-DbaPath.png
new file mode 100644
index 00000000..49f088ea
Binary files /dev/null and b/static/images/social/Resolve-DbaPath.png differ
diff --git a/static/images/social/Restart-DbaService.png b/static/images/social/Restart-DbaService.png
new file mode 100644
index 00000000..8dfe429d
Binary files /dev/null and b/static/images/social/Restart-DbaService.png differ
diff --git a/static/images/social/Restore-DbaDatabase.png b/static/images/social/Restore-DbaDatabase.png
new file mode 100644
index 00000000..eb3033ca
Binary files /dev/null and b/static/images/social/Restore-DbaDatabase.png differ
diff --git a/static/images/social/Restore-DbaDbCertificate.png b/static/images/social/Restore-DbaDbCertificate.png
new file mode 100644
index 00000000..090b4842
Binary files /dev/null and b/static/images/social/Restore-DbaDbCertificate.png differ
diff --git a/static/images/social/Restore-DbaDbSnapshot.png b/static/images/social/Restore-DbaDbSnapshot.png
new file mode 100644
index 00000000..dd0e0480
Binary files /dev/null and b/static/images/social/Restore-DbaDbSnapshot.png differ
diff --git a/static/images/social/Resume-DbaAgDbDataMovement.png b/static/images/social/Resume-DbaAgDbDataMovement.png
new file mode 100644
index 00000000..d4a67be4
Binary files /dev/null and b/static/images/social/Resume-DbaAgDbDataMovement.png differ
diff --git a/static/images/social/Revoke-DbaAgPermission.png b/static/images/social/Revoke-DbaAgPermission.png
new file mode 100644
index 00000000..b9f724d6
Binary files /dev/null and b/static/images/social/Revoke-DbaAgPermission.png differ
diff --git a/static/images/social/Save-DbaCommunitySoftware.png b/static/images/social/Save-DbaCommunitySoftware.png
new file mode 100644
index 00000000..468aeb28
Binary files /dev/null and b/static/images/social/Save-DbaCommunitySoftware.png differ
diff --git a/static/images/social/Save-DbaDiagnosticQueryScript.png b/static/images/social/Save-DbaDiagnosticQueryScript.png
new file mode 100644
index 00000000..e25044c6
Binary files /dev/null and b/static/images/social/Save-DbaDiagnosticQueryScript.png differ
diff --git a/static/images/social/Save-DbaKbUpdate.png b/static/images/social/Save-DbaKbUpdate.png
new file mode 100644
index 00000000..232d0f0f
Binary files /dev/null and b/static/images/social/Save-DbaKbUpdate.png differ
diff --git a/static/images/social/Select-DbaBackupInformation.png b/static/images/social/Select-DbaBackupInformation.png
new file mode 100644
index 00000000..370a40ed
Binary files /dev/null and b/static/images/social/Select-DbaBackupInformation.png differ
diff --git a/static/images/social/Select-DbaDbSequenceNextValue.png b/static/images/social/Select-DbaDbSequenceNextValue.png
new file mode 100644
index 00000000..b45473c2
Binary files /dev/null and b/static/images/social/Select-DbaDbSequenceNextValue.png differ
diff --git a/static/images/social/Select-DbaObject.png b/static/images/social/Select-DbaObject.png
new file mode 100644
index 00000000..d934201f
Binary files /dev/null and b/static/images/social/Select-DbaObject.png differ
diff --git a/static/images/social/Set-DbaAgListener.png b/static/images/social/Set-DbaAgListener.png
new file mode 100644
index 00000000..d6e2f867
Binary files /dev/null and b/static/images/social/Set-DbaAgListener.png differ
diff --git a/static/images/social/Set-DbaAgReplica.png b/static/images/social/Set-DbaAgReplica.png
new file mode 100644
index 00000000..67f9845f
Binary files /dev/null and b/static/images/social/Set-DbaAgReplica.png differ
diff --git a/static/images/social/Set-DbaAgentAlert.png b/static/images/social/Set-DbaAgentAlert.png
new file mode 100644
index 00000000..a7113369
Binary files /dev/null and b/static/images/social/Set-DbaAgentAlert.png differ
diff --git a/static/images/social/Set-DbaAgentJob.png b/static/images/social/Set-DbaAgentJob.png
new file mode 100644
index 00000000..ba7bfe4e
Binary files /dev/null and b/static/images/social/Set-DbaAgentJob.png differ
diff --git a/static/images/social/Set-DbaAgentJobCategory.png b/static/images/social/Set-DbaAgentJobCategory.png
new file mode 100644
index 00000000..ec0ae747
Binary files /dev/null and b/static/images/social/Set-DbaAgentJobCategory.png differ
diff --git a/static/images/social/Set-DbaAgentJobOutputFile.png b/static/images/social/Set-DbaAgentJobOutputFile.png
new file mode 100644
index 00000000..30024cf3
Binary files /dev/null and b/static/images/social/Set-DbaAgentJobOutputFile.png differ
diff --git a/static/images/social/Set-DbaAgentJobOwner.png b/static/images/social/Set-DbaAgentJobOwner.png
new file mode 100644
index 00000000..d75d2f6e
Binary files /dev/null and b/static/images/social/Set-DbaAgentJobOwner.png differ
diff --git a/static/images/social/Set-DbaAgentJobStep.png b/static/images/social/Set-DbaAgentJobStep.png
new file mode 100644
index 00000000..d4839ebd
Binary files /dev/null and b/static/images/social/Set-DbaAgentJobStep.png differ
diff --git a/static/images/social/Set-DbaAgentOperator.png b/static/images/social/Set-DbaAgentOperator.png
new file mode 100644
index 00000000..85a05f39
Binary files /dev/null and b/static/images/social/Set-DbaAgentOperator.png differ
diff --git a/static/images/social/Set-DbaAgentSchedule.png b/static/images/social/Set-DbaAgentSchedule.png
new file mode 100644
index 00000000..25f65b58
Binary files /dev/null and b/static/images/social/Set-DbaAgentSchedule.png differ
diff --git a/static/images/social/Set-DbaAgentServer.png b/static/images/social/Set-DbaAgentServer.png
new file mode 100644
index 00000000..fa5078a4
Binary files /dev/null and b/static/images/social/Set-DbaAgentServer.png differ
diff --git a/static/images/social/Set-DbaAvailabilityGroup.png b/static/images/social/Set-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..0e1acc29
Binary files /dev/null and b/static/images/social/Set-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Set-DbaCmConnection.png b/static/images/social/Set-DbaCmConnection.png
new file mode 100644
index 00000000..9c88d763
Binary files /dev/null and b/static/images/social/Set-DbaCmConnection.png differ
diff --git a/static/images/social/Set-DbaDbCompatibility.png b/static/images/social/Set-DbaDbCompatibility.png
new file mode 100644
index 00000000..11047dc3
Binary files /dev/null and b/static/images/social/Set-DbaDbCompatibility.png differ
diff --git a/static/images/social/Set-DbaDbCompression.png b/static/images/social/Set-DbaDbCompression.png
new file mode 100644
index 00000000..37b5ab39
Binary files /dev/null and b/static/images/social/Set-DbaDbCompression.png differ
diff --git a/static/images/social/Set-DbaDbFileGroup.png b/static/images/social/Set-DbaDbFileGroup.png
new file mode 100644
index 00000000..24f7da5a
Binary files /dev/null and b/static/images/social/Set-DbaDbFileGroup.png differ
diff --git a/static/images/social/Set-DbaDbFileGrowth.png b/static/images/social/Set-DbaDbFileGrowth.png
new file mode 100644
index 00000000..50660a40
Binary files /dev/null and b/static/images/social/Set-DbaDbFileGrowth.png differ
diff --git a/static/images/social/Set-DbaDbIdentity.png b/static/images/social/Set-DbaDbIdentity.png
new file mode 100644
index 00000000..a7e6f7f9
Binary files /dev/null and b/static/images/social/Set-DbaDbIdentity.png differ
diff --git a/static/images/social/Set-DbaDbMirror.png b/static/images/social/Set-DbaDbMirror.png
new file mode 100644
index 00000000..9783dabc
Binary files /dev/null and b/static/images/social/Set-DbaDbMirror.png differ
diff --git a/static/images/social/Set-DbaDbOwner.png b/static/images/social/Set-DbaDbOwner.png
new file mode 100644
index 00000000..da3f7687
Binary files /dev/null and b/static/images/social/Set-DbaDbOwner.png differ
diff --git a/static/images/social/Set-DbaDbQueryStoreOption.png b/static/images/social/Set-DbaDbQueryStoreOption.png
new file mode 100644
index 00000000..225a3d0b
Binary files /dev/null and b/static/images/social/Set-DbaDbQueryStoreOption.png differ
diff --git a/static/images/social/Set-DbaDbRecoveryModel.png b/static/images/social/Set-DbaDbRecoveryModel.png
new file mode 100644
index 00000000..9ce614c3
Binary files /dev/null and b/static/images/social/Set-DbaDbRecoveryModel.png differ
diff --git a/static/images/social/Set-DbaDbSchema.png b/static/images/social/Set-DbaDbSchema.png
new file mode 100644
index 00000000..895a0489
Binary files /dev/null and b/static/images/social/Set-DbaDbSchema.png differ
diff --git a/static/images/social/Set-DbaDbSequence.png b/static/images/social/Set-DbaDbSequence.png
new file mode 100644
index 00000000..d1351f70
Binary files /dev/null and b/static/images/social/Set-DbaDbSequence.png differ
diff --git a/static/images/social/Set-DbaDbState.png b/static/images/social/Set-DbaDbState.png
new file mode 100644
index 00000000..5dcd7448
Binary files /dev/null and b/static/images/social/Set-DbaDbState.png differ
diff --git a/static/images/social/Set-DbaDefaultPath.png b/static/images/social/Set-DbaDefaultPath.png
new file mode 100644
index 00000000..9a6ce2f4
Binary files /dev/null and b/static/images/social/Set-DbaDefaultPath.png differ
diff --git a/static/images/social/Set-DbaEndpoint.png b/static/images/social/Set-DbaEndpoint.png
new file mode 100644
index 00000000..2e089e4e
Binary files /dev/null and b/static/images/social/Set-DbaEndpoint.png differ
diff --git a/static/images/social/Set-DbaErrorLogConfig.png b/static/images/social/Set-DbaErrorLogConfig.png
new file mode 100644
index 00000000..45ffaf71
Binary files /dev/null and b/static/images/social/Set-DbaErrorLogConfig.png differ
diff --git a/static/images/social/Set-DbaExtendedProperty.png b/static/images/social/Set-DbaExtendedProperty.png
new file mode 100644
index 00000000..5338baf6
Binary files /dev/null and b/static/images/social/Set-DbaExtendedProperty.png differ
diff --git a/static/images/social/Set-DbaExtendedProtection.png b/static/images/social/Set-DbaExtendedProtection.png
new file mode 100644
index 00000000..cc6f314b
Binary files /dev/null and b/static/images/social/Set-DbaExtendedProtection.png differ
diff --git a/static/images/social/Set-DbaLogin.png b/static/images/social/Set-DbaLogin.png
new file mode 100644
index 00000000..b8122ba5
Binary files /dev/null and b/static/images/social/Set-DbaLogin.png differ
diff --git a/static/images/social/Set-DbaMaxDop.png b/static/images/social/Set-DbaMaxDop.png
new file mode 100644
index 00000000..140149ab
Binary files /dev/null and b/static/images/social/Set-DbaMaxDop.png differ
diff --git a/static/images/social/Set-DbaNetworkCertificate.png b/static/images/social/Set-DbaNetworkCertificate.png
new file mode 100644
index 00000000..872d8b7a
Binary files /dev/null and b/static/images/social/Set-DbaNetworkCertificate.png differ
diff --git a/static/images/social/Set-DbaNetworkConfiguration.png b/static/images/social/Set-DbaNetworkConfiguration.png
new file mode 100644
index 00000000..26a67eef
Binary files /dev/null and b/static/images/social/Set-DbaNetworkConfiguration.png differ
diff --git a/static/images/social/Set-DbaPowerPlan.png b/static/images/social/Set-DbaPowerPlan.png
new file mode 100644
index 00000000..aba96b54
Binary files /dev/null and b/static/images/social/Set-DbaPowerPlan.png differ
diff --git a/static/images/social/Set-DbaPrivilege.png b/static/images/social/Set-DbaPrivilege.png
new file mode 100644
index 00000000..76580de5
Binary files /dev/null and b/static/images/social/Set-DbaPrivilege.png differ
diff --git a/static/images/social/Set-DbaResourceGovernor.png b/static/images/social/Set-DbaResourceGovernor.png
new file mode 100644
index 00000000..b1600906
Binary files /dev/null and b/static/images/social/Set-DbaResourceGovernor.png differ
diff --git a/static/images/social/Set-DbaRgResourcePool.png b/static/images/social/Set-DbaRgResourcePool.png
new file mode 100644
index 00000000..23053a46
Binary files /dev/null and b/static/images/social/Set-DbaRgResourcePool.png differ
diff --git a/static/images/social/Set-DbaRgWorkloadGroup.png b/static/images/social/Set-DbaRgWorkloadGroup.png
new file mode 100644
index 00000000..47883fd8
Binary files /dev/null and b/static/images/social/Set-DbaRgWorkloadGroup.png differ
diff --git a/static/images/social/Set-DbaSpConfigure.png b/static/images/social/Set-DbaSpConfigure.png
new file mode 100644
index 00000000..77da0cac
Binary files /dev/null and b/static/images/social/Set-DbaSpConfigure.png differ
diff --git a/static/images/social/Set-DbaStartupParameter.png b/static/images/social/Set-DbaStartupParameter.png
new file mode 100644
index 00000000..a271845b
Binary files /dev/null and b/static/images/social/Set-DbaStartupParameter.png differ
diff --git a/static/images/social/Set-DbaTcpPort.png b/static/images/social/Set-DbaTcpPort.png
new file mode 100644
index 00000000..bc0d4c58
Binary files /dev/null and b/static/images/social/Set-DbaTcpPort.png differ
diff --git a/static/images/social/Set-DbaTempDbConfig.png b/static/images/social/Set-DbaTempDbConfig.png
new file mode 100644
index 00000000..ff1842b0
Binary files /dev/null and b/static/images/social/Set-DbaTempDbConfig.png differ
diff --git a/static/images/social/Set-DbatoolsConfig.png b/static/images/social/Set-DbatoolsConfig.png
new file mode 100644
index 00000000..f64e3cfc
Binary files /dev/null and b/static/images/social/Set-DbatoolsConfig.png differ
diff --git a/static/images/social/Set-DbatoolsInsecureConnection.png b/static/images/social/Set-DbatoolsInsecureConnection.png
new file mode 100644
index 00000000..aa53de01
Binary files /dev/null and b/static/images/social/Set-DbatoolsInsecureConnection.png differ
diff --git a/static/images/social/Set-DbatoolsPath.png b/static/images/social/Set-DbatoolsPath.png
new file mode 100644
index 00000000..903b1cd1
Binary files /dev/null and b/static/images/social/Set-DbatoolsPath.png differ
diff --git a/static/images/social/Show-DbaDbList.png b/static/images/social/Show-DbaDbList.png
new file mode 100644
index 00000000..acc17401
Binary files /dev/null and b/static/images/social/Show-DbaDbList.png differ
diff --git a/static/images/social/Show-DbaInstanceFileSystem.png b/static/images/social/Show-DbaInstanceFileSystem.png
new file mode 100644
index 00000000..27b756c1
Binary files /dev/null and b/static/images/social/Show-DbaInstanceFileSystem.png differ
diff --git a/static/images/social/Start-DbaAgentJob.png b/static/images/social/Start-DbaAgentJob.png
new file mode 100644
index 00000000..6be75e87
Binary files /dev/null and b/static/images/social/Start-DbaAgentJob.png differ
diff --git a/static/images/social/Start-DbaDbEncryption.png b/static/images/social/Start-DbaDbEncryption.png
new file mode 100644
index 00000000..12c7d074
Binary files /dev/null and b/static/images/social/Start-DbaDbEncryption.png differ
diff --git a/static/images/social/Start-DbaEndpoint.png b/static/images/social/Start-DbaEndpoint.png
new file mode 100644
index 00000000..bb3fe9ce
Binary files /dev/null and b/static/images/social/Start-DbaEndpoint.png differ
diff --git a/static/images/social/Start-DbaMigration.png b/static/images/social/Start-DbaMigration.png
new file mode 100644
index 00000000..a070ba8f
Binary files /dev/null and b/static/images/social/Start-DbaMigration.png differ
diff --git a/static/images/social/Start-DbaPfDataCollectorSet.png b/static/images/social/Start-DbaPfDataCollectorSet.png
new file mode 100644
index 00000000..630c0dc7
Binary files /dev/null and b/static/images/social/Start-DbaPfDataCollectorSet.png differ
diff --git a/static/images/social/Start-DbaService.png b/static/images/social/Start-DbaService.png
new file mode 100644
index 00000000..49b345f2
Binary files /dev/null and b/static/images/social/Start-DbaService.png differ
diff --git a/static/images/social/Start-DbaTrace.png b/static/images/social/Start-DbaTrace.png
new file mode 100644
index 00000000..72f527ba
Binary files /dev/null and b/static/images/social/Start-DbaTrace.png differ
diff --git a/static/images/social/Start-DbaXESession.png b/static/images/social/Start-DbaXESession.png
new file mode 100644
index 00000000..e4f0587c
Binary files /dev/null and b/static/images/social/Start-DbaXESession.png differ
diff --git a/static/images/social/Stop-DbaAgentJob.png b/static/images/social/Stop-DbaAgentJob.png
new file mode 100644
index 00000000..7e3a3edd
Binary files /dev/null and b/static/images/social/Stop-DbaAgentJob.png differ
diff --git a/static/images/social/Stop-DbaDbEncryption.png b/static/images/social/Stop-DbaDbEncryption.png
new file mode 100644
index 00000000..7565b8c0
Binary files /dev/null and b/static/images/social/Stop-DbaDbEncryption.png differ
diff --git a/static/images/social/Stop-DbaEndpoint.png b/static/images/social/Stop-DbaEndpoint.png
new file mode 100644
index 00000000..63317f22
Binary files /dev/null and b/static/images/social/Stop-DbaEndpoint.png differ
diff --git a/static/images/social/Stop-DbaExternalProcess.png b/static/images/social/Stop-DbaExternalProcess.png
new file mode 100644
index 00000000..ca7e1df5
Binary files /dev/null and b/static/images/social/Stop-DbaExternalProcess.png differ
diff --git a/static/images/social/Stop-DbaPfDataCollectorSet.png b/static/images/social/Stop-DbaPfDataCollectorSet.png
new file mode 100644
index 00000000..c1b5c062
Binary files /dev/null and b/static/images/social/Stop-DbaPfDataCollectorSet.png differ
diff --git a/static/images/social/Stop-DbaProcess.png b/static/images/social/Stop-DbaProcess.png
new file mode 100644
index 00000000..118dc2f5
Binary files /dev/null and b/static/images/social/Stop-DbaProcess.png differ
diff --git a/static/images/social/Stop-DbaService.png b/static/images/social/Stop-DbaService.png
new file mode 100644
index 00000000..587ed542
Binary files /dev/null and b/static/images/social/Stop-DbaService.png differ
diff --git a/static/images/social/Stop-DbaTrace.png b/static/images/social/Stop-DbaTrace.png
new file mode 100644
index 00000000..a9768c1b
Binary files /dev/null and b/static/images/social/Stop-DbaTrace.png differ
diff --git a/static/images/social/Stop-DbaXESession.png b/static/images/social/Stop-DbaXESession.png
new file mode 100644
index 00000000..1b2b33ca
Binary files /dev/null and b/static/images/social/Stop-DbaXESession.png differ
diff --git a/static/images/social/Suspend-DbaAgDbDataMovement.png b/static/images/social/Suspend-DbaAgDbDataMovement.png
new file mode 100644
index 00000000..fc28fed2
Binary files /dev/null and b/static/images/social/Suspend-DbaAgDbDataMovement.png differ
diff --git a/static/images/social/Sync-DbaAvailabilityGroup.png b/static/images/social/Sync-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..c03535b2
Binary files /dev/null and b/static/images/social/Sync-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Sync-DbaLoginPassword.png b/static/images/social/Sync-DbaLoginPassword.png
new file mode 100644
index 00000000..264f7d20
Binary files /dev/null and b/static/images/social/Sync-DbaLoginPassword.png differ
diff --git a/static/images/social/Sync-DbaLoginPermission.png b/static/images/social/Sync-DbaLoginPermission.png
new file mode 100644
index 00000000..dfdf929a
Binary files /dev/null and b/static/images/social/Sync-DbaLoginPermission.png differ
diff --git a/static/images/social/Test-DbaAgSpn.png b/static/images/social/Test-DbaAgSpn.png
new file mode 100644
index 00000000..13cece92
Binary files /dev/null and b/static/images/social/Test-DbaAgSpn.png differ
diff --git a/static/images/social/Test-DbaAgentJobOwner.png b/static/images/social/Test-DbaAgentJobOwner.png
new file mode 100644
index 00000000..a0cc9c4d
Binary files /dev/null and b/static/images/social/Test-DbaAgentJobOwner.png differ
diff --git a/static/images/social/Test-DbaAvailabilityGroup.png b/static/images/social/Test-DbaAvailabilityGroup.png
new file mode 100644
index 00000000..a8086da2
Binary files /dev/null and b/static/images/social/Test-DbaAvailabilityGroup.png differ
diff --git a/static/images/social/Test-DbaBackupEncrypted.png b/static/images/social/Test-DbaBackupEncrypted.png
new file mode 100644
index 00000000..440f20b9
Binary files /dev/null and b/static/images/social/Test-DbaBackupEncrypted.png differ
diff --git a/static/images/social/Test-DbaBuild.png b/static/images/social/Test-DbaBuild.png
new file mode 100644
index 00000000..e2277f14
Binary files /dev/null and b/static/images/social/Test-DbaBuild.png differ
diff --git a/static/images/social/Test-DbaCmConnection.png b/static/images/social/Test-DbaCmConnection.png
new file mode 100644
index 00000000..27a68df3
Binary files /dev/null and b/static/images/social/Test-DbaCmConnection.png differ
diff --git a/static/images/social/Test-DbaComputerCertificateExpiration.png b/static/images/social/Test-DbaComputerCertificateExpiration.png
new file mode 100644
index 00000000..e4a9b130
Binary files /dev/null and b/static/images/social/Test-DbaComputerCertificateExpiration.png differ
diff --git a/static/images/social/Test-DbaConnection.png b/static/images/social/Test-DbaConnection.png
new file mode 100644
index 00000000..087ba18b
Binary files /dev/null and b/static/images/social/Test-DbaConnection.png differ
diff --git a/static/images/social/Test-DbaConnectionAuthScheme.png b/static/images/social/Test-DbaConnectionAuthScheme.png
new file mode 100644
index 00000000..99d161f8
Binary files /dev/null and b/static/images/social/Test-DbaConnectionAuthScheme.png differ
diff --git a/static/images/social/Test-DbaDbCollation.png b/static/images/social/Test-DbaDbCollation.png
new file mode 100644
index 00000000..94348ae7
Binary files /dev/null and b/static/images/social/Test-DbaDbCollation.png differ
diff --git a/static/images/social/Test-DbaDbCompatibility.png b/static/images/social/Test-DbaDbCompatibility.png
new file mode 100644
index 00000000..00963f77
Binary files /dev/null and b/static/images/social/Test-DbaDbCompatibility.png differ
diff --git a/static/images/social/Test-DbaDbCompression.png b/static/images/social/Test-DbaDbCompression.png
new file mode 100644
index 00000000..1cf67ffc
Binary files /dev/null and b/static/images/social/Test-DbaDbCompression.png differ
diff --git a/static/images/social/Test-DbaDbDataGeneratorConfig.png b/static/images/social/Test-DbaDbDataGeneratorConfig.png
new file mode 100644
index 00000000..fd5f553b
Binary files /dev/null and b/static/images/social/Test-DbaDbDataGeneratorConfig.png differ
diff --git a/static/images/social/Test-DbaDbDataMaskingConfig.png b/static/images/social/Test-DbaDbDataMaskingConfig.png
new file mode 100644
index 00000000..2629e843
Binary files /dev/null and b/static/images/social/Test-DbaDbDataMaskingConfig.png differ
diff --git a/static/images/social/Test-DbaDbLogShipStatus.png b/static/images/social/Test-DbaDbLogShipStatus.png
new file mode 100644
index 00000000..73d1e42f
Binary files /dev/null and b/static/images/social/Test-DbaDbLogShipStatus.png differ
diff --git a/static/images/social/Test-DbaDbOwner.png b/static/images/social/Test-DbaDbOwner.png
new file mode 100644
index 00000000..a72c0a12
Binary files /dev/null and b/static/images/social/Test-DbaDbOwner.png differ
diff --git a/static/images/social/Test-DbaDbQueryStore.png b/static/images/social/Test-DbaDbQueryStore.png
new file mode 100644
index 00000000..b4a94e39
Binary files /dev/null and b/static/images/social/Test-DbaDbQueryStore.png differ
diff --git a/static/images/social/Test-DbaDbRecoveryModel.png b/static/images/social/Test-DbaDbRecoveryModel.png
new file mode 100644
index 00000000..d8f4d3d6
Binary files /dev/null and b/static/images/social/Test-DbaDbRecoveryModel.png differ
diff --git a/static/images/social/Test-DbaDiskAlignment.png b/static/images/social/Test-DbaDiskAlignment.png
new file mode 100644
index 00000000..4e40e651
Binary files /dev/null and b/static/images/social/Test-DbaDiskAlignment.png differ
diff --git a/static/images/social/Test-DbaDiskAllocation.png b/static/images/social/Test-DbaDiskAllocation.png
new file mode 100644
index 00000000..22bde217
Binary files /dev/null and b/static/images/social/Test-DbaDiskAllocation.png differ
diff --git a/static/images/social/Test-DbaDiskSpeed.png b/static/images/social/Test-DbaDiskSpeed.png
new file mode 100644
index 00000000..1f33ffe2
Binary files /dev/null and b/static/images/social/Test-DbaDiskSpeed.png differ
diff --git a/static/images/social/Test-DbaEndpoint.png b/static/images/social/Test-DbaEndpoint.png
new file mode 100644
index 00000000..86468878
Binary files /dev/null and b/static/images/social/Test-DbaEndpoint.png differ
diff --git a/static/images/social/Test-DbaIdentityUsage.png b/static/images/social/Test-DbaIdentityUsage.png
new file mode 100644
index 00000000..322db05e
Binary files /dev/null and b/static/images/social/Test-DbaIdentityUsage.png differ
diff --git a/static/images/social/Test-DbaInstanceName.png b/static/images/social/Test-DbaInstanceName.png
new file mode 100644
index 00000000..2f269fcf
Binary files /dev/null and b/static/images/social/Test-DbaInstanceName.png differ
diff --git a/static/images/social/Test-DbaKerberos.png b/static/images/social/Test-DbaKerberos.png
new file mode 100644
index 00000000..6dc9c8c0
Binary files /dev/null and b/static/images/social/Test-DbaKerberos.png differ
diff --git a/static/images/social/Test-DbaLastBackup.png b/static/images/social/Test-DbaLastBackup.png
new file mode 100644
index 00000000..3ed073e3
Binary files /dev/null and b/static/images/social/Test-DbaLastBackup.png differ
diff --git a/static/images/social/Test-DbaLinkedServerConnection.png b/static/images/social/Test-DbaLinkedServerConnection.png
new file mode 100644
index 00000000..2abcf739
Binary files /dev/null and b/static/images/social/Test-DbaLinkedServerConnection.png differ
diff --git a/static/images/social/Test-DbaLoginPassword.png b/static/images/social/Test-DbaLoginPassword.png
new file mode 100644
index 00000000..afdda7af
Binary files /dev/null and b/static/images/social/Test-DbaLoginPassword.png differ
diff --git a/static/images/social/Test-DbaManagementObject.png b/static/images/social/Test-DbaManagementObject.png
new file mode 100644
index 00000000..7971d1ee
Binary files /dev/null and b/static/images/social/Test-DbaManagementObject.png differ
diff --git a/static/images/social/Test-DbaMaxDop.png b/static/images/social/Test-DbaMaxDop.png
new file mode 100644
index 00000000..b758bb19
Binary files /dev/null and b/static/images/social/Test-DbaMaxDop.png differ
diff --git a/static/images/social/Test-DbaMigrationConstraint.png b/static/images/social/Test-DbaMigrationConstraint.png
new file mode 100644
index 00000000..3c5e642c
Binary files /dev/null and b/static/images/social/Test-DbaMigrationConstraint.png differ
diff --git a/static/images/social/Test-DbaNetworkLatency.png b/static/images/social/Test-DbaNetworkLatency.png
new file mode 100644
index 00000000..85901793
Binary files /dev/null and b/static/images/social/Test-DbaNetworkLatency.png differ
diff --git a/static/images/social/Test-DbaOptimizeForAdHoc.png b/static/images/social/Test-DbaOptimizeForAdHoc.png
new file mode 100644
index 00000000..06e2c809
Binary files /dev/null and b/static/images/social/Test-DbaOptimizeForAdHoc.png differ
diff --git a/static/images/social/Test-DbaPath.png b/static/images/social/Test-DbaPath.png
new file mode 100644
index 00000000..dcdb3596
Binary files /dev/null and b/static/images/social/Test-DbaPath.png differ
diff --git a/static/images/social/Test-DbaPowerPlan.png b/static/images/social/Test-DbaPowerPlan.png
new file mode 100644
index 00000000..cfa5abba
Binary files /dev/null and b/static/images/social/Test-DbaPowerPlan.png differ
diff --git a/static/images/social/Test-DbaReplLatency.png b/static/images/social/Test-DbaReplLatency.png
new file mode 100644
index 00000000..96df833f
Binary files /dev/null and b/static/images/social/Test-DbaReplLatency.png differ
diff --git a/static/images/social/Test-DbaSpn.png b/static/images/social/Test-DbaSpn.png
new file mode 100644
index 00000000..f45a1be4
Binary files /dev/null and b/static/images/social/Test-DbaSpn.png differ
diff --git a/static/images/social/Test-DbaTempDbConfig.png b/static/images/social/Test-DbaTempDbConfig.png
new file mode 100644
index 00000000..6b6bdd9c
Binary files /dev/null and b/static/images/social/Test-DbaTempDbConfig.png differ
diff --git a/static/images/social/Test-DbaWindowsLogin.png b/static/images/social/Test-DbaWindowsLogin.png
new file mode 100644
index 00000000..cb5edec3
Binary files /dev/null and b/static/images/social/Test-DbaWindowsLogin.png differ
diff --git a/static/images/social/Uninstall-DbaSqlWatch.png b/static/images/social/Uninstall-DbaSqlWatch.png
new file mode 100644
index 00000000..cd2ef26b
Binary files /dev/null and b/static/images/social/Uninstall-DbaSqlWatch.png differ
diff --git a/static/images/social/Unregister-DbatoolsConfig.png b/static/images/social/Unregister-DbatoolsConfig.png
new file mode 100644
index 00000000..5f92c333
Binary files /dev/null and b/static/images/social/Unregister-DbatoolsConfig.png differ
diff --git a/static/images/social/Update-DbaBuildReference.png b/static/images/social/Update-DbaBuildReference.png
new file mode 100644
index 00000000..b16a6b67
Binary files /dev/null and b/static/images/social/Update-DbaBuildReference.png differ
diff --git a/static/images/social/Update-DbaInstance.png b/static/images/social/Update-DbaInstance.png
new file mode 100644
index 00000000..b217c31f
Binary files /dev/null and b/static/images/social/Update-DbaInstance.png differ
diff --git a/static/images/social/Update-DbaMaintenanceSolution.png b/static/images/social/Update-DbaMaintenanceSolution.png
new file mode 100644
index 00000000..78e5b13f
Binary files /dev/null and b/static/images/social/Update-DbaMaintenanceSolution.png differ
diff --git a/static/images/social/Update-DbaServiceAccount.png b/static/images/social/Update-DbaServiceAccount.png
new file mode 100644
index 00000000..f71a318d
Binary files /dev/null and b/static/images/social/Update-DbaServiceAccount.png differ
diff --git a/static/images/social/Update-Dbatools.png b/static/images/social/Update-Dbatools.png
new file mode 100644
index 00000000..ce4e4118
Binary files /dev/null and b/static/images/social/Update-Dbatools.png differ
diff --git a/static/images/social/Watch-DbaDbLogin.png b/static/images/social/Watch-DbaDbLogin.png
new file mode 100644
index 00000000..8652caa1
Binary files /dev/null and b/static/images/social/Watch-DbaDbLogin.png differ
diff --git a/static/images/social/Watch-DbaXESession.png b/static/images/social/Watch-DbaXESession.png
new file mode 100644
index 00000000..738b84da
Binary files /dev/null and b/static/images/social/Watch-DbaXESession.png differ
diff --git a/static/images/social/Write-DbaDbTableData.png b/static/images/social/Write-DbaDbTableData.png
new file mode 100644
index 00000000..c6c1fa01
Binary files /dev/null and b/static/images/social/Write-DbaDbTableData.png differ
diff --git a/static/images/social/default.png b/static/images/social/default.png
new file mode 100644
index 00000000..d8be0720
Binary files /dev/null and b/static/images/social/default.png differ
diff --git a/themes/dbatools2025/layouts/_default/baseof.html b/themes/dbatools2025/layouts/_default/baseof.html
index fe83982f..a0d35a75 100644
--- a/themes/dbatools2025/layouts/_default/baseof.html
+++ b/themes/dbatools2025/layouts/_default/baseof.html
@@ -42,11 +42,20 @@
+
+ {{- $defaultImage := "/images/social/default.png" -}}
+ {{- $socialImage := $defaultImage -}}
+ {{- if .Section | eq "commands" -}}
+ {{- $cmdImage := printf "/images/social/%s.png" .Title -}}
+ {{- $socialImage = $cmdImage -}}
+ {{- end -}}
+
+
diff --git a/thor.png b/thor.png
new file mode 100644
index 00000000..a46f8262
Binary files /dev/null and b/thor.png differ