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 Nov 5, 2024
1 parent 93aaad4 commit 360b686
Showing 1 changed file with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,68 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOActiveSyncMailboxPolicy 'TestActiveSyncMailboxPolicy'
{
AllowApplePushNotifications = $True;
AllowBluetooth = "Allow";
AllowBrowser = $True;
AllowCamera = $True;
AllowConsumerEmail = $True;
AllowDesktopSync = $True;
AllowExternalDeviceManagement = $False;
AllowHTMLEmail = $True;
AllowInternetSharing = $True;
AllowIrDA = $True;
AllowMobileOTAUpdate = $True;
AllowNonProvisionableDevices = $True;
AllowPOPIMAPEmail = $True;
AllowRemoteDesktop = $True;
AllowSimpleDevicePassword = $True;
AllowSMIMEEncryptionAlgorithmNegotiation = "AllowAnyAlgorithmNegotiation";
AllowSMIMESoftCerts = $True;
AllowStorageCard = $True;
AllowTextMessaging = $True;
AllowUnsignedApplications = $True;
AllowUnsignedInstallationPackages = $True;
AllowWiFi = $True;
AlphanumericDevicePasswordRequired = $False;
ApprovedApplicationList = @();
AttachmentsEnabled = $True;
DeviceEncryptionEnabled = $False;
DevicePasswordEnabled = $False;
DevicePasswordExpiration = "Unlimited";
DevicePasswordHistory = 0;
DevicePolicyRefreshInterval = "Unlimited";
Identity = "Test";
IrmEnabled = $True;
IsDefault = $True;
IsDefaultPolicy = $True;
MaxAttachmentSize = "Unlimited";
MaxCalendarAgeFilter = "All";
MaxDevicePasswordFailedAttempts = "Unlimited";
MaxEmailAgeFilter = "All";
MaxEmailBodyTruncationSize = "Unlimited";
MaxEmailHTMLBodyTruncationSize = "Unlimited";
MaxInactivityTimeDeviceLock = "Unlimited";
MinDevicePasswordComplexCharacters = 1;
MinDevicePasswordLength = 1;
Name = "Test";
PasswordRecoveryEnabled = $False;
RequireDeviceEncryption = $False;
RequireEncryptedSMIMEMessages = $False;
RequireEncryptionSMIMEAlgorithm = "TripleDES";
RequireManualSyncWhenRoaming = $False;
RequireSignedSMIMEAlgorithm = "SHA1";
RequireSignedSMIMEMessages = $False;
RequireStorageCardEncryption = $False;
UnapprovedInROMApplicationList = @();
UNCAccessEnabled = $True;
WSSAccessEnabled = $True;
Ensure = "Absent"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOAddressBookPolicy 'ConfigureAddressBookPolicy'
{
Name = "All Fabrikam ABP"
Expand Down

0 comments on commit 360b686

Please sign in to comment.