You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="tabbed-set" data-tabs="2:1"><inputchecked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><labelfor="__tabbed_2_1">CLI for Microsoft 365</label><divclass="tabbed-content"></div>
400
398
</div>
399
+
<inputid="__tabbed_1_2" name="__tabbed_1" type="radio" /><labelfor="__tabbed_1_2">CLI for Microsoft 365</label><divclass="tabbed-content">
<spanclass="normal">3</span></pre></div></td><tdclass="code"><divclass="highlight"><pre><span></span><code><spanclass="c1"># (As there's no CLI command to permanently delete a Group,</span>
404
403
<spanclass="c1"># you'll have to do it through the UI)</span>
<h2id="delete-team-if-necessary">Delete Team (if necessary)</h2>
409
410
<p>Sometimes, once a Group is permanently deleted, the Team still exists. If it's the case and once again, you don't want for the Job to delete it, you can do it yourself. But don't be surprise if the following commands throw an error : maybe the Job has already worked.</p>
410
411
<h3id="delete-team-with-interface">Delete Team with Interface</h3>
@@ -413,18 +414,18 @@ <h3 id="delete-team-with-interface">Delete Team with Interface</h3>
413
414
<p><center><strong>OR</strong></center></p>
414
415
<p><imgalt="alt text" src="../../images/articles/20200211/delete-team-admin.png" title="Delete Team from Admin Interface" /></p>
415
416
<h3id="delete-team-with-code">Delete Team with code</h3>
416
-
<divclass="tabbed-set" data-tabs="3:1"><inputchecked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><labelfor="__tabbed_3_1">Microsoft Teams PowerShell</label><divclass="tabbed-content"></div>
417
-
</div>
417
+
<divclass="tabbed-set" data-tabs="2:1"><inputchecked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><labelfor="__tabbed_2_1">Microsoft Teams PowerShell</label><divclass="tabbed-content">
<h2id="delete-site-collection">Delete Site Collection</h2>
424
426
<p>As I told you before (even if you did the previous steps), if you try to delete the Teams Site from the SharePoint Admin Center, you won't be able to remove it from the Site Collection Recycle Bin (because of the O365 Job Tenant update process).</p>
425
427
<h3id="delete-site-with-code">Delete site with code</h3>
<divclass="tabbed-set" data-tabs="5:1"><inputchecked="checked" id="__tabbed_5_1" name="__tabbed_5" type="radio" /><labelfor="__tabbed_5_1">CLI for Microsoft 365</label><divclass="tabbed-content"></div>
448
448
</div>
449
+
<inputid="__tabbed_3_2" name="__tabbed_3" type="radio" /><labelfor="__tabbed_3_2">CLI for Microsoft 365</label><divclass="tabbed-content">
<p>Et voilà ! You can start over your process until it's ready to use.</p>
462
465
<p>Of course, you could also make those tasks with the SharePoint Online Management Shell or with the Graph API, but here I've covered the most common ways of working with Teams / Group / SharePoint administration.</p>
0 commit comments