Intune Diagnostics: verschil tussen versies

Uit WaaaghPedia
(Nieuwe pagina aangemaakt met 'Categorie:ToDo Categorie:Microsoft Categorie:Windows Categorie:Microsoft_Intune Met intune is het soms nodig om wat dieper te graven dan je zou willen. Hieronder een aantal tools om dit makkelijker te maken. == Get-AutoPilotDiagnostics == <syntaxhighlight lang="powershell" line> install-script -Name Get-AutoPilotDiagnostics Get-AutoPilotDiagnostics https://www.powershellgallery.com/packages/Get-AutopilotDiagnostics/5.6 </syntaxhighlight> ==...')
 
Geen bewerkingssamenvatting
Regel 6: Regel 6:
Met intune is het soms nodig om wat dieper te graven dan je zou willen. Hieronder een aantal tools om dit makkelijker te maken.
Met intune is het soms nodig om wat dieper te graven dan je zou willen. Hieronder een aantal tools om dit makkelijker te maken.


== Get-AutoPilotDiagnostics ==
== Get-AutopilotDiagnostics ==
https://oofhours.com/2020/07/12/windows-autopilot-diagnostics-digging-deeper/
<syntaxhighlight lang="powershell" line>
<syntaxhighlight lang="powershell" line>
install-script -Name Get-AutoPilotDiagnostics
install-script -Name Get-AutopilotDiagnostics
Get-AutoPilotDiagnostics
Get-AutopilotDiagnostics
https://www.powershellgallery.com/packages/Get-AutopilotDiagnostics/5.6
https://www.powershellgallery.com/packages/Get-AutopilotDiagnostics/5.6
</syntaxhighlight>
</syntaxhighlight>

Versie van 5 dec 2023 11:28


Met intune is het soms nodig om wat dieper te graven dan je zou willen. Hieronder een aantal tools om dit makkelijker te maken.

Get-AutopilotDiagnostics

https://oofhours.com/2020/07/12/windows-autopilot-diagnostics-digging-deeper/

install-script -Name Get-AutopilotDiagnostics 
Get-AutopilotDiagnostics 
https://www.powershellgallery.com/packages/Get-AutopilotDiagnostics/5.6

Get-IntuneManagementExtensionDiagnostics

install-script -Name Get-IntuneManagementExtensionDiagnostics
Get-IntuneManagementExtensionDiagnostics
https://github.com/petripaavola/Get-IntuneManagementExtensionDiagnostics