Quantcast
Channel: All Data Protection posts
Viewing all articles
Browse latest Browse all 3495

Re: SnapCenter Data Export

$
0
0

@matte ! You are ingenius :). The following version of the command works! Thank you very very much for the help! That gave me just what I needed.

 

Foreach ($hostname in ((Get-SmHost).Hostname)) { (get-smresources -HostName $hostname -PluginCode SCSQL -UseKnownResources) | Select-Object -Property dbname,dbid >> databases.txt}


Viewing all articles
Browse latest Browse all 3495

Trending Articles