< Back

Set-CrmConnectionCallerId

Sat Jan 18, 2020 4:05 pm

NAME Set-CrmConnectionCallerId



SYNOPSIS

Sets CRM Connection CallerId to impersonate.





SYNTAX

Set-CrmConnectionCallerId [-conn <CrmServiceClient>] [-CallerId] <Guid> [<CommonParameters>]





DESCRIPTION

The Set-CrmConnectionCallerId lets you set CRM Connection CallerId to impersonate.





PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CallerId <Guid>

A guid of the User to impersonate.



Required? true

Position? 1

Default value

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









NOTES









-------------------------- Example 1 --------------------------



Set-CrmConnectionCallerId -conn $conn -CallerId 2eded89d-be89-e511-80f0-c4346bc4ef0c



This example sets CRM Connection CallerId to 2eded89d-be89-e511-80f0-c4346bc4ef0c. NOTE THIS WILL CONTINUE TO

IMPERSONATE THE USER UNTIL YOU SET IT BACK TO YOUR OWN USERID.









RELATED LINKS