Skip to content

Commit

Permalink
Merge pull request #4213 from NikCharlebois/Integration
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
NikCharlebois authored Jan 22, 2024
2 parents 0d6058d + 31e3d6a commit 2b89e76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration Example
{
EXOAcceptedDomain 'O365DSCDomain'
{
Identity = 'contoso.com'
Identity = 'o365dsc.onmicrosoft.com'
DomainType = "Authoritative"
OutboundOnly = $false
Ensure = "Present"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration Example
{
EXOAcceptedDomain 'O365DSCDomain'
{
Identity = 'contoso.com'
Identity = 'o365dsc.onmicrosoft.com'
DomainType = "Authoritative"
OutboundOnly = $true # Updated Property
Ensure = "Present"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration Example
{
EXOAcceptedDomain 'O365DSCDomain'
{
Identity = 'contoso.com'
Identity = 'o365dsc.onmicrosoft.com'
DomainType = "Authoritative"
Ensure = "Absent"
Credential = $Credscredential
Expand Down

0 comments on commit 2b89e76

Please sign in to comment.