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
Copy file name to clipboardExpand all lines: NetScaler/NetScaler.psd1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,8 @@ FunctionsToExport = @(
211
211
'Set-NSResponderAction',
212
212
'Set-NSSSLProfile',
213
213
'Set-NSTimeZone',
214
-
'Set-NSVPNVirtualServerTheme'
214
+
'Set-NSVPNVirtualServerTheme',
215
+
'Update-NSAppliance'
215
216
)
216
217
217
218
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
0 commit comments