Get-RscMssqlInstance -HostName $HostName -InstanceName DEV01 returns all instances not just the one specified #202
sweatherhogg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I run this:
$HostName = "rp-sql19s-001.demo.rubrik.com"
$RscMssqlInstance = Get-RscMssqlInstance -HostName $HostName -InstanceName DEV01
I would expect the output to be
name id SLA Domain
DEV01 1d26e3d8-934e-4dd0-8b24-1b15bf3305b9 ABC DEV-FULL
and not this
name SLA Domain
DEV01 32c6af1e-36f3-5a8c-827c-5bb8755b1be9 ABC DEV-FULL
DEV02 9dc58434-e8c3-5afc-bd04-6026f31a6a3d ABC DEV-FULL
DEV03 346d9f06-abad-5f86-8170-7ad45c3d9164 ABC DEV-FULL
Was using RubrikSecurityCloud module v1.12.6. Updated to 1.12.7 same issue.
Beta Was this translation helpful? Give feedback.
All reactions