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
Returns all hard-to-manage environments of an Azure DevOps organization
3
+
Returns all hard-to-manage environments of an Azure DevOps organization
4
+
4
5
.DESCRIPTION
5
-
An Azure DevOps automation script that returns all environments of an Azure DevOps organization without an administrator or with only a single user in administrator role
6
+
An Azure DevOps automation script that returns all environments of an Azure DevOps organization without an administrator or with only a single user in administrator role
7
+
6
8
.PARAMETERPersonalAccessToken
7
-
Azure DevOps personal access token (PAT) with the following scopes: User Profile (Read), Project and Team (Read), Build (Read), Environment (Read & manage)
9
+
Azure DevOps personal access token (PAT) with the following scopes: User Profile (Read), Project and Team (Read), Build (Read), Environment (Read & manage)
10
+
8
11
.PARAMETEROrganizationName
9
-
Name of the Azure DevOps organization
12
+
Name of the Azure DevOps organization
13
+
10
14
.PARAMETERPrintToConsole
11
-
If set to true, the output will be printed to the console
15
+
If set to true, the output will be printed to the console
16
+
12
17
.INPUTS
13
-
None
18
+
None
19
+
14
20
.OUTPUTS
15
-
The environments of the given Azure DevOps organization without an administrator or with only a single user in administrator role
21
+
The environments of the given Azure DevOps organization without an administrator or with only a single user in administrator role
[Parameter(Mandatory=$true,Position=0,HelpMessage="Azure DevOps personal access token (PAT) with scopes: User Profile (Read), Project and Team (Read), Build (Read), Environment (Read & manage).")]
0 commit comments