Skip to content

Commit

Permalink
Rename Git main branch to "main".
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Jun 1, 2023
1 parent 2695aba commit 53aaffa
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- ENHANCEMENT: The Azure AD client configuration record check now passes if the `msoid` record is missing. As of <time datetime="2023-02-16">early 2023</time>, this DNS record is only required to be set when Office 365 is managed by 21Vianet.
- FIXED: On a small number of configurations, DNS resolution would enter an infinite loop. This would happen if you were running macOS or Linux, and had an alternative implementation of `Resolve-DnsName`. Now, the only cmdlet we'll use is `DnsClient` (if present) before falling back to the built-in DNS resolver.
- Code cleanup.
- Renamed the main Git branch from `master` to `main`.

## Version 1.0.4 (June 1, 2023)
- NEW: Added online help.
Expand Down
7 changes: 4 additions & 3 deletions Office365DnsChecker.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,20 @@ PrivateData = @{
Tags = @('Microsoft365', 'Office365', '365', 'ExchangeOnline', 'SkypeForBusinessOnline', 'MicrosoftTeams', 'DNS', 'AzureAD', 'AAD', 'SPF', 'DKIM', 'ExO', 'Exchange', 'Teams', 'ExchangeHybrid', '21Vianet')

# A URL to the license for this module.
LicenseUri = 'https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/LICENSE'
LicenseUri = 'https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/rhymeswithmogul/Office365DNSChecker/'

# A URL to an icon representing this module.
IconUri = 'https://raw.githubusercontent.com/rhymeswithmogul/Office365DnsChecker/master/Logo/Office365DnsChecker.png'
IconUri = 'https://raw.githubusercontent.com/rhymeswithmogul/Office365DnsChecker/main/Logo/Office365DnsChecker.png'

# ReleaseNotes of this module
ReleaseNotes = "- NEW: Add support for checking DNS records for Office 365 hosted by 21Vianet.
- ENHANCEMENT: The Azure AD client configuration record check now passes if the msoid record is missing. As of early 2023, this DNS record is only required to be set when Office 365 is managed by 21Vianet.
- FIXED: On a small number of configurations, DNS resolution would enter an infinite loop. This would happen if you were running macOS or Linux, and had an alternative implementation of Resolve-DnsName. Now, the only cmdlet we'll use is DnsClient\Resolve-DnsName before falling back to the built-in DNS resolver.
- Code cleanup."
- Code cleanup.
- The default branch was renamed from 'master' to 'main'."

# Prerelease string of this module
# Prerelease = 'alpha'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Office365DnsChecker
Office365DnsChecker will check one or more domains, to make sure that their current DNS records are set up correctly and completely for Office 365.

<img src="https://raw.githubusercontent.com/rhymeswithmogul/Office365DnsChecker/master/Logo/Office365DnsChecker.png" alt="Office365DnsChecker logo" width="432" height="300" style="margin:0 auto">
<img src="https://raw.githubusercontent.com/rhymeswithmogul/Office365DnsChecker/main/Logo/Office365DnsChecker.png" alt="Office365DnsChecker logo" width="432" height="300" style="margin:0 auto">

## System Requirements
This module requires Windows PowerShell 5.1 or greater. It works great on PowerShell 7, and supports constrained language mode.
Expand Down
30 changes: 15 additions & 15 deletions en-US/Office365DnsChecker-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADClientConfigurationRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADClientConfigurationRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-AzureADJoinRecords</maml:linkText>
Expand Down Expand Up @@ -205,7 +205,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADEnteprriseEnrollmentRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADEnteprriseEnrollmentRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-AzureADJoinRecords</maml:linkText>
Expand Down Expand Up @@ -421,7 +421,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-AzureADClientConfigurationRecord</maml:linkText>
Expand Down Expand Up @@ -516,7 +516,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineAutodiscoverRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineAutodiscoverRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-ExchangeOnlineRecords</maml:linkText>
Expand Down Expand Up @@ -639,7 +639,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineDkimRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineDkimRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-DkimSigningConfig</maml:linkText>
Expand Down Expand Up @@ -741,7 +741,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineMxRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineMxRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-Office365DnsRecords</maml:linkText>
Expand Down Expand Up @@ -859,7 +859,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-ExchangeOnlineAutodiscoverRecord</maml:linkText>
Expand Down Expand Up @@ -971,7 +971,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineSenderIdRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineSenderIdRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_Office365DnsChecker</maml:linkText>
Expand Down Expand Up @@ -1100,7 +1100,7 @@
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineSpfRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineSpfRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-ExchangeOnlineRecords</maml:linkText>
Expand Down Expand Up @@ -1247,7 +1247,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-Office365DNSRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-Office365DNSRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_Office365DnsChecker</maml:linkText>
Expand Down Expand Up @@ -1345,7 +1345,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsAutodiscoverRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsAutodiscoverRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-TeamsRecords</maml:linkText>
Expand Down Expand Up @@ -1440,7 +1440,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsRecords.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsRecords.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_Office365DnsChecker</maml:linkText>
Expand Down Expand Up @@ -1542,7 +1542,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipCnameRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipCnameRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-TeamsRecords</maml:linkText>
Expand Down Expand Up @@ -1636,7 +1636,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipFederationSrvRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipFederationSrvRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-TeamsRecords</maml:linkText>
Expand Down Expand Up @@ -1730,7 +1730,7 @@ Create a SRV record for _sipfederationtls._tcp.woodgrovebank.com (port 5061) poi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipSrvRecord.md</maml:uri>
<maml:uri>https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipSrvRecord.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Test-TeamsRecords</maml:linkText>
Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-AzureADClientConfigurationRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADClientConfigurationRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADClientConfigurationRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-AzureADEnterpriseEnrollmentRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADEnteprriseEnrollmentRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADEnteprriseEnrollmentRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-AzureADRecords.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-AzureADRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-AzureADRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineAutodiscoverRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineAutodiscoverRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineAutodiscoverRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineDkimRecords.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineDkimRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineDkimRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineMxRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineMxRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineMxRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineRecords.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineSenderIdRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineSenderIdRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineSenderIdRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-ExchangeOnlineSpfRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-ExchangeOnlineSpfRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-ExchangeOnlineSpfRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-Office365DNSRecords.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-Office365DNSRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-Office365DNSRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-TeamsAutodiscoverRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsAutodiscoverRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsAutodiscoverRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-TeamsRecords.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsRecords.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsRecords.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-TeamsSipCnameRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipCnameRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipCnameRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-TeamsSipFederationSrvRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipFederationSrvRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipFederationSrvRecord.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion man/en-US/Test-TeamsSipSrvRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Office365DnsChecker-help.xml
Module Name: Office365DnsChecker
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/master/man/en-US/Test-TeamsSipSrvRecord.md
online version: https://github.com/rhymeswithmogul/Office365DNSChecker/blob/main/man/en-US/Test-TeamsSipSrvRecord.md
schema: 2.0.0
---

Expand Down

0 comments on commit 53aaffa

Please sign in to comment.