< Back

Remove-CrmUserManager

Sat Jan 18, 2020 4:05 pm

NAME Remove-CrmUserManager



SYNOPSIS

Removes CRM user's manager.





SYNTAX

Remove-CrmUserManager [-conn <CrmServiceClient>] [-UserId] <Guid> [<CommonParameters>]





DESCRIPTION

The Remove-CrmUserManager lets you remove CRM user's manager.





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



-UserId <Guid>

An Id (guid) of CRM User.



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 --------------------------



Remove-CrmUserManager -conn $conn -UserId 3772fe6e-8a18-e511-80dc-c4346bc42d48



This example removes a manager from a CRM user.







-------------------------- Example 2 --------------------------



Remove-CrmUserManager 3772fe6e-8a18-e511-80dc-c4346bc42d48













RELATED LINKS