Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConvertTo-SPSite on SharePoint 2016 #5

Open
nvassi opened this issue Oct 11, 2018 · 3 comments
Open

ConvertTo-SPSite on SharePoint 2016 #5

nvassi opened this issue Oct 11, 2018 · 3 comments

Comments

@nvassi
Copy link

nvassi commented Oct 11, 2018

Do you have any idea how to solve this error, any help will be appreciated
Error: ConvertTo-SPSite : Value cannot be null. Parameter name: uriString

Get-SPWeb "https://portalurl/000144_C" | ConvertTo-SPSite -TargetUrl "https://portalurl/services/projects/000144_C" -OwnerLogin domain\user

@ike08
Copy link

ike08 commented Nov 14, 2018

I'm having the same problem in SharePoint 2013.

Get-SPWeb http://portal.domain.local/corporate/finance | ConvertTo-SPSite -TargetUrl "http://portal.domain.local/sites/finance" -OwnerLogin domain\spfarm

ConvertTo-SPSite : Value cannot be null.
Parameter name: uriString

@ike08
Copy link

ike08 commented Nov 15, 2018 via email

@nvassi
Copy link
Author

nvassi commented Nov 19, 2018

You are right. the error is still there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants