{"id":302,"date":"2023-05-15T12:48:35","date_gmt":"2023-05-15T12:48:35","guid":{"rendered":"https:\/\/endpointinsights.net\/?p=302"},"modified":"2023-05-25T11:19:27","modified_gmt":"2023-05-25T09:19:27","slug":"autopilot-setup","status":"publish","type":"post","link":"https:\/\/endpointinsights.net\/de\/autopilot-setup\/","title":{"rendered":"Autopilot setup"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Autopilot &#8211; short notes to start from<\/h1>\n\n\n\n<p><a href=\"https:\/\/move2modern.weebly.com\/blog-posts\/intune-quick-links-iql-version-2\">Autopilot Quicklinks<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#demo\"><\/a>demo:<\/h2>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/regale.cloud\/Microsoft\/viewer\/1339\/index.html#\/0\/0\n<\/div><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#some-general-usefull-things-around-autopilot\"><\/a>some general usefull things around autopilot<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#get-hwid\"><\/a>Get HWID<\/h2>\n\n\n\n<p>md c:\\HWID<\/p>\n\n\n\n<p>Set-Location c:\\HWID<\/p>\n\n\n\n<p>Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force<\/p>\n\n\n\n<p>Install-Script -Name Get-WindowsAutopilotInfo -Force<\/p>\n\n\n\n<p>$env:Path += &#8222;;C:\\Program Files\\WindowsPowerShell\\Scripts&#8220;<\/p>\n\n\n\n<p>Get-WindowsAutopilotInfo.ps1 -OutputFile AutopilotHWID.csv<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#or-instead-of-doing-hwid-manually-you-can-enrole-the-hwid-in-one-step\"><\/a>OR instead of doing HWID manually you can enrole the HWID in one step<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>Start OOBE on Device:\n&#091;Shift]+F10\nPowerShell.exe -ExecutionPolicy Bypass\nInstall-Script -name Get-WindowsAutopilotInfo -Force\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned\n    Get-WindowsAutopilotInfo -Online  -TenantName \"tenant-name\" -GroupTag \"AutoPilot\" -verbose\n\nOr you can use this cool GUI:\nIn OOBE: Start the Command Line by simultaneously pressing Shift + F10.\nOpen Powershell by typing in Powershell.\nSet-Executionpolicy RemoteSigned\nInstall-Script Get-WindowsAutopilotImportGUI\nGet-WindowsAutopilotImportGUI\n<\/code><\/pre>\n\n\n\n<p><a href=\"https:\/\/ugurkoc.de\/autopilot-import-gui\/\">Autopilot Import GUI \u2013 Cloud Blog (ugurkoc.de)<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#sysprep-oobe\"><\/a>Sysprep OOBE<\/h2>\n\n\n\n<p>PS C:\\HWID&gt; cd C:\\Windows\\System32\\Sysprep<\/p>\n\n\n\n<p>PS C:\\Windows\\System32\\Sysprep&gt; .\\sysprep.exe \/OOBE \/Reboot<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#create-autopilot-group\"><\/a>Create Autopilot Group:<\/h2>\n\n\n\n<p>(device.devicePhysicalIDs -any (_ -contains \u201c[ZTDId]\u201d))<\/p>\n\n\n\n<p><a href=\"https:\/\/letsconfigmgr.com\/bulk-create-intune-groups-script\/\">Script &#8211; Bulk create common AAD Groups for MSIntune &#8211; Let&#8217;s ConfigMgr! (letsconfigmgr.com)<\/a><\/p>\n\n\n\n<p>with (device.devicePhysicalIds -any (_ -eq &#8222;[OrderID]:Standard&#8220;)) you can filter by GroupTag<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#company-branding\"><\/a>Company Branding:<\/h2>\n\n\n\n<p>Azure Active Directory &gt; Company branding MECM<\/p>\n\n\n\n<ol>\n<li>Tenant administration.<\/li>\n\n\n\n<li>Under End user experiences, click on Customization.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#enable-autopilot\"><\/a>Enable Autopilot<\/h2>\n\n\n\n<ol>\n<li>Azure Active Directory &gt; Mobility (MDM and MAM) &gt; Microsoft Intune.<\/li>\n\n\n\n<li>In the MDM user scope setting, select All.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#configure-autopilot\"><\/a>Configure Autopilot<\/h1>\n\n\n\n<ol>\n<li>Under Device enrollment, click on Enroll devices.<\/li>\n\n\n\n<li>Under Windows Autopilot Deployment Program, click on Devices.<\/li>\n\n\n\n<li>Click Import, and select the MyComputers.csv file saved from before and click Import.<\/li>\n\n\n\n<li>On the Devices &gt; Enroll devices pane, click Deployment Profiles &gt; + Create profile and select Windows PC.<\/li>\n\n\n\n<li>On the Basics step, in the Name box, type Autopilot Test Profile and click Next. Note: Leave the Convert all targeted device to Autopilot set to No.<\/li>\n\n\n\n<li>On the Out-of-box experience (OOBE) step, in the Deployment mode dropdown, select&nbsp;<a href=\"https:\/\/www.anoopcnair.com\/intune-decide-windows-autopilot-profile-types\/\">user-driven<\/a>.<\/li>\n\n\n\n<li>In the Join to Azure AD as dropdown, select Azure AD joined.<\/li>\n\n\n\n<li>For the Microsoft Software License Terms option, select Hide.<\/li>\n\n\n\n<li>For the Privacy Settings option, select Hide.<\/li>\n\n\n\n<li>For the Hide change account options option, select Hide.<\/li>\n\n\n\n<li>For the User account type option, select Standard and click Next.<\/li>\n\n\n\n<li>In the Assignments step, under Included groups, click + Add groups, select the Autopilot Devices group just created and click Select and then click Next.<\/li>\n\n\n\n<li>In the Review + create step, click Create.<\/li>\n\n\n\n<li>Wait a few minutes for the device to show up in Assigned devices under Autopilot Test Profile.<\/li>\n\n\n\n<li>Click on Devices &gt; Enroll devices &gt; Windows Autopilot devices and you should be able to see the PROFILE STATUS as Updating and then further Assigned. Wait for a few moments.<\/li>\n<\/ol>\n\n\n\n<p>Start&nbsp;<a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#Sysprep-OOBE\">OOBE<\/a>&nbsp;on Client<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#configure-preprovisioned-autopilot\"><\/a>Configure PreProvisioned Autopilot:<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#prerequisites\"><\/a>Prerequisites:<\/h3>\n\n\n\n<ol>\n<li>Windows 10, version 1903 or later, or Windows 11.<\/li>\n\n\n\n<li>Windows Pro, Enterprise, or Education editions.<\/li>\n\n\n\n<li>An Intune subscription.<\/li>\n\n\n\n<li><strong>Physical devices that support TPM 2.0 and device attestation; virtual machines are not supported<\/strong>. The pre- provisioning process leverages Windows Autopilot self-deploying capabilities, so TPM 2.0 is required. The TPM attestation process also requires access to a set of HTTPS URLs that are unique for each TPM provider. For more information, see the entry for Autopilot self-Deploying mode and Autopilot pre-provisioning in&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/mem\/autopilot\/networking-requirements#tpm\">Networking requirements<\/a>. Physical devices with Ethernet connectivity are required to perform pre-provisioning. Wi-Fi connectivity isn&#8217;t supported because of the requirement to choose a language, locale, and keyboard to make that Wi-Fi connection. Enforcing this requirement in a pre-provisioning process could prevent the user from choosing their own language, locale, and keyboard when they receive the device. For more information, see&nbsp;<a href=\"https:\/\/oofhours.com\/2019\/11\/14\/using-a-wireless-network-connection-with-windows-autopilot-white-glove\/\">Using a wireless network connection with Windows Autopilot white glove<\/a><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#mecm\"><\/a>MECM:<\/h3>\n\n\n\n<p>On the Basics step, in the Name box, type Autopilot preprovisioned deployment test profile and click Next.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#client\"><\/a>Client:<\/h3>\n\n\n\n<ol>\n<li>On the cleint in the&nbsp;<a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#Sysprep-OOBE\">OOBE-Phase<\/a>&nbsp;Let\u2019s set things up for your work or school screen, press the Windows key five times to view an additional options dialog. From that screen, choose the Pre-provision with Windows Autopilot option and then click Next.<\/li>\n\n\n\n<li>A QR code containing a unique identifier for the device, useful to look up the device in Intune to make any configuration changes (example: assigning a user, adding the device to any additional groups needed for app or policy targeting).<\/li>\n\n\n\n<li>Validate the information displayed. If any changes are needed, make those and then Refresh to re-download the updated Autopilot profile details.<\/li>\n\n\n\n<li>Click Reseal to shut the device down. At that point, the device can be shipped to the end user. Note: If the pre-provisioning process fails, a message that says Something went wrong will be displayed with information about the device, and a QR code that can be used to review the results. Diagnostic logs can be gathered from the device, and then it can be reset to start the process over again.<\/li>\n<\/ol>\n\n\n\n<p>After that &gt; User Flow<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#convert-existing-device-to-autopilot\"><\/a>Convert existing device to Autopilot<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#intune-devices\"><\/a>Intune Devices:<\/h2>\n\n\n\n<p>Device enrollment &gt; Windows enrollment &gt; Deployment Profiles &gt; Create Profile&gt;Set Convert all targeted devices<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#sccm-co-management-devices\"><\/a>SCCM (Co-Management devices)<\/h2>\n\n\n\n<p>First, get the devices into Intune via co-management and then to Autopilot &gt; Set Convert all targeted devices<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#windows-7-devices\"><\/a>Windows 7 Devices:<\/h2>\n\n\n\n<p><a href=\"https:\/\/techcommunity.microsoft.com\/t5\/windows-it-pro-blog\/upgrade-windows-7-using-windows-autopilot-in-configuration\/ba-p\/267747\">Upgrade Windows 7 using Windows Autopilot in Configuration Manager &#8211; Microsoft Tech Community<\/a><\/p>\n\n\n\n<p>faster:&nbsp;<a href=\"https:\/\/docs.microsoft.com\/de-de\/archive\/blogs\/mniehaus\/speeding-up-windows-autopilot-for-existing-devices\">Speeding up Windows Autopilot for existing devices | Microsoft Docs<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#device-with-windows-10-but-without-sccm-and-no-intune\"><\/a>Device with Windows 10 but without SCCM and no Intune<\/h2>\n\n\n\n<p>I have written this&nbsp;<a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/blob\/main\/Intune\/Autopilot\/ImportAndWipeDevice_AutoPilot.ps1\">script<\/a>&nbsp;to get the such devices to Intune Autopilot. All that is required is A User with the permission to enroll.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#intune-ad-connector-intune-connector-for-active-directory\"><\/a>Intune AD connector (Intune Connector for Active Directory)<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#windows-autopilot-workflow--hybrid-azure-ad-join\"><\/a>Windows Autopilot Workflow \u2013 Hybrid Azure AD Join<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178494407-331d2924-177b-4d05-971c-b4fdada7c6bc.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>Following are the Intune AD connector requirement. Make sure that you have all the needs in place before the implementation. * The Intune Connector installation requires Windows Server 2016 or later.<\/p>\n\n\n\n<ul>\n<li>Intune Connector Server should be able to communicate with Active Directory.<\/li>\n\n\n\n<li>Intune Connector Server must have access to the internet. If you have a proxy in your environment, please follow the&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-gb\/azure\/active-directory\/manage-apps\/application-proxy-configure-connectors-with-proxy-servers\">proxy recommendations<\/a>.<\/li>\n\n\n\n<li>In production, For High availability, Consider multiple servers with connectors.<\/li>\n\n\n\n<li>If you have any Active Directory domains in your environment, consider a connector for each part.<\/li>\n\n\n\n<li>Intune AD connector server system locale should be set to English US.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#install-connector\"><\/a>Install Connector<\/h2>\n\n\n\n<p>Select Device enrollment &gt; Windows enrollment &gt; Intune Connector for Active Directory &gt; Add connector &gt; Click on the download Connector setup file &gt; Install the executable ODJConnectorBootstrapper.exe.<\/p>\n\n\n\n<p>For Intune connector Installation logs, you can navigate to below path. C:\\Users\\userid\\AppData\\Local\\Temp\\Intune_connector_for_Active_Directory_ \u2022 The server computer object ($) must have permission to create the computer objects in AD.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178494697-8a4b4ed5-1821-4dd3-9684-eaa640a70526.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 NOTE! \u2013 By default, all domain accounts have permission to join a maximum of 10 computers to AD. To change this default behavior, you need to delegate permission. Let\u2019s configure the permission. \u2022 Launch Active Directory Users and Computers (DSA.msc). \u2022 Right-click the organizational unit and then select Delegate Control.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178494969-99e7f524-17ea-4bfa-8530-88080a88e6cc.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 Delegate Control for Intune Connector for Active Directory \u2013 Windows Autopilot Hybrid Domain Join Scenario 13 \u2022 Select \u201cNext\u201d to continue.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495056-826719dd-298a-45a0-9e9c-f63a6bbee18f.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 In the Delegation of Control wizard, add your Intune connector server computer object. \u2022 Select Create a custom task to delegate &gt; Next.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495166-434d5005-5e57-4066-a01b-aa7ad871a9aa.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 Select the Computer objects, Create selected objects in this folder, Delete selected objects in this folder checkboxes, and select the Next button to continue.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495263-a917b6da-80e5-49df-afda-28922e3d80f1.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 Under Permissions, select the Full Control check box as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495554-3b2b01c1-601a-4466-9c12-4f4608bcf811.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>\u2022 You have completed the permission delegation for the Intune AD connector<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#mecm-1\"><\/a>MECM:<\/h2>\n\n\n\n<p>Deployment Profiles \u2022 Device enrollment &gt; Windows enrollment &gt; Deployment Profiles &gt; Create Profile. \u2022 Type a Name and, optionally, a Description. \u2022 For Deployment mode, select&nbsp;<a href=\"https:\/\/www.anoopcnair.com\/intune-decide-windows-autopilot-profile-types\/\">User-driven<\/a>. \u2022 In the Join to Azure AD as box, select Hybrid Azure AD joined.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#intune-configuration-profile--hybrid-domain-join\"><\/a>Intune Configuration Profile \u2013 Hybrid Domain Join<\/h2>\n\n\n\n<p>In&nbsp;<a href=\"https:\/\/aka.ms\/intuneportal\">Intune<\/a>, select Device configuration &gt; Profiles &gt; Create Profile. Select Windows 10 and later. Profile type: Select Domain Join. Provide a Computer name prefix, Domain name, and (optional) Organizational unit in&nbsp;<a href=\"https:\/\/docs.microsoft.com\/windows\/desktop\/ad\/object-names-and-identities#distinguished-name\">DN format<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495755-bbb65cbe-75d1-4971-91fa-8e21cfabd343.png\" alt=\"image\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#csp-to-disable-user-setting-in-esp\"><\/a>CSP to Disable User Setting in ESP<\/h2>\n\n\n\n<p>In the Windows Autopilot Hybrid Domain Join profile scenario, you may observe an error in the&nbsp;<a href=\"https:\/\/www.anoopcnair.com\/enrollment-status-screen-troubleshooting\/\">enrollment status page (ESP)<\/a>. This error is because of the timeout mentioned in&nbsp;<a href=\"https:\/\/blogs.technet.microsoft.com\/mniehaus\/2018\/11\/22\/trying-out-windows-autopilot-user-driven-hybrid-azure-ad-join\/\">Michael Niehaus\u2019s post.<\/a>&nbsp;Below CSP configuration will prevent this timeout error. In this&nbsp;<a href=\"https:\/\/www.anoopcnair.com\/windows-autopilot-hybrid-azure-ad-join-trouble\/\">post<\/a>, you will find the Windows Autopilot Hybrid Domain Join Troubleshooting Tips. Let\u2019s go through the steps to configure this CSP. .\/Vendor\/MSFT\/DMClient\/Provider\/MS DM Server\/FirstSyncStatus\/SkipUserStatusPage Navigate via Intune blade \u2013 Create a profile \u2013 Settings \u2013 Configure \u2013 Custom OMA-URI Settings \u2013 Windows 10 and later \u2013 Add OMA-URI settings.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495842-851c5655-c209-49e2-8e38-2241254fc21b.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>Assign the CSP to the Autopilot device group.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/96050818\/178495894-c15325c3-d9a3-45fb-a452-a5de49eada1c.png\" alt=\"image\"\/><\/figure>\n\n\n\n<p>(Optional) Turn on the Enrollment Status Page It is recommended to enable the Enrollment status page. For more details, refer here.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/Intune-Autopilot#additional-ressources\"><\/a>Additional Ressources<\/h3>\n\n\n\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/mem\/intune\/apps\/store-apps-company-portal-autopilot\">Add and assign the Windows 10 Company Portal app for Autopilot provisioned devices &#8211; Microsoft Intune | Microsoft Docs<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.anoopcnair.com\/windows-autopilot-deployment\/\">Beginners Guide Setup Windows Autopilot Deployment HTMD Blog (anoopcnair.com)<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/active-directory\/devices\/concept-azure-ad-join\">What is an Azure AD joined device? &#8211; Microsoft Entra | Microsoft Docs<\/a>&nbsp;\u2022 Azure AD joined devices can still maintain single sign-on access to on-premises resources when they are on the organization&#8217;s network. Devices that are Azure AD joined can still authenticate to on-premises servers like file, print, and other applications.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/Philinger1\/Powershell-public\/wiki\/_new?wiki%5Bname%5D=_Footer\">&nbsp;Add a custom footer<\/a><\/p>\n<div class=\"shariff shariff-align-left shariff-widget-align-left\" data-services=\"facebook%7Creddit\" data-url=\"https:\/\/endpointinsights.net\/de\/autopilot-setup\/\" data-timestamp=\"1685013567\" data-backendurl=\"https:\/\/endpointinsights.net\/de\/wp-json\/shariff\/v1\/share_counts?\"><div class=\"ShariffHeadline\">  <br \/>   <br \/> <i>Already shared <span class=\"shariff-total\">0<\/span> times!<\/i><\/div><ul class=\"shariff-buttons theme-round orientation-horizontal buttonsize-small\"><li class=\"shariff-button facebook shariff-nocustomcolor\" style=\"background-color:#4273c8\"><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F\" title=\"Share on Facebook\" aria-label=\"Share on Facebook\" role=\"button\" rel=\"nofollow\" class=\"shariff-link\" style=\"; background-color:#3b5998; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 18 32\"><path fill=\"#3b5998\" d=\"M17.1 0.2v4.7h-2.8q-1.5 0-2.1 0.6t-0.5 1.9v3.4h5.2l-0.7 5.3h-4.5v13.6h-5.5v-13.6h-4.5v-5.3h4.5v-3.9q0-3.3 1.9-5.2t5-1.8q2.6 0 4.1 0.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button linkedin shariff-nocustomcolor\" style=\"background-color:#1488bf\"><a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F\" title=\"Share on LinkedIn\" aria-label=\"Share on LinkedIn\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#0077b5; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#0077b5\" d=\"M6.2 11.2v17.7h-5.9v-17.7h5.9zM6.6 5.7q0 1.3-0.9 2.2t-2.4 0.9h0q-1.5 0-2.4-0.9t-0.9-2.2 0.9-2.2 2.4-0.9 2.4 0.9 0.9 2.2zM27.4 18.7v10.1h-5.9v-9.5q0-1.9-0.7-2.9t-2.3-1.1q-1.1 0-1.9 0.6t-1.2 1.5q-0.2 0.5-0.2 1.4v9.9h-5.9q0-7.1 0-11.6t0-5.3l0-0.9h5.9v2.6h0q0.4-0.6 0.7-1t1-0.9 1.6-0.8 2-0.3q3 0 4.9 2t1.9 6z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button xing shariff-nocustomcolor\" style=\"background-color:#29888a\"><a href=\"https:\/\/www.xing.com\/spi\/shares\/new?url=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F\" title=\"Share on XING\" aria-label=\"Share on XING\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#126567; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 25 32\"><path fill=\"#126567\" d=\"M10.7 11.9q-0.2 0.3-4.6 8.2-0.5 0.8-1.2 0.8h-4.3q-0.4 0-0.5-0.3t0-0.6l4.5-8q0 0 0 0l-2.9-5q-0.2-0.4 0-0.7 0.2-0.3 0.5-0.3h4.3q0.7 0 1.2 0.8zM25.1 0.4q0.2 0.3 0 0.7l-9.4 16.7 6 11q0.2 0.4 0 0.6-0.2 0.3-0.6 0.3h-4.3q-0.7 0-1.2-0.8l-6-11.1q0.3-0.6 9.5-16.8 0.4-0.8 1.2-0.8h4.3q0.4 0 0.5 0.3z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mailto shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"mailto:?body=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F&subject=Autopilot%20setup\" title=\"Send by email\" aria-label=\"Send by email\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#999\" d=\"M32 12.7v14.2q0 1.2-0.8 2t-2 0.9h-26.3q-1.2 0-2-0.9t-0.8-2v-14.2q0.8 0.9 1.8 1.6 6.5 4.4 8.9 6.1 1 0.8 1.6 1.2t1.7 0.9 2 0.4h0.1q0.9 0 2-0.4t1.7-0.9 1.6-1.2q3-2.2 8.9-6.1 1-0.7 1.8-1.6zM32 7.4q0 1.4-0.9 2.7t-2.2 2.2q-6.7 4.7-8.4 5.8-0.2 0.1-0.7 0.5t-1 0.7-0.9 0.6-1.1 0.5-0.9 0.2h-0.1q-0.4 0-0.9-0.2t-1.1-0.5-0.9-0.6-1-0.7-0.7-0.5q-1.6-1.1-4.7-3.2t-3.6-2.6q-1.1-0.7-2.1-2t-1-2.5q0-1.4 0.7-2.3t2.1-0.9h26.3q1.2 0 2 0.8t0.9 2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mastodon shariff-nocustomcolor\" style=\"background-color:#563ACC\"><a href=\"https:\/\/s2f.kytta.dev\/?text=Autopilot%20setup https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F\" title=\"Share on Mastodon\" aria-label=\"Share on Mastodon\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#6364FF; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"75\" height=\"79\" viewBox=\"0 0 75 79\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M37.813-.025C32.462-.058 27.114.13 21.79.598c-8.544.621-17.214 5.58-20.203 13.931C-1.12 23.318.408 32.622.465 41.65c.375 7.316.943 14.78 3.392 21.73 4.365 9.465 14.781 14.537 24.782 15.385 7.64.698 15.761-.213 22.517-4.026a54.1 54.1 0 0 0 .01-6.232c-6.855 1.316-14.101 2.609-21.049 1.074-3.883-.88-6.876-4.237-7.25-8.215-1.53-3.988 3.78-.43 5.584-.883 9.048 1.224 18.282.776 27.303-.462 7.044-.837 14.26-4.788 16.65-11.833 2.263-6.135 1.215-12.79 1.698-19.177.06-3.84.09-7.692-.262-11.52C72.596 7.844 63.223.981 53.834.684a219.453 219.453 0 0 0-16.022-.71zm11.294 12.882c5.5-.067 10.801 4.143 11.67 9.653.338 1.48.471 3 .471 4.515v21.088h-8.357c-.07-7.588.153-15.182-.131-22.765-.587-4.368-7.04-5.747-9.672-2.397-2.422 3.04-1.47 7.155-1.67 10.735v6.392h-8.307c-.146-4.996.359-10.045-.404-15.002-1.108-4.218-7.809-5.565-10.094-1.666-1.685 3.046-.712 6.634-.976 9.936v14.767h-8.354c.109-8.165-.238-16.344.215-24.5.674-5.346 5.095-10.389 10.676-10.627 4.902-.739 10.103 2.038 12.053 6.631.375 1.435 1.76 1.932 1.994.084 1.844-3.704 5.501-6.739 9.785-6.771.367-.044.735-.068 1.101-.073z\"\/><defs><linearGradient id=\"paint0_linear_549_34\" x1=\"37.0692\" y1=\"0\" x2=\"37.0692\" y2=\"79\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#6364FF\"\/><stop offset=\"1\" stop-color=\"#563ACC\"\/><\/linearGradient><\/defs><\/svg><\/span><\/a><\/li><li class=\"shariff-button reddit shariff-nocustomcolor\" style=\"background-color:#ff5700\"><a href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F\" title=\"Share on Reddit\" aria-label=\"Share on Reddit\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#ff4500; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"#ff4500\" d=\"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button rss shariff-nocustomcolor\" style=\"background-color:#ff8c00\"><a href=\"https:\/\/endpointinsights.net\/de\/feed\/rss\/\" title=\"RSS feed\" aria-label=\"RSS feed\" role=\"button\" class=\"shariff-link\" style=\"; background-color:#fe9312; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fe9312\" d=\"M4.3 23.5c-2.3 0-4.3 1.9-4.3 4.3 0 2.3 1.9 4.2 4.3 4.2 2.4 0 4.3-1.9 4.3-4.2 0-2.3-1.9-4.3-4.3-4.3zM0 10.9v6.1c4 0 7.7 1.6 10.6 4.4 2.8 2.8 4.4 6.6 4.4 10.6h6.2c0-11.7-9.5-21.1-21.1-21.1zM0 0v6.1c14.2 0 25.8 11.6 25.8 25.9h6.2c0-17.6-14.4-32-32-32z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button twitter shariff-nocustomcolor\" style=\"background-color:#595959\"><a href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fendpointinsights.net%2Fde%2Fautopilot-setup%2F&text=Autopilot%20setup\" title=\"Share on X\" aria-label=\"Share on X\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#000\" d=\"M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0\"\/><\/svg><\/span><\/a><\/li><\/ul><\/div>","protected":false},"excerpt":{"rendered":"<p>some general usefull things around autopilot<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"de","enabled_languages":["en","de"],"languages":{"en":{"title":true,"content":true,"excerpt":true},"de":{"title":false,"content":false,"excerpt":false}}},"_links":{"self":[{"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/posts\/302"}],"collection":[{"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/comments?post=302"}],"version-history":[{"count":1,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/posts\/302\/revisions"}],"predecessor-version":[{"id":303,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/posts\/302\/revisions\/303"}],"wp:attachment":[{"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/media?parent=302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/categories?post=302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/endpointinsights.net\/de\/wp-json\/wp\/v2\/tags?post=302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}