Comments on: building an inventory view of SQL Servers with dbatools https://dbatools.io/building-an-inventory/ the community's sql powershell module Wed, 11 Mar 2020 18:43:31 +0000 hourly 1 https://wordpress.org/?v=5.3.4 By: Al https://dbatools.io/building-an-inventory/#comment-79667 Wed, 11 Mar 2020 18:43:31 +0000 https://dbatools.io/?p=9595#comment-79667 Hi Andreas,

Very nice script, is it possible to add disk capacity information?

]]>
By: garrett devine https://dbatools.io/building-an-inventory/#comment-79388 Thu, 30 Jan 2020 00:02:35 +0000 https://dbatools.io/?p=9595#comment-79388 is it possible to write this using sql authentication? I tried this

$Credential = Get-Credential sa
….
$rawData = $ServerList | Connect-DbaInstance -SqlCredential $Credential

but it does not like the “-SqlCredential $Credential” part

]]>
By: Cor Perlee https://dbatools.io/building-an-inventory/#comment-78403 Thu, 02 Jan 2020 10:46:28 +0000 https://dbatools.io/?p=9595#comment-78403 Hi Andreas,

I am trying to incorporate the Get-DbaWsfcRole command in the script but having no succes.
Could you provide an example of this?

Best regards,

Cor Perlee

]]>
By: Cor Perlee https://dbatools.io/building-an-inventory/#comment-78397 Thu, 02 Jan 2020 07:36:01 +0000 https://dbatools.io/?p=9595#comment-78397 Thanks Andreas!

Happy New Year!

Best regards,

Cor

]]>
By: Andreas https://dbatools.io/building-an-inventory/#comment-78099 Tue, 24 Dec 2019 13:45:46 +0000 https://dbatools.io/?p=9595#comment-78099 Hi Cor,

thanks and a Merry Christmas to you!
Sure there is. Start with the Get-DbaWsfcCluster and Get-DbaWsfcRole commands, they will give you most of what you need.
Best regards
Andreas

]]>
By: Cor Perlee https://dbatools.io/building-an-inventory/#comment-78098 Tue, 24 Dec 2019 13:41:15 +0000 https://dbatools.io/?p=9595#comment-78098 Hi Andreas

Love your script!
Is there a way to get the clustername and Roles of ‘ normal’ SQL clusters in stead of just AG’s?

Best regards,

Cor Perlee

]]>
By: Andreas https://dbatools.io/building-an-inventory/#comment-77809 Mon, 16 Dec 2019 09:08:03 +0000 https://dbatools.io/?p=9595#comment-77809 BK, yes. Absolutely

]]>
By: BK https://dbatools.io/building-an-inventory/#comment-77657 Wed, 11 Dec 2019 04:41:04 +0000 https://dbatools.io/?p=9595#comment-77657 Hi Eric, Thank you for providing such great stuff. Can we insert the data into SQL table and then send a email to DBA team .

]]>
By: Eric https://dbatools.io/building-an-inventory/#comment-73288 Thu, 05 Sep 2019 09:25:54 +0000 https://dbatools.io/?p=9595#comment-73288 great thanks, i need to change my glasses by a loope 😉

]]>
By: Andreas https://dbatools.io/building-an-inventory/#comment-73286 Thu, 05 Sep 2019 09:14:37 +0000 https://dbatools.io/?p=9595#comment-73286 Eric, if you follow the link to the GitHub repo at the end of the article, you will find a default css file

]]>