Get-RubrikUnmanagedObject
SYNOPSIS
Retrieves details on one or more unmanaged objects known to a Rubrik cluster
SYNTAX
DESCRIPTION
The Get-RubrikUnmanagedObject cmdlet is used to pull details on any unmanaged objects that has been stored in the cluster In most cases, this will be on-demand snapshots that are associated with an object (virtual machine, fileset, database, etc.)
EXAMPLES
EXAMPLE 1
This will return details on any filesets applied to Windows Servers that have unmanaged snapshots associated
EXAMPLE 2
This will return details on any objects named "Server1" that are currently unprotected and have unmanaged snapshots associated
PARAMETERS
-Name
Search object by object name.
-Status
Filter by the type of the object. If not specified, will return all objects. Valid attributes are Protected, Relic and Unprotected
-Type
The type of the unmanaged object. This may be VirtualMachine, MssqlDatabase, LinuxFileset, or WindowsFileset.
-Server
Rubrik server IP or FQDN
-api
API version
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl
RELATED LINKS
Last updated