-
Notifications
You must be signed in to change notification settings - Fork 0
Compare EmMgClass
external help file: MemPolicyManager-help.xml Module Name: MemPolicyManager online version: https://criticalsolutionsnetwork.github.io/MemPolicyManager/#Compare-EmMgClass schema: 2.0.0
Compares two PowerShell classes and outputs their differences.
Compare-EmMgClass [-Class1] <Type> [-Class2] <Type> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Compare-EmMgClass cmdlet compares the properties and methods of two specified PowerShell classes. It outputs the differences between the classes, if any, or indicates if the classes are identical.
Compare-EmMgClass -Class1 [ClassA] -Class2 [ClassB]
This example compares ClassA and ClassB, outputting their differences in properties and methods.
The first class to compare. This parameter is mandatory.
Type: Type
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe second class to compare. This parameter is mandatory.
Type: Type
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
The cmdlet uses the Compare-Object cmdlet to compare properties and methods of the specified classes.
https://criticalsolutionsnetwork.github.io/MemPolicyManager/#Compare-EmMgClass