Skip to content

Commit d22e509

Browse files
authored
Merge pull request #24790 from curtand/kair1004
updated the Do Not Use cmdlets
2 parents b2935d0 + d249d0e commit d22e509

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/active-directory/active-directory-accessmanagement-groups-settings-cmdlets.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure group settings using Azure Active Directory cmdlets | Microsoft Docs
2+
title: Configure group settings using PowerShell in Azure Active Directory | Microsoft Docs
33
description: How manage the settings for groups using Azure Active Directory cmdlets
44
services: active-directory
55
documentationcenter: ''
@@ -13,19 +13,16 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 08/09/2017
16+
ms.date: 10/04/2017
1717
ms.author: curtand
1818
ms.reviewer: kairaz.contractor
1919
ms.custom: it-pro;
2020

21-
22-
23-
2421
---
2522
# Azure Active Directory cmdlets for configuring group settings
2623

2724
> [!IMPORTANT]
28-
> This content applies only to Office 365 groups. For more information on how to allow users to create Security groups, set `Set-MSOLCompanySettings -UsersPermissionToCreateGroupsEnabled $True` as described in [Set-MSOLCompanySettings](https://docs.microsoft.com/en-us/powershell/module/msonline/set-msolcompanysettings?view=azureadps-1.0).
25+
> This content applies only to Office 365 groups. For more information on how to allow users to create security groups, set `Set-MSOLCompanySettings -UsersPermissionToCreateGroupsEnabled $True` as described in [Set-MSOLCompanySettings](https://docs.microsoft.com/powershell/module/msonline/set-msolcompanysettings?view=azureadps-1.0).
2926
3027
Office 365 Groups settings are configured using a Settings object and a SettingsTemplate object. Initially, you don't see any Settings objects in your directory, because your directory is configured with the default settings. To change the default settings, you must create a new settings object using a settings template. Settings templates are defined by Microsoft. There are several different settings templates. To configure Office 365 group settings for your directory, you use the template named "Group.Unified". To configure Office 365 group settings on a single group, use the template named "Group.Unified.Guest". This template is used to manage guest access to an Office 365 group.
3128

@@ -94,7 +91,9 @@ Here are the settings defined in the Group.Unified SettingsTemplate.
9491
| <ul><li>UsageGuidelinesUrl<li>Type: String<li>Default: “” |A link to the Group Usage Guidelines. |
9592
| <ul><li>ClassificationDescriptions<li>Type: String<li>Default: “” | A comma-delimited list of classification descriptions. |
9693
| <ul><li>DefaultClassification<li>Type: String<li>Default: “” | The classification that is to be used as the default classification for a group if none was specified.|
97-
| <ul><li>PrefixSuffixNamingRequirement<li>Type: String<li>Default: “” |Not implemented yet
94+
| <ul><li>PrefixSuffixNamingRequirement<li>Type: String<li>Default: “” | Do not use. Not implemented. |
95+
| <ul><li>CustomBlockedWordsList<li>Type: String<li>Default: “” | Do not use. Not implemented. |
96+
| <ul><li>EnableMSStandardBlockedWords<li>Type: Boolean<li>Default: “False” | Do not use
9897
| <ul><li>AllowGuestsToBeGroupOwner<li>Type: Boolean<li>Default: False | Boolean indicating whether or not a guest user can be an owner of groups. |
9998
| <ul><li>AllowGuestsToAccessGroups<li>Type: Boolean<li>Default: True | Boolean indicating whether or not a guest user can have access to Unified groups' content. |
10099
| <ul><li>GuestUsageGuidelinesUrl<li>Type: String<li>Default: “” | The url of a link to the guest usage guidelines. |

0 commit comments

Comments
 (0)