Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 416f062

Browse files
committed
Update Readme
1 parent 5c5e2b8 commit 416f062

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Invoke-IntuneDocumentation.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ Function Get-WindowsAutopilotConfig(){
199199
Write-Log "Request to $Uri failed with HTTP Status $($ex.Response.StatusCode) $($ex.Response.StatusDescription)" -Type Error
200200
}
201201
}
202-
203202
Function Get-EnrollmentStatusPage(){
204-
<#
203+
<#
205204
.SYNOPSIS
206205
This function is used to get the Enrollment Status Page configuration from the Graph API REST interface
207206
.DESCRIPTION

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Download the DocumentIntune.ps1 file and execute it with PowerShell.exe:
2424

2525
``` powershell
2626
27-
powershell.exe -executionpolicy bypass -file DocumentIntune.ps1
27+
powershell.exe -executionpolicy bypass -file Invoke-IntuneDocumentation.ps1
2828
2929
```
3030

31-
The Documentation will be created in the same folder like the DocumentIntune.ps1 file resides.
31+
The Documentation will be created in the same folder like the Invoke-IntuneDocumentation.ps1 file resides.
3232

3333
**Important:** Before using the Script the first time, you have to ensure, that you have installed the Microsoft.Graph.Intune and PSWord Module. To do that, you have to start PowerShell as an Adminstrator and install them:
3434

0 commit comments

Comments
 (0)