Home Forums Programming Powershell SQL Server documentation using Powershell RE: SQL Server documentation using Powershell

  • This might work:

    Get-Items "C:\Source Directory\*.xml" | ForEach-Object {Convert-SqlServerInventoryClixmlToExcel.ps1 -FromPath $_.FullName}

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!