Fix global defaultSsoAdminServers variable
This commit is contained in:
@@ -40,7 +40,7 @@ FunctionsToExport = @('Connect-SsoAdminServer', 'Disconnect-SsoAdminServer', 'Ne
|
||||
CmdletsToExport = @()
|
||||
|
||||
# Variables to export from this module
|
||||
VariablesToExport = '$global:DefaultSsoAdminServers'
|
||||
VariablesToExport = ''
|
||||
|
||||
# Aliases to export from this module
|
||||
AliasesToExport = '*'
|
||||
|
||||
Reference in New Issue
Block a user