Skip to content

Commit

Permalink
Remove -GroupByRecord switch.
Browse files Browse the repository at this point in the history
It was never implemented.
  • Loading branch information
rhymeswithmogul committed Jan 18, 2024
1 parent 8803a08 commit b05844c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 1 addition & 16 deletions man/en-US/Test-ExchangeOnlineRecords.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Verifies a domain's Exchange Online DNS records are all correct.
## SYNTAX

```
Test-ExchangeOnlineRecords [-DomainName] <String[]> [-GroupByRecord] [-DANERequired] [<CommonParameters>]
Test-ExchangeOnlineRecords [-DomainName] <String[]> [-DANERequired] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -54,21 +54,6 @@ Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```

### -GroupByRecord
{{ Fill GroupByRecord Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -DANERequired
Specify this switch to print a warning if the DNSSEC/DANE-enabled MX endpoints are not in use. Without this switch, either the non-secure or secure MX names will be considered good.

Expand Down
2 changes: 0 additions & 2 deletions src/Office365DnsChecker.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ Function Test-ExchangeOnlineRecords
[ValidateNotNullOrEmpty()]
[String[]] $DomainName,

[Switch] $GroupByRecord,

[Switch] $DANERequired
)

Expand Down

0 comments on commit b05844c

Please sign in to comment.