Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

SQL Server documentation using Powershell

$
0
0
Hi allI have been using SQL Power Doc to document my instances. [url]https://sqlpowerdoc.codeplex.com/wikipage?title=Guide%20For%20PowerShell%20Beginners[/url].I am in the process of running the conversion of the xml files to Excel.Is there a way to do a batch conversion of XML's? I need to be able to feed it all the XML's I've collected and then it needs to convert all of them into separate Excel documents for each server, is this possible? This is the code for the conversion:[code="plain"].\Convert-SqlServerInventoryClixmlToExcel.ps1 -FromPath "C:\Inventory\SQL Server Inventory.xml.gz"[/code]

Viewing all articles
Browse latest Browse all 467

Trending Articles