< Back

Compare-ActiveDirectoryUsers

Sat Jan 11, 2020 2:29 pm

NAME Compare-ActiveDirectoryUsers



SYNOPSIS

This function compares two Active Directory user objects and returns if the objects are equivalent.





SYNTAX

Compare-ActiveDirectoryUsers -referenceUser <PSObject> -comparisonUser <PSObject> [-outputStream <String>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-referenceUser <PSObject>

The Active Directory user used as the reference object.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-comparisonUser <PSObject>

The Active Directory user used as the comparison object.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-outputStream <String>

Select the stream where the messages will be directed.



Required? false

Position? named

Default value Error

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

System.Boolean







RELATED LINKS