From 14358bc5744af1aeac619bf76948c6e0fa042314 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Tue, 27 Mar 2018 17:47:31 +0000 Subject: [PATCH] Merged PR 6678: AccountManagement CSP - new configuration service provider --- windows/client-management/mdm/TOC.md | 2 + .../mdm/accountmanagement-csp.md | 62 ++++++ .../mdm/accountmanagement-ddf.md | 201 ++++++++++++++++++ ...onfiguration-service-provider-reference.md | 74 ++++--- .../provisioning-csp-accountmanagement.png | Bin 0 -> 10205 bytes ...ew-in-windows-mdm-enrollment-management.md | 11 +- 6 files changed, 318 insertions(+), 32 deletions(-) create mode 100644 windows/client-management/mdm/accountmanagement-csp.md create mode 100644 windows/client-management/mdm/accountmanagement-ddf.md create mode 100644 windows/client-management/mdm/images/provisioning-csp-accountmanagement.png diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index 5b232fca9e..b0b0610178 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -68,6 +68,8 @@ ### [ICSPValidate](icspvalidate.md) ### [Samples for writing a custom configuration service provider](samples-for-writing-a-custom-configuration-service-provider.md) ## [Configuration service provider reference](configuration-service-provider-reference.md) +### [AccountManagement CSP](accountmanagement-csp.md) +#### [AccountManagement DDF file](accountmanagement-ddf.md) ### [ActiveSync CSP](activesync-csp.md) #### [ActiveSync DDF file](activesync-ddf-file.md) ### [AllJoynManagement CSP](alljoynmanagement-csp.md) diff --git a/windows/client-management/mdm/accountmanagement-csp.md b/windows/client-management/mdm/accountmanagement-csp.md new file mode 100644 index 0000000000..f43068ab86 --- /dev/null +++ b/windows/client-management/mdm/accountmanagement-csp.md @@ -0,0 +1,62 @@ +--- +title: AccountManagement CSP +description: Used to configure settings in the Account Manager service +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 03/23/2018 +--- + +# AccountManagement CSP + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + +AccountManagement CSP is used to configure setting in the Account Manager service in Windows Holographic for Business edition. Added in Windows 10, version 1803. + +> [!Note] +> The AccountManagement CSP is only supported in Windows Holographic for Business edition. + + +The following diagram shows the AccountManagement configuration service provider in tree format. + +![accountmanagement csp](images/provisioning-csp-accountmanagement.png) + +**./Vendor/MSFT/AccountManagement** +Root node for the AccountManagement configuration service provider. + +**UserProfileManagement** +Interior node. + +**UserProfileManagement/EnableProfileManager** +Enable profile lifetime mangement for shared or communal device scenarios. Default value is false. + +Supported operations are Add, Get,Replace, and Delete. Value type is bool. + +**UserProfileManagement/DeletionPolicy** +Configures when profiles will be deleted. Default value is 1. + +Valid values: + +- 0 - delete immediately when the device returns to a state with no currently active users +- 1 - delete at storage capacity threshold +- 2 - delete at both storage capacity threshold and profile inactivity threshold + +Supported operations are Add, Get,Replace, and Delete. Value type is integer. + +**UserProfileManagement/StorageCapacityStartDeletion** +Start deleting profiles when available storage capacity falls below this threshold, given as percent of total storage available for profiles. Profiles that have been inactive the longest will be deleted first. Default value is 25. + +Supported operations are Add, Get,Replace, and Delete. Value type is integer. + +**UserProfileManagement/StorageCapacityStopDeletion** +Stop deleting profiles when available storage capacity is brought up to this threshold, given as percent of total storage available for profiles. Default value is 50. + +Supported operations are Add, Get,Replace, and Delete. Value type is integer. + +**UserProfileManagement/ProfileInactivityThreshold** +Start deleting profiles when they have not been logged on during the specified period, given as number of days. Default value is 30. + +Supported operations are Add, Get,Replace, and Delete. Value type is integer. \ No newline at end of file diff --git a/windows/client-management/mdm/accountmanagement-ddf.md b/windows/client-management/mdm/accountmanagement-ddf.md new file mode 100644 index 0000000000..eddb5ce0ba --- /dev/null +++ b/windows/client-management/mdm/accountmanagement-ddf.md @@ -0,0 +1,201 @@ +--- +title: AccountManagement DDF file +description: Used to configure settings in the Account Manager service +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 03/23/2018 +--- + +# AccountManagement DDF file + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + +This topic shows the OMA DM device description framework (DDF) for the **AccountManagement** configuration service provider. + +The XML below is for Windows 10, version 1803. + +``` syntax + +]> + + 1.2 + + AccountManagement + ./Device/Vendor/MSFT + + + + + + + + + + + + + + + com.microsoft/1.0/MDM/AccountManagement + + + + UserProfileManagement + + + + + + + + + + + + + + + + + + + EnableProfileManager + + + + + + + + false + Enable profile lifetime mangement for shared or communal device scenarios. + + + + + + + + + + Enable profile manager + + text/plain + + + + + DeletionPolicy + + + + + + + + 1 + Configures when profiles will be deleted. Allowed values: 0 (delete immediately upon device returning to a state with no currently active users); 1 (delete at storage capacity threshold); 2 (delete at both storage capacity threshold and profile inactivity threshold). + + + + + + + + + + Profile deletion policy + + text/plain + + + + + StorageCapacityStartDeletion + + + + + + + + 25 + Start deleting profiles when available storage capacity falls below this threshold, given as percent of total storage available for profiles. Profiles that have been inactive the longest will be deleted first. + + + + + + + + + + Storage capacity threshold to start profile deletion + + text/plain + + + + + StorageCapacityStopDeletion + + + + + + + + 50 + Stop deleting profiles when available storage capacity is brought up to this threshold, given as percent of total storage available for profiles. + + + + + + + + + + Storage capacity threshold to stop profile deletion + + text/plain + + + + + ProfileInactivityThreshold + + + + + + + + 30 + Start deleting profiles when they have not been logged on during the specified period, given as number of days. + + + + + + + + + + Profile inactive threshold + + text/plain + + + + + + +``` \ No newline at end of file diff --git a/windows/client-management/mdm/configuration-service-provider-reference.md b/windows/client-management/mdm/configuration-service-provider-reference.md index 2ca9f64f6a..85c2515f2c 100644 --- a/windows/client-management/mdm/configuration-service-provider-reference.md +++ b/windows/client-management/mdm/configuration-service-provider-reference.md @@ -7,7 +7,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 03/23/2018 --- # Configuration service provider reference @@ -29,6 +29,7 @@ Footnotes: - 1 - Added in Windows 10, version 1607 - 2 - Added in Windows 10, version 1703 - 3 - Added in Windows 10, version 1709 +- 4 - Added in Windows 10, version 1803
@@ -36,7 +37,7 @@ Footnotes: ## CSP support -[APPLICATION CSP](application-csp.md) +[AccountManagement CSP](accountmanagement-csp.md) @@ -50,13 +51,13 @@ Footnotes: - - - - - - - + + + + + + +
Mobile Enterprise
check markcheck markcheck markcheck markcheck markcheck markcross markcross markcross markcross markcross markcross markcross mark
@@ -119,6 +120,34 @@ Footnotes: + +[APPLICATION CSP](application-csp.md) + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
check markcheck markcheck markcheck markcheck markcheck mark
+ + + + [AppLocker CSP](applocker-csp.md) @@ -2509,7 +2538,8 @@ Footnotes:  Footnotes: - 1 - Added in Windows 10, version 1607 - 2 - Added in Windows 10, version 1703 -- 3 - Added in Windows 10, version 1803 +- 3 - Added in Windows 10, version 1709 +- 4 - Added in Windows 10, version 1803 ## CSP DDF files download @@ -2527,6 +2557,7 @@ The following list shows the configuration service providers supported in Window | Configuration service provider | Windows Holographic edition | Windows Holographic for Business edition | |--------|--------|------------| +| [AccountManagement CSP](accountmanagement-csp.md) | ![cross mark](images/crossmark.png) | ![check mark](images/checkmark.png)3 | | [Application CSP](application-csp.md) | ![check mark](images/checkmark.png) | ![check mark](images/checkmark.png) | | [AppLocker CSP](applocker-csp.md) | ![cross mark](images/crossmark.png) | ![check mark](images/checkmark.png) | | [CertificateStore CSP](certificatestore-csp.md) | ![check mark](images/checkmark.png) | ![check mark](images/checkmark.png)| @@ -2549,30 +2580,11 @@ The following list shows the configuration service providers supported in Window Footnotes: - 2 - Added in Windows 10, version 1703 - -## New CSPs added in Windows 10, version 1703 - -- [BitLocker CSP](bitlocker-csp.md) -- [CleanPC CSP](cleanpc-csp.md) -- [DeveloperSetup CSP](developersetup-csp.md) -- [DynamicManagement CSP](dynamicmanagement-csp.md) -- [EnterpriseAppVManagement CSP](enterpriseappvmanagement-csp.md) -- [Messaging CSP](messaging-csp.md) -- [NetworkProxy CSP](networkproxy-csp.md) -- [NetworkQoSPolicy CSP](networkqospolicy-csp.md) -- [Office CSP](office-csp.md) -- [Personalization CSP](personalization-csp.md) - -## New CSPs added in Windows 10, version 1511 - -- [AllJoynManagement CSP](alljoynmanagement-csp.md) -- [Maps CSP](maps-csp.md) -- [Reporting CSP](reporting-csp.md) -- [SurfaceHub CSP](surfacehub-csp.md) -- [WindowsSecurityAuditing CSP](windowssecurityauditing-csp.md) +- 3 - Added in Windows 10, version 1803 ## CSPs supported in Microsoft Surface Hub +- [AccountManagement CSP](accountmanagement-csp.md) - [APPLICATION CSP](application-csp.md) - [CertificateStore CSP](certificatestore-csp.md) - [ClientCertificateInstall CSP](clientcertificateinstall-csp.md) diff --git a/windows/client-management/mdm/images/provisioning-csp-accountmanagement.png b/windows/client-management/mdm/images/provisioning-csp-accountmanagement.png new file mode 100644 index 0000000000000000000000000000000000000000..1475cb600f9fdf143fac032351256afc54d55fdc GIT binary patch literal 10205 zcmb`N1yodh*XR#J3W^{tp|tb}0@6r#HzFeq64E6MBO=n$Af-*Nam$g_Y=KO2__x|lTCqhR{`5N&}VgLZHsj4XG0RTi60B{(H zAmE+14>O;F2OLj5WjUaHfMFfHz_Wj#`2YZ_;z-UP_5&ow_+Or z;Pg;ccwpf7XgllDlc^(X^>lZK5EX7S_TgU&3+i|3iKwsE$e zSDtW_{||wN)0WMLrYqXS1O+ie<~!Gf2qU+*waw-&yx>9bnZQ zJO~(TDqdYLYAUkN?p|GH;z9-S0YC`w00sbLY;(lUo}QkJkjH_6=5QAP7-KhvNk~Za z_V%WhkFpN*w+M;(M&iYj*f}T&^QB|`@_1)Ktl;&F3}x-v z%i*cEoQ#~GLo9&76?K?8Pk(oVzKq{5b1i%}s;*ydQqZ}Rx$*Ioi;p+}gp+D=;_~8K zL_=L>sd6dho-)NxDC#kwbL|sSL6@Q+rp0*qU@~JNy-D)x;8)-+!~tQ^Zljv5!f zc_J%kUC!%5p>%glUp^b!=XG?h;+p9{(jGTbi0YA(7v1=&n&L!3@1vg7=Y2;cF1sFH z`Uzgl}N%+Jq1v>xYrN=Q{Dp=x_O zs($aVuYCQZ{rPJ?-FWAR4k`yFJ~MRd^35ylxm?g)1E-9!S1;2JY>evf*>UqZQ8I2R z)#OLNo;E4%SN{6yf1;7FYw$c8KD5g5DEN4FE)m zXX6tSoU2-5_&czKlIc#LZ_n23BQzDZQoGn=lyoV5jq<4fXhwPPl#mx1AJ9_nh698^8{F*e?F;WN8`R-Oe4~pXPsOmZ$&cb9&thI?v6!gb6SKL!vvl7h8jLqjpC4O5xPAq3yx=`1zz+Aot>Q>b!O`S zAZ006H#i(nP5U}2(;!jFCO?m`HF9uJIquCT};@OD84|lWIxxYDDeHg(pmGigmU_zBPmOm8Z;od1ra5ku-$E-M~{|eLf9HR zI4QM?6bj;VSaOynmko0Zhf6pf3_C~=p6#aub7 znOu4?ushOQT(x)bbyCR%FU3#YJEelJZrxu`(++RN{9OUvR}Gc{QjJYbj%|G=M2o~( z=UkI-o&*5g*2zcu`1%UmE4(G;-lo6uGWDF$)mHV?c+xl6WB;?d@yRt(fQX3;`gwm} zZyRGNp6u#S<*Q|@0X_jAc<2}8;=+fX#{s@5k~qWRm&0QXIoarP{VkP_{kS#^Gn|kR zFu>)5e%{&H*;+mbKk`+J$L$)_lHt8bW4WlzZSw#^UaR7BOwP||H%YSgWa^)&;O~EF zr#P6ndCq$3fopo!N%!>gv2UEg-~cNDDS*=WT6F zwB-;3e|QVHtwKf%!3BtJ;Jriwz;iqVGZYB9{QyRE^?&x04;f@;YRWYH`{dl**upI! z=?0z%FJgOpd#=HAb>rwXphbEl?Muz0{KvEg{>*ep6%c*+7-d_qK31BA_X(!dE1!bNx zQb!g=8}ZzV=j#evl~dt3NjP{$X-L;+e%m?oL475@`2qfq7b7z2$~WB@0n+PuM$yRH z+ShFk0Q@DF}XpS!8rKL3mM-j z=v9Ef!tbnMu$dfVXNbS@@I|cuVLN7#ewFhv5KaQ&k%g6&m2nnYdN@67(ik_&XO7iy z{zQETfHtlO$HQ?dUb9}bZ5S$4D=57uacSIK%R(X2xv)e zQ`U>b$Ne&B(0J4yucl9byE@y)NyAsYmV8;iXDzSTVkg(&a;4p7S|(dTn!WTbwTa%ME!#+i7ffQwbx>Smr-_HKxQP+gU3eE1t z3FxSXL@59Uf;^text74o^~q~LE9Lev@Sqv4rw#GR)6*0u+S)&olA?FdsiE{f+6eQOtVj_XxBrco5p^Bnfv)*ogijdp&|E*~*ht}gg* zjdR}G$hZQKh7M7s{n+f6u{57?|20&jJtXDP}x#>b_1ZaE83>+B*weJQ^IvyT-`7cZ9sBCUF z2)s^G3Q?^G@>rWx054IcG^Ynv?^c7 z^kNZsEj24EOTu^O9#2nO^Km!sH`iB}8^_7=&wS6@l5x~XAfXpx(rw&$92aE^xB$a# zqN`{^1P+qj22*E`G34Ysssb0gU!g~WGalYhUGZVhJAvoaBbhXIw z@$vGxdhv<0tV{{^{f$5w-;0kHdZ*1I-n?kkW{jA-&?|Gf1qOiVD#2qv2nBqx)vF*F z+@!%wu^t&RHHCJU+pYxe>aXanJw5do?m(w+L)UVcue@(K4?Cd{y?k?XPidCce$&2P zGuMrV_Awdl;UE;xXS4dcb|$>L#PmfPdDC6@#8>8u3-_R<*tTErQDYlf`a;4*X5@=8 z^@i=&^4u6{Rl$bZRgjtK>3}xr&)Ur@spNG%Uca_bsM=Np>`)f=U8aM0YdWS3oYw|r z$y1@$(Z-1zj#?Ua)2W?()Wg2**H~TYgK$5uAwbCzQ%mk8-PNwtSQ#5Nsyui|XYSmCikVKElU__O)sAdwYK?)lW5>cL-m0F-X}*8@ zNk3!Sz8(^_syn?l_c&%M@WYflrd9w^@HH=*?~@r1eSazO``ulwS&_w+p*r$tT5vy$ zWDypPdb>x*E7j~3yDV$%*~)LM-^B+{8@@n#XpFeWm&$A2ceCA7nJ(vGpb=4o`Lw&R zx-tdPe}47X}!VVi$F?B zwRraYY*ZYy)^cb@l`H$cmXP@y_5HWasc(Apmkv!ypyP^}{5ZB*hVHnnt~s$CM4|G{ zMZfLy4{kX=IxS~$rFTDAn;}xVibsI)bVjQ)SIT)TEpIMd_Sa=ik4hI(%~EeF>*yLJ zN1xGiyoxN*?cYvceu8nVEfOvo8ks{hQ1ndrZ$?O@6_K^o;!}6u4sg+?zn&Dsh>n`r zZ$5MtkaC#c?~8i-5BZ~y4l^4%x4?L-mFsa5R^V=rk|jXmTf&b%TVA3Cvc8N;PbI7h z^yoe;h#(y@pBnL(yR)iWV9I{isIcfLl%G6LUKz1m&biL}B*=?c4{)mIgYxVtrxXbC zXe4UceqdvopIa6j>=plme^dRVG?Jr(rluxz;R{^|;sMv43-VmyLZwDI+^$J3yp?DkqH+&dcVB98~O^&zV$GI z!K_%aJzdt89-WRC+w-kdcAdP7zM(Jl2()EJbZ2{3Dp<9^SDN;`6Tusj1JB zvw0Ty7i)j!G%=WhG6_2ki_*>t?&8w6nbbuIw*Lw!9zC5}53hKXGa*VA%|vvy=L<+B zgP`FO9h=F$?TzQ;wD7pmSE0za3g?g4QBU+QwPG6Pm*w6aqX7p>M9g1^qeV#g!wz5nhgX4b@xSKIix?ag%<0txhxLU4aS z{}0E39}sO(|@gjp_M1UC@0?5K%+y^J~I0Q-L4i4}IK#(uuA#h&cKv>(aKyZn0@y11zIYi7z zt`+Ip{i#RvIWj0MAB?6bWvaY-Qg`K{WQ; zxUe(cp`l>>6rN|_xXx3pOJ6;sdIOJujKGlE1V=akhUf@N5()4%u^!iPvxIo|OVxgN z`ru6I;m%EueF}^``S5%Wdfg7s<{!ZPtIkwB{feAun4t@%UO|U%OfGvC<3Cww-hb5B zQQ{1)o>l>pfmzc2@)%?LGpZ?(Wa3xzV2n;%McznHr<*FXx!$-JKKABC2({j@IE9PNki4DXD3@XMKEC3O47 zWXP$2K=AL0whQ$lVg}by)~0+{4)dJiw2eqE_2%+lx-GHjw17%>ajG*>9P zcp|{rCM-WG%0!4(YL3xF@bPtJQFtUZ2+I{I-_3Sg>+p;H{6iyw)m0ysPWNh>cM4d! zl3m$S=9H!qK=)E`%ACzikL_Nr%xF>FpPdvIk1%|;odYen+c}LfoQjz*B(B=<9{pB) zR-%xITadU`-wPG@qBJ?n>y_T8WU1*o(984SkJUKWHKtKhI383{kL$O1w8E0aMRfJ{ z)fb2tNY~h&LFE4CN8Xy3Zikcn_;yzf+|Nw9M|U3JkFT!W%er%6-WP`}ZuhHe#49muAim+()$0Lsn9lR>b=aB;CuR-2nJ zFux3@rnIzpDdcIT9RcsR7Dfhk3#kfuVl@Z>)UZ>Od6rP<7OV1ZH53#y) z8!G7c%v>Cg0FWm@#Ir2Iqv;&}x-XY`8yW)r+gN_LEu6{`IlpTtSvV$zuu_p=r$$ql z5{4|4ZY*0kjwJ)Vw?_YAh4&1Du&8Z&ImapgpXhTy|Qw=&f!5fG2FAP}S z2Ac;gS4hZ!Z>z>($aeVA+5FEOeP$|>%S>XdH2(Kh|AUBY0>9L;d9s#uiQWYjliD8{ zRl2f}1oif9`4wu5v~2zaBdklMDw?UxG%pDoii)Rie;Em2HI2+f)ZHN8U}%br5kF-e zT8Uh&vX1J1Wb_L8{x1>Fv6Zn*ebl8FGW*ya>oHsVAa!+`+0Fu0{Yd^Rus|86|{Xa-mFW z(E!2SQM{{ag)lX*DxRy1q8+OWbrm(shxUC)Xv&JTRCXGYS~h9v7vvptE%m}#SDPJE zx|_eet5brNf*-oiF>omT4=mBd)$v z_TGYNl$oQc)2dbCAK|Z{CR9aYli|U4u&4^jL3mTNIp&IIx3La^tLdr*gAos7`fH!! z9t~l~xqo^lLyQ>X4=z|Z9_YHf+46p!$umE1+NaW2XphV>%I4MF2W3P}1~;Qsbd3?u zG~Z13cAh=ls0!OS4ZT)QHc6u2iw@e2jzlgN!3B4O?in7AkecS5NaSnNXntOsP?OYs z|MiF)8vn12XcK!UX*AEwO@)O!QM6aax&6C8_JfP3)Yy0D9IZt8uU}|R*FH{P9#^pa z(HdH2t^Z_+f9oV@U)wu7`aPhkQ1>6t_0w*ae!!no^54E&DgO&pBfW!Z{Zu@Vy z4!YpLz`zOV6U_M+MY+;=9+Fg1QBm^0oHLk!(`<}@(b22dPD|VA6Q?t4IFPqwh`qs* z*W6)nEqu^O{;$jJ(!pjub@x{8rAT50BYojyPPDZYi!x*ZJft)-KKCC0`) zFGyk_k+$iU31K*6LrBcDNg)O{Jhn~~w4RBW@^5V5V2qnT-hWAh-Pz??#1xe#CSKCt zBRSZnmNTxp{r8FjYd}JZfv2VRFUJhEnE@w5vFppt7{$Caovf(nbt*S_la#cw;p`J7 zI40gYwyL8rU}m}CfFIf5nvGx@G3hzXNxjQG^SP-RC7;`c3VV6HPfdm$>{fYK4gyoR zcRg;f0+l+!U*0TucQq*lF`O3TlyVxvuPzOS4$Qj4S`D?-k@zMuZUI`ZE#k1#4k&c7wkH+RJhVaVd#oN?Z|zHT)a zqnZ2!4uSKb0wGpDsdlR5G|iTNsx+!RetOTI6XRsmV7iRhljFm&b7`DjuX-<~X#7B< zwX28y6mdOGuHD74j9yJc31?JMlc^KiVt?FKW{bb^nmv+n@}P)c+T&axlUqmDW^BZE zn$J_}ibg+$i>8fDcgmb3x$NZxcM^0G3^b(+}Oo7uM7M@ zt?zVc7NKv{EX3`#k{v{(zy(^H&4F-vE46$^mzM68^E0Jk2TVfjhi{|?PW6}MyW4x_ zz3$X+RXk6On(ztJEbQOR@tj?H+nT3rzmX=WI#AGS@pPrpmh_E9sIy~JFge&~xHITN zLr_VYu#fp1%No=i7DvNoC3#mVkMBwMQ(BeTlSMvGaJ<(1vUBNW~10#=!^rZssJ*&}hpbz{T*1-+&rtBqo~G2Mp4$;x|{ zb%&Ju{LU+*(aiG|CTxw(d**lq&^JkEw$-VT^h<>!J#Z#DAh2up+s~ z88BgwzjPaKB@>^E8*AZ8`mlz$YT{lTA`K?FOBQyndw=d4!d@)>aXRBU$1ji<8_U;0 z@BILlZv|@G=i7K3xeJGXhb9DgO0VcZbGVB8r@lT^jB5}9zGMXN0Jy|g-zI=C2lD^` z%-duE@SGRy9{|s(u@8Xf*yskpBY2IEz`+9`xLx4pLjVMh4LA@^2om`C@6FH0dT$XU zTrmFHZG>POGCbucbuW-cqCVi{Of4-Z;9(51>|}NKz%D~R7XXW2a#J5vNQyP*6Q!X6GY0!kICTKYn&f%8c!-hw~rOala`~WmQuhae;>8@`N+uEC_M%Kb0*xdgE&bMa-J2nO=X8R7{Zzw~IuX;j(1X0g5KZO3s^K zu+X>}vyD1oFbt}o!yGBc%5+j^Y`CPRmiI%>pP(E%6AIvRfd;j4_AXg3*E&JSeW9kn z?&|fJ-ZqlGaGS5-Hfmfm9OHA1&)K+1lPpriU$hgk z8b5bzOFj;HuqImieuCx&ae25`ku8jLzoXzhU}he0BJAxPj1P_J_IW z%9`Llq*T$2qR_bS=9p%Vk9@SZSya;Y%Px{Xd1BSx4b)A^%hQg{IEG7-BC@NrhO#63 z8wTQrC5b&e38N!RVKR*YcKHS2^|?2yOX?aR)mBM%)>?FzrNb9u2b}iX*{yFDIAQ5N zsr<){5liJ_o?gF3ntAMEHwxp_&?3HBD3&=_d@%UK`^tLBaf|uFX+_=MaxAEwbSrFu z$+uMYZhV+_s$<ZeC`dYbD35*eMOFm9VHbXw#zj5xlByiOgCSM zebXe}kO=T9jP*`fdf2#wZ^z3O=ruL$v&^zy?25h*)(Zfyd}m0a@LXxF(zO~CU5~80 z_AmWvmNJt8oje8YyVb(xH%xE!C%jSWw+_xf9Qil8W&K09wSUo#s<}x$)pt(8W89gS zHB#J_C4ZL3F4}44+kF9Rm3i@HgY{!@ElTM(c8~@^(Fq3Kled&~M}+w!E#8hmigKOY zC4c4`r4HS(z8bONccWT*`c_G@A7|XA^T#iT3LfYv+9GS}owb_P!@PZ$8ZY1V<_S$U z-~P@|+~ar1FR9dNau&XsW=OR+4LHOPJps8k{fBE-t^ziZ6`?*^Al8mV6@(o~ZTbuT zSSg6Ms+gxiMzW-G1Ouj58Sps3IQ;qJd-&8;nLaOh*;mtuDwF6Ra9CbGRRaTbLu}Dd1;~ zdi2C+){(&j+Ypbt@}FY2PRd;VOCQR~*VpX%I#XjA`-%tFYa+o)%%-|X*6?5^2sSh` zSchSEbFP|-`}%&-f$QfFd^_#QA?=nABC3U)kOQpM$>Zbs9G*POow!WFM!EY?pKYybM03- zd4Aa=cai7wKb7(_+qZu4E44!T=xGk?LnX%71&#|l&8??&r+K9V*;`g`@Nv0n-%>|; zJ=hBCR&LsxR0MPL)9Ar@{~we6$`{+eIJFmcBxC}%J1N{GS1F&r>*V#{ui^L9ox7)= zU7D7iy+hiUrPEs5`9=^bu1sZ`>Nu4>K$pC~Rs+`>qV9X!B= zCm+KNS53Idsh)jw&OQIJolhw|7UEe}P5WfjHt$EFve)%gC7K}Zj?}wxu5HN&Pp;5e zOO=gTWBxVPncB)D;;DWwnDMSM(rLi7ax!~`M?q~KTC9W?5dtF zuGa91MSU?4lnT6&cBz*i|8>sW%+u^3>I83vp^MRj4AkK~MSuK4v-f5>D(aNqP!Rp2 zIbX_Z&)}9?yuuXb>-POzE2=zx16H|pJnGdvN?f86_pQC7W^XhUETq>GB9<*9?@15Y ztse5vn51o4OG1t^J1RkoP>Q-iq9M9LXleIumlwKcMzv$(_fR8?RP4xXyYW!=h{PNH zv@;+<|9gj7UA;YLQH|MqQj|%$#^s%zPf|o0?Y>;OxE;Ef8H?A=yI4ZIv|j0$y*g}uXnJ+lHeH?c7^+)Drys%K;eVeO5C7(g__-l z>ZN0wLlE)U(nB=09PCo?6rL@PA!B~G3g&O*v`C^o@O2hg@_u1(+nAak{4#(Q3Vt60 umN^070od7}uQ0%m@jwFsLIB5_3mN6Zs}sH-y7&O_PgPM%p +<<<<<<< HEAD +[AccountManagement CSP](accountmanagement-csp.md) +

Added a new CSP in Windows 10, version 1803.

+======= [RootCATrustedCertificates CSP](rootcacertificates-csp.md)

Added the following node in Windows 10, version 1803:

  • UntrustedCertificates
+>>>>>>> 2aa0839b99c52229c7cf43d58f467019b1284a6a @@ -1640,6 +1645,10 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware +[AccountManagement CSP](accountmanagement-csp.md) +

Added a new CSP in Windows 10, version 1803.

+ + [RootCATrustedCertificates CSP](rootcacertificates-csp.md)

Added the following node in Windows 10, version 1803: