Add-AADAppRoleAssignment

SYNOPSIS

Adds an Azure AD App Role Assignment for the given user to the given servcie principal

SYNTAX

Add-AADAppRoleAssignment [-ServicePrincipal] <Object[]> [-User] <Object[]> [[-BaseURL] <String>]
 [[-APIVersion] <String>] [[-RoleID] <String>] [-WhatIf] [-Confirm]

DESCRIPTION

Adds an Azure AD App Role Assignment for the given user to the given servcie principal

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Add-AADAppRoleAssignment -ServicePrincipal $AADServicePrincipal -User $AADUser

PARAMETERS

-ServicePrincipal

MSGraphAPI.DirectoryObject.ServicePrincipal retruned by the Get-AADServicePrincipal* cmdlets

Type: Object[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-User

MSGraphAPI.DirectoryObject.User object returnedfrom the Get-AADUser* cmdltes

Type: Object[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-BaseURL

The Azure AD Graph Base URL. This is not required. Deafult https://graph.windows.net

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 3
Default value: Https://graph.windows.net
Accept pipeline input: False
Accept wildcard characters: False

-APIVersion

version og the API to use. Default is 1.6

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 4
Default value: 1.6
Accept pipeline input: False
Accept wildcard characters: False

-RoleID

This is the Role ID that will be added for the user. The dafault is 00000000-0000-0000-0000-000000000000

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 5
Default value: 00000000-0000-0000-0000-000000000000
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

MSGraphAPI.DirectoryObject.AppRoleAssignment

NOTES

http://psmsgraph.readthedocs.io/en/latest/functions/Add-AADAppRoleAssignment

http://psmsgraph.readthedocs.io/en/latest/functions/Remove-AADAppRoleAssignment

http://psmsgraph.readthedocs.io/en/latest/functions/Get-AADUserAppRoleAssignment

http://psmsgraph.readthedocs.io/en/latest/functions/Get-AADServicePrincipalAppRoleAssignedTo