< Back

Convert-ActiveDirectoryUserToMSPCompleteUser

Sat Jan 11, 2020 2:29 pm

NAME Convert-ActiveDirectoryUserToMSPCompleteUser



SYNOPSIS

This function converts an Active Directory user to a MSPComplete user.





SYNTAX

Convert-ActiveDirectoryUserToMSPCompleteUser [-User] <PSObject> [<CommonParameters>]





DESCRIPTION

This function converts an Active Directory user to a MSPComplete user.

The conversion is done by mapping the Active Directory user's properties to the MSPComplete

user's properties and extended properties.





PARAMETERS

-User <PSObject>

The Active Directory user



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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

System.Management.Automation.PSObject







RELATED LINKS