Skip to content

Export-IntuneApps

SYNOPSIS

Export Intune applications to an HTML file.

SYNTAX

Export-IntuneApps [[-iisServer] <String>] [[-folder] <String>]

DESCRIPTION

This function retrieves Intune applications using Microsoft Graph API and exports them to an HTML file. The output includes application details such as name, description, and assignments, and is saved to a specified IIS server folder.

EXAMPLES

EXAMPLE 1

Export-IntuneApps -iisServer 'SRVIISPR02' -folder 'D09.appcatalogus'

Exports Intune applications to the specified IIS server and folder.

EXAMPLE 2

Export-IntuneApps -iisServer 'MyIISServer' -folder 'MyAppCatalog'

Exports Intune applications to the specified IIS server and folder.

PARAMETERS

-iisServer

The IIS server where the HTML file will be saved. Default is 'SRVIISPR02'.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: SRVIISPR02
Accept pipeline input: False
Accept wildcard characters: False

-folder

The folder on the IIS server where the HTML file will be saved. Default is 'D09.appcatalogus'.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: D09.appcatalogus
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES