investigated...
...so i have trailing slashes in my site collection urls as specified in xml config.
The line that checks if the site collection already exists is not forgiving of this trailing slash:
$getSPSiteCollection = Get-SPSite -Limit ALL | Where-Object {$_.Url -eq $siteURL}
Can I submit a pull request to fix this?
-Brian
...so i have trailing slashes in my site collection urls as specified in xml config.
The line that checks if the site collection already exists is not forgiving of this trailing slash:
$getSPSiteCollection = Get-SPSite -Limit ALL | Where-Object {$_.Url -eq $siteURL}
Can I submit a pull request to fix this?
-Brian