Skip to content

PowerShell functions for Intune management operations

License

Notifications You must be signed in to change notification settings

CW-RKR/psIntune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psIntune

Intune PowerShell Stuff

Installation

Install-Module psIntune

Examples

Gather Devices with Hardware Inventory Details

$username = "[email protected]"
$devices = Get-PsIntuneDevice -UserName $username -DeviceOS Windows -Detail Detailed -ShowProgress

Gather Installed Software Inventory for Devices

$apps = Get-PsIntuneDeviceApps -UserName $username -ShowProgress

Write Inventory Data to Excel Spreadsheet

Write-psIntuneDeviceReport -Devices $devices -Apps $apps -Title "Contoso" -DeviceOS "Windows" -AzureAD -Overwrite -Show

There are more options/parameters for each of these commands, and there are more commands in the module as well.

More Details

See documentation under Docs folder

About

PowerShell functions for Intune management operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%