< Back

Add-AdminPowerAppsSyncUser

Sat Jan 18, 2020 3:44 pm

NAME Add-AdminPowerAppsSyncUser



SYNOPSIS

Adds a user to the CRM database.





SYNTAX

Add-AdminPowerAppsSyncUser -EnvironmentName <String> -PrincipalObjectId <String> [-ApiVersion <String>]

[<CommonParameters>]





DESCRIPTION

Add-AdminPowerAppsSyncUser cmdlet adds a user to the CRM database.

Use Get-Help Add-AdminPowerAppsSyncUser -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

The Environment's identifier.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-PrincipalObjectId <String>

The objectId of a user to be added.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>

Specifies the Api version that is called.



Required? false

Position? named

Default value 2019-05-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



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



PS C:\\>Add-AdminPowerAppsSyncUser -EnvironmentName 8c02d657-ad72-4bb9-97c5-afedc4bcf24b -PrincipalObjectId

24a5b286-2abe-46b4-9ba5-9de73169ab9c



Add the user (24a5b286-2abe-46b4-9ba5-9de73169ab9c) to the CRM database which is linked in environment

8c02d657-ad72-4bb9-97c5-afedc4bcf24b.











RELATED LINKS