Skip to content

Commit 6462492

Browse files
authored
Merge pull request #57765 from CelesteDG/patch-58
Added sentence
2 parents f57190f + 8a28a9c commit 6462492

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/develop/howto-reactivate-disabled-acs-namespaces.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ ms.custom: aaddev
2222

2323
On November 2017, we announced that Microsoft Azure Access Control Service (ACS), a service of Azure Active Directory (Azure AD), is being retired on November 7, 2018.
2424

25-
Since then, we've sent multiple emails to the ACS subscriptions’ admin email about the ACS retirement 12 months, 9 months, 6 months, 3 months, 1 month, 2 weeks, 1 week, and 1 day before the retirement date of November 7, 2018.
25+
Since then, we've sent emails to the ACS subscriptions’ admin email about the ACS retirement 12 months, 9 months, 6 months, 3 months, 1 month, 2 weeks, 1 week, and 1 day before the retirement date of November 7, 2018.
2626

27-
On October 3, 2018, we announced (through email and [a blog post](https://azure.microsoft.com/blog/one-month-retirement-notice-access-control-service/)) an extension offer to customers who can't finish their migration before November 7, 2018. The announcement also contained instructions for requesting the extension.
27+
On October 3, 2018, we announced (through email and [a blog post](https://azure.microsoft.com/blog/one-month-retirement-notice-access-control-service/)) an extension offer to customers who can't finish their migration before November 7, 2018. The announcement also had instructions for requesting the extension.
2828

2929
## Why your namespace is disabled
3030

31-
If you haven't opted in for the extension, we will start to disable ACS namespaces starting November 7, 2018. If you missed the communications and would still like to opt in for the extension to February 4, 2019, follow the instructions in the following sections.
31+
If you haven't opted in for the extension, we'll start to disable ACS namespaces starting November 7, 2018. If you missed the communications and would still like to opt in for the extension to February 4, 2019, follow the instructions in the following sections.
3232

3333
> [!NOTE]
3434
> You must be a service administrator or co-administrator of the subscription to run the PowerShell commands and request an extension.
@@ -58,7 +58,9 @@ You can use ACS PowerShell to list all your ACS namespaces and reactivate ones t
5858
```
5959
6060
where `[Command-Name]` is the name of the ACS command.
61-
1. Connect to ACS using the **Connect-AcsAccount** cmdlet.
61+
1. Connect to ACS using the **Connect-AcsAccount** cmdlet.
62+
63+
You may need to change your execution policy by running **Set-ExecutionPolicy** before you can run the command.
6264
1. List your available Azure subscriptions using the **Get-AcsSubscription** cmdlet.
6365
1. List your ACS namespaces using the **Get-AcsNamespace** cmdlet.
6466
1. Confirm that the namespaces are disabled by confirming that `State` is `Disabled`.

0 commit comments

Comments
 (0)