Intune
2 TopicsScript to Disable IPv6
We have an Intune setup and I've done some research on disabling IPv6. However it seems to be failing on the test computer we pushed it out too. I thought it would push a registry edit change but it seems to be failing in InTune. Has anyone had any luck disabling IPv6 via Intune? Right now were having to manually disable it. Powershell Script: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" -Name "DisabledComponents" -Value 0xFFFFFFFF800Views0likes4CommentsHow to enroll existing Hybrid-AD joined device with intune for co-management?
Now that v1710 has released, I'm experimenting with Co-management, trying to enroll a test client for it. I went through the wizard in SCCM to configure co-management, setting Automatic enrollment in Intune to Pilot, and selecting a device collection which includes my test computer as the pilot group. In AzureAD I set the MDM User Scope setting to SOME, and selected a security group containing my user account. I've updated the SCCM client on the test computer, and am looking for some sign that it has been enrolled in Intune, but I'm not finding it. In the "Access work or school" settings on the computer, it still just shows connected to our AD domain. (Not sure if that would change...) In our intune console, I don't see that this computer has been added as an enrolled device. If I search in intune under AzureAD devices, I do find this computer listed there, but the Owner and MDM attributes are set to none. Is there something I'm missing when setting this up? At what point should the device be enrolled in intune? How can I verify that it has been enrolled?Solved5.1KViews0likes2Comments