You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Intune_Scripts/AutopilotV2/RenameDevice/Win32App_Content/Reboot.ps1
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Date: [31-Aug-2024]
24
24
Version: 1.0
25
25
26
26
.EXAMPLE
27
-
PS C:\> .\Reboot.ps1
27
+
PS C:\> .\Handle-Reboot.ps1
28
28
This command executes the script, logging its progress, handling the reboot and notification tasks, and conditionally rebooting the device based on user input.
29
29
30
30
#>
@@ -56,7 +56,7 @@ if (-not(Test-Path $LogFilePath)) {
0 commit comments