You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/Microsoft365DSC/DSCResources/MSFT_EXOActiveSyncMailboxPolicy/MSFT_EXOActiveSyncMailboxPolicy.schema.mof
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ class MSFT_EXOActiveSyncMailboxPolicy : OMI_BaseResource
18
18
[Write, Description("Enables all devices to synchronize with the computer running Exchange, regardless of whether the device can enforce all the specific settings established in the Mobile Device mailbox policy.")] Boolean AllowNonProvisionableDevices;
19
19
[Write, Description("Specifies whether the user can configure a POP3 or IMAP4 email account on the device.")] Boolean AllowPOPIMAPEmail;
20
20
[Write, Description("Specifies whether the mobile phone can initiate a remote desktop connection.")] Boolean AllowRemoteDesktop;
21
-
[Write, Description("Specifies whether a simple device password is allowed.")] Boolean AllowSimpleDevicePassword;
21
+
[Write, Description("Specifies whether a simple device password is allowed.")] Boolean AllowSimplePassword;
22
22
[Write, Description("Specifies whether the messaging application on the device can negotiate the encryption algorithm in case a recipient's certificate doesn't support the specified encryption algorithm.")] String AllowSMIMEEncryptionAlgorithmNegotiation;
23
23
[Write, Description("Specifies whether S/MIME software certificates are allowed.")] Boolean AllowSMIMESoftCerts;
24
24
[Write, Description("Specifies whether the device can access information stored on a storage card.")] Boolean AllowStorageCard;
25
25
[Write, Description("Specifies whether text messaging is allowed from the device.")] Boolean AllowTextMessaging;
26
26
[Write, Description("Specifies whether unsigned applications can be installed on the device.")] Boolean AllowUnsignedApplications;
27
27
[Write, Description("Specifies whether unsigned installation packages can be run on the device.")] Boolean AllowUnsignedInstallationPackages;
28
28
[Write, Description("Specifies whether wireless Internet access is allowed on the device.")] Boolean AllowWiFi;
29
-
[Write, Description("Specifies whether the device password must be alphanumeric.")] Boolean AlphanumericDevicePasswordRequired;
29
+
[Write, Description("Specifies whether the device password must be alphanumeric.")] Boolean AlphanumericPasswordRequired;
30
30
[Write, Description("Specifies a list of approved applications for the device.")] String ApprovedApplicationList[];
31
31
[Write, Description("Specifies whether the user can download attachments.")] Boolean AttachmentsEnabled;
32
32
[Write, Description("Enables device encryption on the mobile phone.")] Boolean DeviceEncryptionEnabled;
0 commit comments