Skip to content

New-RscMssqlExport - muiti file restore  #2

@21-MAR

Description

@21-MAR

Get the Target Instance Information
$HostName = "rp-sql19s-001.perf.rubrik.com"
$TargetMssqlInstance = Get-RscMssqlInstance -RscCluster $RscCluster -HostName $HostName

Can you add -InstanceName so we can narrow down a multi instance?

Also Get-RscMssqlInstance -RscCluster $RscCluster -HostName $HostnameS
we get the following error: Get-RscMssqlInstance: A parameter cannot be found that matches parameter name 'HostName'.

$($($((Get-RSCMSsqlInstance -List | Where-Object -FilterScript {$.Name -eq $HostnameT}).PhysicalChildConnection).Nodes) | Where-Object -FilterScript {$.Name -ne $null})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions