From b7c8bd2d5c8cbfac2e5475f483b55f96f29b4399 Mon Sep 17 00:00:00 2001 From: Celeste de Guzman Date: Mon, 2 Oct 2017 16:46:05 -0700 Subject: [PATCH] added draft topic for Windows Automatic Redeployment and added Windows glyph --- education/windows/images/windows_glyph.png | Bin 0 -> 542 bytes .../windows/windows-automatic-redeployment.md | 74 ++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 education/windows/images/windows_glyph.png create mode 100644 education/windows/windows-automatic-redeployment.md diff --git a/education/windows/images/windows_glyph.png b/education/windows/images/windows_glyph.png new file mode 100644 index 0000000000000000000000000000000000000000..1eca6974ebe1e195326028734af058df34fd5df6 GIT binary patch literal 542 zcmV+(0^$9MP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGmbN~PnbOGLGA9w%&0kcU&K~z{r?UpfX z!ax+q1p^uol0^^%1vBgHEEyeia1cbnO}~Vzi=%!6MFVkjbQ9b}5Vhc_h>L?FxM=Oe zdzB-XT+^CLq4^ERy~{uEcZ4LI=k`KenIpI|`>faNUaz-YF0rQgx$JyCPp8vN~IFkTx`jFJ|D&zoR^8Bh;as2cIWTOI4?*f z5`jRmSj3u(uIr>BjZr2D0>&A_;V=XWg#y-GG)*H7X^gVV<$^PY>-7rb`yH}k1xd0P zWsAiE{-JLSu)bQYAh6wT=kqzPS}>c<4u=D2NMn@YQ!pbC2tXi{$zaW;-ENbHG)9^G zoqfeWmvKI7=Vh^24C4&scjcsv0EdIoXw+yls?};Ll_DpDP$&eKa=9F7$LAX|Q+B%@ zjKkruTrMY*Nkvhxu^G?GOgWuS!~RaGBHm` Policies > CredentialProviders > DisableAutomaticReDeploymentCredentials** setting. + +2. MDM provider, such as Intune for Education + **Namrata - Is this statement about Intune for Education, correct? I couldn't actually verify it in the latest I4E builds** + - Intune for Education automatically sets this policy in the **All devices** group policy configuration. + - If you're using an MDM provider other than Intune for Education, check your MDM provider documentation on how to set this policy. If your MDM provider doesn't explicitly support this policy, you can manually set this policy if your MDM provider allows specific OMA-URIs to be manually set. + + For example, in Intune, create a new configuration policy and add an OMA-URI. + - OMA-URI: ./Vendor/MSFT/Policy/Config/CredentialProviders/DisableAutomaticReDeploymentCredentials + - Data type: Boolean + - Value: 1 + +3. Set up School PCs app + + In the Set up School PCs app, you can... TBD. + + For more info, see [Use Set up School PCs app](use-set-up-school-pcs-app.md). + + +## How to trigger Windows Automatic Redeployment +Windows Automatic Redeployment is a two-step process: trigger it and then authenticate. Once you've done these two steps, you can let the process execution and once it's done, the device is again ready for use. + +**To trigger Windows Automatic Redeployment** + +- From the Windows device lock screen, enter the keystroke: **![Windows key](images/windows_glyph.png) + CTRL + R**. + + This will open up a custom login screen for Windows Automatic Redeployment. The screen serves two purposes: + 1. Confirm/verify that the end user has the right to trigger Windows Automatic Redeployment + 2. Notify the user in case a provisioning package, created using Windows Configuration Designer or Set up School PCs, will be used as part of the process. + + Once the user enters their credentials, no additional input is required. + + +## Related topics + +[Set up Windows devices for education](set-up-windows-10.md) + + + + +