@@ -129,78 +129,96 @@ <h5 class="card-title mb-4">Select the standard you want to apply</h5>
129129 These standards will be applied every 3 hours on a repeated schedule.
130130 < div class ="form-check mb-2 ">
131131 < input class ="form-check-input " id ="AuditLog " name ="AuditLog " type ="checkbox "
132- value ="true " checked />
132+ value ="true " />
133133 < label class ="form-next buttocheck-label " for ="AuditLog "> Enable the
134134 Unified Audit Log</ label >
135135 </ div >
136136 < div class ="form-check mb-2 ">
137137 < input class ="form-check-input " id ="SecurityDefaults " name ="SecurityDefaults "
138- type ="checkbox " value ="true " checked />
138+ type ="checkbox " value ="true " />
139139 < label class ="form-next buttocheck-label " for ="SecurityDefaults "> Enable Security
140140 Defaults</ label >
141141 </ div >
142142 < div class ="form-check mb-2 ">
143143 < input class ="form-check-input " id ="DelegateSentItems " name ="DelegateSentItems "
144- type ="checkbox " value ="true " checked />
144+ type ="checkbox " value ="true " />
145145 < label class ="form-next buttocheck-label " for ="DelegateSentItems "> Set mailbox
146146 Sent Items delegation (Sent items for shared mailboxes)</ label >
147147 </ div >
148148 < div class ="form-check mb-2 ">
149149 < input class ="form-check-input " id ="OauthConsent " name ="OauthConsent "
150- type ="checkbox " value ="true " checked />
150+ type ="checkbox " value ="true " />
151151 < label class ="form-next buttocheck-label " for ="OauthConsent "> Require
152152 admin consent for applications (Prevent OAuth phishing)</ label >
153153 </ div >
154154 < div class ="form-check mb-2 ">
155155 < input class ="form-check-input " id ="PasswordExpireDisabled "
156- name ="PasswordExpireDisabled " type ="checkbox " value ="true " checked />
156+ name ="PasswordExpireDisabled " type ="checkbox " value ="true " />
157157 < label class ="form-next buttocheck-label " for ="PasswordExpireDisabled "> Do not
158158 expire passwords</ label >
159159 </ div >
160160 < div class ="form-check mb-2 ">
161161 < input class ="form-check-input " id ="AnonReportDisable " name ="AnonReportDisable "
162- type ="checkbox " value ="true " checked />
162+ type ="checkbox " value ="true " />
163163 < label class ="form-next buttocheck-label " for ="AnonReportDisable "> Enable
164164 Usernames instead of pseudo anonymised names
165165 in reports</ label >
166166 </ div >
167167 < div class ="form-check mb-2 ">
168168 < input class ="form-check-input " id ="SSPR " name ="SSPR " type ="checkbox "
169- value ="true " checked />
169+ value ="true " />
170170 < label class ="form-next buttocheck-label " for ="SSPR "> Enable Self
171171 Service Password Reset</ label >
172172 </ div >
173173 < div class ="form-check mb-2 ">
174174 < input class ="form-check-input " id ="ModernAuth " name ="ModernAuth "
175- type ="checkbox " value ="true " checked />
175+ type ="checkbox " value ="true " />
176176 < label class ="form-next buttocheck-label " for ="ModernAuth "> Enable Modern
177177 Authentication</ label >
178178 </ div >
179179 < div class ="form-check mb-2 ">
180180 < input class ="form-check-input " id ="DisableBasicAuth " name ="DisableBasicAuth "
181- type ="checkbox " value ="true " checked />
181+ type ="checkbox " value ="true " />
182182 < label class ="form-next buttocheck-label " for ="DisableBasicAuth "> Disable Basic
183183 Authentication</ label >
184184 </ div >
185185 < div class ="form-check mb-2 ">
186186 < input class ="form-check-input " id ="DisableSharedMailbox "
187- name ="DisableSharedMailbox " type ="checkbox " value ="true " checked />
187+ name ="DisableSharedMailbox " type ="checkbox " value ="true " />
188188 < label class ="form-next buttocheck-label " for ="DisableSharedMailbox "> Disable
189189 Shared Mailbox AAD accounts</ label >
190190 </ div >
191191 < div class ="form-check mb-2 ">
192192 < input class ="form-check-input " id ="AutoExpandArchive " name ="AutoExpandArchive "
193- type ="checkbox " value ="true " checked />
193+ type ="checkbox " value ="true " />
194194 < label class ="form-next buttocheck-label " for ="AutoExpandArchive "> Enable
195195 Auto-expanding archives</ label >
196196 </ div >
197+ < div class ="form-check mb-2 ">
198+ < input class ="form-check-input " id ="SpoofWarn " name ="SpoofWarn " type ="checkbox "
199+ value ="true " />
200+ < label class ="form-next buttocheck-label " for ="SpoofWarn "> Enable
201+ Spoofing warnings for Outlook (This e-mail is external identifiers)</ label >
202+ </ div >
197203 < div class ="form-check mb-2 ">
198204 < input class ="form-check-input " id ="LegacyMFA " name ="LegacyMFA " type ="checkbox "
199- value ="true " checked />
205+ value ="true " />
200206 < label class ="form-next buttocheck-label " for ="LegacyMFA "> Enable
201207 per-user MFA for all users</ label >
202208 </ div >
203209
210+ < div class ="form-check mb-2 ">
211+ < input class ="form-check-input " id ="UndoSSPR " name ="UndoSSPR " type ="checkbox "
212+ value ="true " />
213+ < label class ="form-next buttocheck-label " for ="UndoSSPR "> Undo SSPR
214+ Standard</ label >
215+ </ div >
216+ < div class ="form-check mb-2 ">
217+ < input class ="form-check-input " id ="UndoOauth " name ="UndoOauth " type ="checkbox "
218+ value ="true " />
219+ < label class ="form-next buttocheck-label " for ="UndoOauth "> Undo App Consent
220+ Standard</ label >
221+ </ div >
204222 < hr class ="my-4 " />
205223 < div class ="d-flex justify-content-between ">
206224 < a class ="nav-link active wizardbutton " href ="#wizard1-tab ">
0 commit comments