Configuration driven Active Directory management.
Compares two access rules with each other.
Test-AdcAccessRuleEquality [[-Rule1] <Object>] [[-Rule2] <Object>] [[-Parameters] <Object>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Compares two access rules with each other.
Test-AdcAccessRuleEquality -Rule1 $rule -Rule2 $rule2
Compares $rule with $rule2
The first rule to compare
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The second rule to compare
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Hashtable containing server and credential informations.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.