Aug 31 2016 10:41 PM
Aug 31 2016 10:41 PM
Does anyone know if there is a way to programatically create the Office 365 Group File Store / Site Collection. Can obviously automate thegrou creation via New-UnifiedGroup. Plan is to create the site collection as well, add content types etc and fully automate the process. Just need to know if you can create the Group Site Collection?
Sep 01 2016 01:07 AM
Sep 01 2016 02:25 AM
Sep 01 2016 04:27 AM
See, what I am wanting to acheive is Group Functionality but the ability to provision Content Types and Site Columns to the Document Library. @darrellaas @jcgonzalezmartin
Sep 01 2016 01:23 PM
Sep 01 2016 01:27 PM
Yeah was just thinking that. Hopfuly once the functionality hits, where a Group get a Team Site by default then that site is auto provisioned. This would be brilliant.
In my case this is brilliant for managing projects. The last thing I need for this to be a killer is for that site to be there when the groups is created so I can add some CTypes and Site Columns......Bring it on!!!!!!
Sep 01 2016 08:15 PM
Sep 01 2016 08:34 PM
Let's hope that when Groups get a Team Site by default then the site will actually be provisioned without any interaction. @Mark-Kashman any news on that process?
Oct 11 2016 07:00 AM - edited Oct 11 2016 07:01 AM
Hi David - is it this kind of code you are using:
$group = Get-UnifiedGroup -Identity "ALIAS"
$extDirId = $newGroup.ExternalDirectoryObjectId
$url = "https://TENANT.sharepoint.com/_layouts/15/groupstatus.aspx?id=" + $extDirId + "&target=documents" $wr = Invoke-WebRequest -Credential $creds -Uri $url
Oct 11 2016 07:21 AM
Oct 11 2016 07:25 AM