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
- Get-RscWorkload cmdlet - Retrieves information about any supported workload type, with various filtering capabilities.
15
-
- Get-RscVmwareVm - Added -Relic switch. Use -Relic:$false to filter out Relics. -Relic will return only Relics. No usage of -Relic will return all (default operation). -Name parameter is now position 0, so you don't have to specify -Name.
16
-
- Get-RscNutanixVm - New cmdlet to get Nutanix VMs
17
-
- Register-RscRubrikBackupService - New cmdlet to register RBS on VMs
18
-
- Get-RscRole - Gets list of RSC Roles
19
-
- Get-RscPermission - Gets list of RSC Permissions from Role
20
-
- New-RscPermission - Creates new RSC Permission object
21
-
- Merge-RscPermission - Merges an RSC Permission object into a Role object
22
-
- Set-RscRole - Updates a Role in RSC with a Role object
23
-
- New-RscSla - Now accepts -DailySchedule as a parameter
24
+
25
+
- Get-RscWorkload cmdlet - Retrieves information about any supported workload type, with various filtering capabilities.
26
+
- Get-RscVmwareVm - Added -Relic switch. Use -Relic:$false to filter out Relics. -Relic will return only Relics. No usage of -Relic will return all (default operation). -Name parameter is now position 0, so you don't have to specify -Name.
27
+
- Get-RscNutanixVm - New cmdlet to get Nutanix VMs
28
+
- Register-RscRubrikBackupService - New cmdlet to register RBS on VMs
29
+
- Get-RscRole - Gets list of RSC Roles
30
+
- Get-RscPermission - Gets list of RSC Permissions from Role
31
+
- New-RscPermission - Creates new RSC Permission object
32
+
- Merge-RscPermission - Merges an RSC Permission object into a Role object
33
+
- Set-RscRole - Updates a Role in RSC with a Role object
34
+
- New-RscSla - Now accepts -DailySchedule as a parameter
- Get-RscNasShare - NasShareId parameter has been renamed to Id.
47
62
- Get-RscNasShare no longer accepts NasSystemId. Pass a NAS system type obtained from Get-RscNasSystem to retrieve details of all NAS shares on a NAS system.
48
63
- New-RscNasShare - NasSourceId parameter has been renamed to NasSystemId.
@@ -54,6 +69,7 @@ Schema Update
54
69
## Version 1.2
55
70
56
71
Fixes:
72
+
57
73
- Get-RscSnapshot - Fixed permissions issue.
58
74
- New-RscMutationVsphere -Operation CreateAdvancedTag - Select fields by default.
59
75
@@ -64,6 +80,7 @@ New Features:
64
80
- New-RscNasShare cmdlet (and its companion New-RscNasShareInput cmdlet to build the input arguments).
65
81
66
82
Fixes:
83
+
67
84
- Fix to Get-RscMssqlInstance to address Issue #79
68
85
- Fix to Get-RscMssqlInstance to address Issue #73
69
86
- Fix to Get-RscMssqlDatabase to address Issue #75
@@ -82,9 +99,11 @@ Breaking Changes:
82
99
## Version 1.0
83
100
84
101
New Features:
102
+
85
103
- Set-RscMssqlAvailabilityGroup - Allows for assigning an SLA to an AG
86
104
87
105
Fixes:
106
+
88
107
- Set-RscMssqlDatabase - Fixed issue when setting values for database properties.
89
108
- Get-RscMssqlLogShipping - Fixed issue where RscCluster was always required. Now it is only required when supplying other values.
0 commit comments