< Back

Compare-ActiveDirectoryGroups

Sat Jan 11, 2020 2:28 pm

NAME Compare-ActiveDirectoryGroups



SYNOPSIS

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





SYNTAX

Compare-ActiveDirectoryGroups -referenceGroup <PSObject> -comparisonGroup <PSObject> [-outputStream <String>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-referenceGroup <PSObject>

The Active Directory group used as the reference object.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-comparisonGroup <PSObject>

The Active Directory group 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