Issue:
Using AutoSPInstallerGUI (0.0.0.23)
Under Tab->Service Applications->UPS
Due to having dedicated WebApps we are leaving the following fields null:
Mysite Host Location:
MySite Managed Path:
Outputs "systems.collections.hashtable" to temp ps1 script without hash table causing the error.
Fix:
Open AutoSPInstallerFunctions.ps1
Change line 3159
from:
$mySiteManagedPathSwitch = @{}
to:
$mySiteManagedPathSwitch = ""
Using AutoSPInstallerGUI (0.0.0.23)
Under Tab->Service Applications->UPS
Due to having dedicated WebApps we are leaving the following fields null:
Mysite Host Location:
MySite Managed Path:
Outputs "systems.collections.hashtable" to temp ps1 script without hash table causing the error.
Fix:
Open AutoSPInstallerFunctions.ps1
Change line 3159
from:
$mySiteManagedPathSwitch = @{}
to:
$mySiteManagedPathSwitch = ""