Hi ,
I am using invoke-sqlcmd cmdlet to fetch the data initially then use that data to fetch other details (looping through these details)
code:
Import-module sqlpls
$instance = <servername>
$server = New-Object Microsoft.SqlServer.Manageme
↧