4
I have a website and I need to create sub-sites dynamically because they are many customers and I tried to use powershell for this, but I can only create a Collection site. Example:
new-SPOSite -url httl://url.sharepoint.com/douglas -owner [email protected]
This he creates my site all right but need to create sub-sites, example:
httl://url.sharepoint.com/douglas/cliente1
httl://url.sharepoint.com/douglas/cliente2
httl://url.sharepoint.com/douglas/cliente3
httl://url.sharepoint.com/douglas/cliente4
That way it doesn’t work and I can’t find an explanation or a way to do it. Creating manually is out of the question as there are many customers and more and more requests come for it.
I haven’t found a solution even on google. Someone can help?
Thank you.
+1. Now, as far as I know, Powershell for Sharepoint Online is a work in progress. I hope that in the future this will be possible.
– Oralista de Sistemas