Skip to content

Commit

Permalink
Updated {Create} EXO Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Aug 30, 2024
1 parent 2713af2 commit ead133c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,21 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOSweepRule 'MyRule'
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
DestinationFolder = "Test2:\Deleted Items";
Enabled = $True;
Ensure = "Present";
KeepLatest = 11;
Mailbox = "Test2";
Name = "From Michelle";
Provider = "Exchange16";
SenderName = "[email protected]";
SourceFolder = "Test2:\Inbox";
TenantId = $TenantId;
}
EXOTransportRule 'ConfigureTransportRule'
{
Name = "Ethical Wall - Sales and Executives Departments"
Expand Down

0 comments on commit ead133c

Please sign in to comment.