Export-IntuneApps
SYNOPSIS
Export Intune applications to an HTML file.
SYNTAX
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
Exports Intune applications to the specified IIS server and folder.
EXAMPLE 2
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