You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lines 209 - 211, and 237 - 240 don't currently work if being used by someone within an organization that doesn't have global permissions.
$GetRubrikHost = @{
Name = $GetRubrikSQLInstance.HostName
}
Would it make sense to replace it with something like this until the organization admins have the ability to refresh hosts:
Lines 209 - 211, and 237 - 240 don't currently work if being used by someone within an organization that doesn't have global permissions.
$GetRubrikHost = @{
Name = $GetRubrikSQLInstance.HostName
}
Would it make sense to replace it with something like this until the organization admins have the ability to refresh hosts:
New-RubrikHost -Name $GetRubrikSQLInstance.HostName
The text was updated successfully, but these errors were encountered: