Skip to content

Commit 2f7eced

Browse files
authored
Merge pull request MicrosoftDocs#1628 from Microsoft/FromPrivateRepo
From private repo
2 parents abe2b11 + f430cf9 commit 2f7eced

File tree

230 files changed

+4606
-2027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+4606
-2027
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 04/27/2017
16+
ms.date: 05/04/2017
1717
ms.author: rodejo
1818

1919
---
2020
# Azure Active Directory cmdlets for configuring group settings
2121

2222
> [!IMPORTANT]
23-
> This content applies only to Unified groups, also known as Office 365 groups. These cmdlets are in Public Preview at this moment.
23+
> This content applies only to Unified groups, also known as Office 365 groups.
2424
2525
Office 365 Groups settings are configured using a Settings object and a SettingsTemplate object. Initially, you will not see any Settings objects in your directory. This means 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 group settings for your directory, you will use the template named "Group.Unified". To configure group settings on a single group, use the template named "Group.Unified.Guest". This template is used to manage guest access to a group.
2626

27-
The cmdlets are part of the Azure Active Directory PowerShell V2 module. For more information about this module and for instructions how to download and install the module on your computer, please refer to [Azure Active Directory PowerShell Version 2](https://docs.microsoft.com/powershell/azuread/). Please note that since these cmdlets are in public preview right now you will need to install the preview release of the module, which can be found [here](https://www.powershellgallery.com/packages/AzureADPreview/2.0.0.85).
27+
The cmdlets are part of the Azure Active Directory PowerShell V2 module. For more information about this module and for instructions how to download and install the module on your computer, please refer to [Azure Active Directory PowerShell Version 2](https://docs.microsoft.com/powershell/azuread/). You can install the version 2 release of the module from [here](https://www.powershellgallery.com/packages/AzureAD/).
2828

2929
## Retrieve a specific settings value
3030
If you know the name of the setting you want to retrieve, you can use the below cmdlet to retrieve the current setttings value. In this example we're retrieving the value for a setting named "UsageGuidelinesUrl". You can read more about directory settings and their names further down in this article.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: article
17-
ms.date: 04/26/2017
17+
ms.date: 05/04/2017
1818
ms.author: curtand;rodejo
1919

2020
---
21-
# Azure Active Directory preview cmdlets for group management
21+
# Azure Active Directory version 2 cmdlets for group management
2222
> [!div class="op_single_selector"]
2323
> * [Azure portal](active-directory-groups-create-azure-portal.md)
2424
> * [Azure classic portal](active-directory-accessmanagement-manage-groups.md)
2525
> * [PowerShell](active-directory-accessmanagement-groups-settings-v2-cmdlets.md)
2626
>
2727
>
2828
29-
The following document will provide you with examples of how to use PowerShell to manage your groups in Azure Active Directory (Azure AD). It also provides information on how to get set up with the Azure AD PowerShell preview module. First, you must [download the Azure AD PowerShell module](https://www.powershellgallery.com/packages/AzureAD/).
29+
The following document will provide you with examples of how to use PowerShell to manage your groups in Azure Active Directory (Azure AD). It also provides information on how to get set up with the Azure AD PowerShell module. First, you must [download the Azure AD PowerShell module](https://www.powershellgallery.com/packages/AzureAD/).
3030

3131
## Installing the Azure AD PowerShell module
3232
To install the AzureAD PowerShell module, use the following commands:
3333

3434
PS C:\Windows\system32> install-module azuread
3535

36-
To verify that the preview module was installed, use the following command:
36+
To verify that the module was installed, use the following command:
3737

38-
PS C:\Windows\system32> get-module azureadpreview
38+
PS C:\Windows\system32> get-module azuread
3939

40-
ModuleType Version Name ExportedCommands
41-
---------- ------- ---- ----------------
42-
Binary 1.1.146.0 azureadpreview {Add-AzureADAdministrati...}
40+
ModuleType Version Name ExportedCommands
41+
---------- --------- ---- ----------------
42+
Binary 2.0.0.115 azuread {Add-AzureADAdministrati...}
4343

4444
Now you can start using the cmdlets in the module. For a full description of the cmdlets in the Azure AD module, please refer to the [online reference documentation](/powershell/azure/install-adv2?view=azureadps-2.0).
4545

articles/active-directory/active-directory-add-domain-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 10/04/2016
16+
ms.date: 05/04/2017
1717
ms.author: curtand;jeffsta
1818

1919
---
@@ -52,7 +52,7 @@ A domain name must be verified in Azure AD before it can be used by another Micr
5252
An Azure web app uses its own mechanism to verify ownership of a domain. A domain must be verified for use with Azure AD even if it has been previously verified for use by an Azure web app in a subscription that relies on that Azure AD. An Azure web app can use a domain name that has been verified in a different directory from the directory that secures the web app.
5353

5454
## Managing domain names
55-
Domain management tasks can be completed from the Azure classic portal and from PowerShell. Many tasks can be completed using the Azure AD Graph API (in public preview).
55+
Domain management tasks can be completed from the Azure classic portal and from PowerShell. Many tasks can be completed using the Azure AD Graph API.
5656

5757
* [Adding and verifying a custom domain name](active-directory-add-domain.md)
5858
* [Managing domains in the Azure classic portal](active-directory-add-manage-domain-names.md)

articles/active-directory/active-directory-add-manage-domain-names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 10/04/2016
16+
ms.date: 05/04/2017
1717
ms.author: curtand;jeffsta
1818

1919
---
@@ -55,7 +55,7 @@ To delete a custom domain name, you must first ensure that no resources in your
5555
You must change or delete any such resource in your Azure AD directory before you can delete the custom domain name.
5656

5757
## Use PowerShell or Graph API to manage domain names
58-
Most management tasks for domain names in Azure Active Directory can also be completed using Microsoft PowerShell, or programmatically using Azure AD Graph API (in public preview).
58+
Most management tasks for domain names in Azure Active Directory can also be completed using Microsoft PowerShell, or programmatically using Azure AD Graph API.
5959

6060
* [Using PowerShell to manage domain names in Azure AD](https://msdn.microsoft.com/library/azure/e1ef403f-3347-4409-8f46-d72dafa116e0#BKMK_ManageDomains)
6161
* [Using Graph API to manage domain names in Azure AD](https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/domains-operations)

articles/active-directory/active-directory-administrative-units-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 02/13/2017
16+
ms.date: 05/04/2017
1717
ms.author: curtand
1818

1919
---
@@ -27,7 +27,7 @@ This is useful in organizations with independent divisions, for example, a large
2727
>
2828
>
2929
30-
From the central administrator’s point of view, an administrative unit is a directory object that can be created and populated with resources. **In this release, these resources can be only users.** Once created and populated, the administrative unit can be used as a scope to restrict the granted permission only over resources contained in the administrative unit.
30+
From the central administrator’s point of view, an administrative unit is a directory object that can be created and populated with resources. **In this preview release, these resources can be only users.** Once created and populated, the administrative unit can be used as a scope to restrict the granted permission only over resources contained in the administrative unit.
3131

3232
## Managing administrative units
3333
In this preview release, you can create and manage administrative units using the Azure Active Directory Module for Windows PowerShell cmdlets.

articles/active-directory/active-directory-application-proxy-connectors-azure-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 02/22/2017
15+
ms.date: 05/04/2017
1616
ms.author: kgremban
1717

1818
ms.custom: H1Hack27Feb2017
1919
---
2020

21-
# Publish applications on separate networks and locations using connector groups - Public preview
21+
# Publish applications on separate networks and locations using connector groups
2222
> [!div class="op_single_selector"]
2323
> * [Azure portal](active-directory-application-proxy-connectors-azure-portal.md)
2424
> * [Azure classic portal](active-directory-application-proxy-connectors.md)
2525
>
2626
2727
## Azure AD Application Proxy and connector groups
2828

29-
Customers utilize Azure AD's Application Proxy for more and more scenarios and applications. So we've made App Proxy even more flexible by enabling more topologies. You can create Application Proxy connector groups – a new capability to assign specific connectors to serve specific applications. This capability generates many use cases for Application Proxy that were not possible before. During the private preview phase, we witnessed large customers enabling connector groups to boost their live Application Proxy deployments.
29+
Customers utilize Azure AD's Application Proxy for more and more scenarios and applications. So we've made App Proxy even more flexible by enabling more topologies. You can create Application Proxy connector groups – a new capability to assign specific connectors to serve specific applications. This capability generates many use cases for Application Proxy that were not possible before.
3030

3131
The basic concept is that each Application Proxy connector is assigned to a connector group. All the connectors that belong to the same connector group act as a separate group for high-availability and load balancing. By default, all connectors belong to a default group. The admin can create new groups and change these assignments in the Azure portal.
3232

articles/active-directory/active-directory-application-proxy-publish.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: get-started-article
16-
ms.date: 04/20/2017
16+
ms.date: 05/04/2017
1717
ms.author: kgremban
1818

1919
---
@@ -26,9 +26,7 @@ ms.author: kgremban
2626
Azure AD Application Proxy helps you support remote workers by publishing on-premises applications to be accessed over the internet. By this point, you should already have [enabled Application Proxy in the Azure classic portal](active-directory-application-proxy-enable.md). This article walks you through the steps to publish applications that are running on your local network and provide secure remote access from outside your network. After you complete this article, you'll be ready to configure the application with personalized information or security requirements.
2727

2828
> [!NOTE]
29-
> Application Proxy is a feature that is available only if you upgraded to the Premium or Basic edition of Azure Active Directory. For more information, see [Azure Active Directory editions](active-directory-editions.md).
30-
31-
If you want to use the Application Proxy public preview, you can [Publish applications in the Azure portal](application-proxy-publish-azure-portal.md).
29+
> Application Proxy is a feature that is available only if you upgraded to the Premium or Basic edition of Azure Active Directory. For more information, see [Azure Active Directory editions](active-directory-editions.md). If you want to use Application Proxy, you can [Publish applications in the Azure portal](application-proxy-publish-azure-portal.md).
3230
3331
## Publish an app using the wizard
3432
1. Sign in as an administrator in the [Azure classic portal](https://manage.windowsazure.com/).

articles/active-directory/active-directory-apps-index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 02/22/2017
15+
ms.date: 05/04/2017
1616
ms.author: markvi
1717

1818
---
@@ -164,16 +164,16 @@ To help you manage who should have access to which resources, Azure Active Direc
164164
Group-based application access management is available for [Azure AD Basic](https://azure.microsoft.com/pricing/details/active-directory/) and [Azure AD Premium](https://azure.microsoft.com/pricing/details/active-directory/). Self-service group management, self-service application management, and dynamic groups are [Azure AD Premium](https://azure.microsoft.com/pricing/details/active-directory/) features.
165165

166166
### B2B Collaboration: Enable partner access to applications
167-
If your business has partnered with other companies, it's likely that you need to manage partner access to your corporate applications. Azure Active Directory B2B Collaboration provides an easy and secure way to share your apps with partners. This feature is currently in preview.
167+
If your business has partnered with other companies, it's likely that you need to manage partner access to your corporate applications. Azure Active Directory B2B Collaboration provides an easy and secure way to share your apps with partners.
168168

169169
| Article Guide | |
170170
|:---:| --- |
171171
| An overview of different Azure AD features that can help you manage external users such as partners, customers, etc. |[Comparing Capabilities for Managing External Identities in Azure AD](active-directory-b2b-compare-external-identities.md) |
172-
| An introduction to B2B Collaboration preview and how to get started |[Simple, Secure, Cloud Partner Integration with Azure AD](active-directory-b2b-what-is-azure-ad-b2b.md)<br /><br />[Azure Active Directory B2B Collaboration](active-directory-b2b-collaboration-overview.md) |
173-
| A deeper dive into Azure AD B2B Collaboration and how to use it |[B2B Collaboration: How it works](active-directory-b2b-how-it-works.md)<br /><br />[Current Limitations of Azure AD B2B Collaboration Preview](active-directory-b2b-current-preview-limitations.md)<br /><br />[Detailed walkthrough of using Azure AD B2B Collaboration Preview](active-directory-b2b-detailed-walkthrough.md) |
172+
| An introduction to B2B Collaboration and how to get started |[Simple, Secure, Cloud Partner Integration with Azure AD](active-directory-b2b-what-is-azure-ad-b2b.md)<br /><br />[Azure Active Directory B2B Collaboration](active-directory-b2b-collaboration-overview.md) |
173+
| A deeper dive into Azure AD B2B Collaboration and how to use it |[B2B Collaboration: How it works](active-directory-b2b-how-it-works.md)<br /><br />[Current Limitations of Azure AD B2B Collaboration](active-directory-b2b-current-limitations.md)<br /><br />[Detailed walkthrough of using Azure AD B2B Collaboration](active-directory-b2b-detailed-walkthrough.md) |
174174
| Reference articles with technical details on how Azure AD B2B Collaboration works |[CSV File Format for Adding Partner Users](active-directory-b2b-references-csv-file-format.md)<br /><br />[User Attributes Affected by Azure AD B2B Collaboration](active-directory-b2b-references-external-user-object-attribute-changes.md)<br /><br />[User Token Format for Partner Users](active-directory-b2b-references-external-user-token-format.md) |
175175

176-
The B2B Collaboration preview is currently available for [all editions of Azure Active Directory](https://azure.microsoft.com/pricing/details/active-directory/).
176+
B2B Collaboration is currently available for [all editions of Azure Active Directory](https://azure.microsoft.com/pricing/details/active-directory/).
177177

178178
### Access Panel: A portal for accessing apps and self-service features
179179
The Azure AD Access Panel is where end-users can launch their apps and access the self-service features that allow them to manage their apps and group memberships. In addition to the Access Panel, other options for accessing SSO-enabled apps are included in the list below.

articles/active-directory/active-directory-assign-admin-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 04/27/2017
16+
ms.date: 05/04/2017
1717
ms.author: curtand
1818

1919
---

articles/active-directory/active-directory-b2b-current-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Limitations of Azure Active Directory B2B collaboration | Microsoft Docs
3-
description: Current limitations for Azure Active Directory B2B collaboration preview
3+
description: Current limitations for Azure Active Directory B2B collaboration
44
services: active-directory
55
documentationcenter: ''
66
author: sasubram
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: identity
17-
ms.date: 04/12/2017
17+
ms.date: 05/04/2017
1818
ms.author: sasubram
1919

2020
---

0 commit comments

Comments
 (0)