Skip to content

Commit 940cf35

Browse files
authored
Merge pull request Azure#451 from Azure/master
AzureAD and AzureADPreview updates
2 parents f92564e + 1344543 commit 940cf35

File tree

92 files changed

+10229
-127
lines changed

Some content is hidden

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

92 files changed

+10229
-127
lines changed

azureadps-1.0/MSOnline/AzureActiveDirectory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.custom: iamfeature=PowerShell
1212
# MSOnline Module
1313
## Description
1414

15-
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](https://docs.microsoft.com/en-us/powershell/azuread/v2/azureactivedirectory).
15+
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](https://docs.microsoft.com/powershell/azuread/v2/azureactivedirectory).
1616

17-
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](https://docs.microsoft.com/en-us/powershell/azure/active-directory/overview?view=azureadps-1.0).
17+
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-1.0).
1818

1919
This topic displays help topics for the Azure Active Directory MSOnline module.
2020

@@ -446,6 +446,6 @@ These include the following:
446446

447447
## See Also
448448

449-
[Administering your Azure AD directory](https://msdn.microsoft.com/en-us/library/azure/hh967611(v=azure.98).aspx)
449+
[Administering your Azure AD directory](https://msdn.microsoft.com/library/azure/hh967611(v=azure.98).aspx)
450450

451-
[Install Windows PowerShell for directory synchronization](https://msdn.microsoft.com/en-us/library/azure/jj151828(v=azure.98).aspx)
451+
[Install Windows PowerShell for directory synchronization](https://msdn.microsoft.com/library/azure/jj151828(v=azure.98).aspx)
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
3+
Module Name: AzureADPreview
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-AzureADMSApplicationOwner
9+
10+
## SYNOPSIS
11+
Adds an owner for an application object.
12+
13+
## SYNTAX
14+
15+
```
16+
Add-AzureADMSApplicationOwner -ObjectId <String> -RefObjectId <String> [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
Adds an owner for an application object.
21+
22+
## EXAMPLES
23+
24+
### Example 1: Add an owner to an application
25+
```
26+
PS C:\>Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5
27+
```
28+
29+
This command adds an owner to an application.
30+
31+
## PARAMETERS
32+
33+
### -ObjectId
34+
The unique identifier of the object specific Azure Active Directory object
35+
36+
```yaml
37+
Type: String
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: True
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: True (ByPropertyName, ByValue)
45+
Accept wildcard characters: False
46+
```
47+
48+
### -RefObjectId
49+
The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: True (ByPropertyName, ByValue)
60+
Accept wildcard characters: False
61+
```
62+
63+
### CommonParameters
64+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
65+
66+
## INPUTS
67+
68+
### string
69+
## OUTPUTS
70+
71+
## NOTES
72+
73+
## RELATED LINKS
74+
75+
[Get-AzureADMSApplicationOwner]()
76+
77+
[Remove-AzureADMSApplicationOwner]()
78+
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
external help file: Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
3+
Module Name: AzureADPreview
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-AzureADMSServicePrincipalDelegatedPermissionClassification
9+
10+
## SYNOPSIS
11+
Add a classification for a delegated permission.
12+
13+
## SYNTAX
14+
15+
```
16+
Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId <String>
17+
-Classification <ClassificationEnum> -PermissionId <String> -PermissionName <String> [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
The Add-AzureADMSServicePrincipalDelegatedPermissionClassification cmdlet creates a delegated permission classification for the given permission on service principal.
22+
23+
## EXAMPLES
24+
25+
### Example 1: Create Delegated Permission Classification
26+
```
27+
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
28+
29+
Classification : Low
30+
Id : 5XBeIKarUkypdm0tRsSAQwE
31+
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
32+
PermissionName : Sites.Read.All
33+
```
34+
35+
This command creates a delegated permission classification for the given permission on the service principal.
36+
37+
## PARAMETERS
38+
39+
### -ServicePrincipalId
40+
The unique identifier of a service principal object in Azure Active Directory.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: True (ByPropertyName, ByValue)
51+
Accept wildcard characters: False
52+
```
53+
54+
### -PermissionId
55+
The id for a delegated permission.
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: True
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -PermissionName
70+
The name for a delegated permission.
71+
72+
```yaml
73+
Type: String
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: True
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -Classification
85+
The classification for a delegated permission.
86+
This parameter can take one of the following values:
87+
88+
* "Low" - Specifies a classification for a permission as low impact.
89+
* "Medium" - Specifies a classification for a permission as medium impact.
90+
* "High" - Specifies a classification for a permission as high impact.
91+
92+
```yaml
93+
Type: ClassificationEnum
94+
Parameter Sets: (All)
95+
Aliases:
96+
97+
Required: True
98+
Position: Named
99+
Default value: None
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
104+
### CommonParameters
105+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
106+
107+
## INPUTS
108+
109+
## OUTPUTS
110+
111+
### Microsoft.Online.Administration.DelegatedPermissionClassification
112+
## NOTES
113+
## RELATED LINKS

0 commit comments

Comments
 (0)