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
Copy file name to clipboardExpand all lines: articles/active-directory/develop/howto-reactivate-disabled-acs-namespaces.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ ms.custom: aaddev
22
22
23
23
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.
24
24
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.
26
26
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.
28
28
29
29
## Why your namespace is disabled
30
30
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.
32
32
33
33
> [!NOTE]
34
34
> 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
58
58
```
59
59
60
60
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.
62
64
1. List your available Azure subscriptions using the **Get-AcsSubscription** cmdlet.
63
65
1. List your ACS namespaces using the **Get-AcsNamespace** cmdlet.
64
66
1. Confirm that the namespaces are disabled by confirming that `State` is `Disabled`.
0 commit comments