Last updated
Last updated
Retrieves details on one or more fileset templates known to a Rubrik cluster
The Get-RubrikFilesetTemplate cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of fileset templates
This will return details on all fileset templates named "Template1"
This will return details on all fileset templates that can be used against a Linux operating system type
This will return details on the fileset template matching id "11111111-2222-3333-4444-555555555555"
Retrieve fileset templates with a name matching the provided name. The search is performed as a case-insensitive infix search.
Filter the summary information based on the operating system type of the fileset. Accepted values: 'Windows', 'Linux'
Filter the summary information based on the share type of the fileset. Accepted values: 'NFS', 'SMB'
Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use 'local' as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.
The ID of the fileset template
Rubrik server IP or FQDN
API version
Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .