Skip to content

Commit

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

0 comments on commit b87963a

Please sign in to comment.