Skip to content

Commit 0baf74d

Browse files
committed
Update README.md
Updated readme with correct instructions
1 parent df6a8fc commit 0baf74d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ To set up the RenameComputer app in Intune, perform the following steps.
55

66
Add the UpdateOS.intunewin app to Intune and specify the following command line:
77

8-
powershell.exe -noprofile -executionpolicy bypass -file .\UpdateOS.ps1
8+
powershell.exe -noprofile -executionpolicy bypass -file .\RenameComputer.ps1
99

1010
To "uninstall" the app, the following can be used (for example, to get the app to re-install):
1111

12-
cmd.exe /c del %ProgramData%\Microsoft\UpdateOS\UpdateOS.ps1.tag
12+
cmd.exe /c del %ProgramData%\Microsoft\RenameComputer\RenameComputer.ps1.tag
1313

1414
Specify the platforms and minimum OS version that you want to support.
1515

1616
For a detection rule, specify the path and file and "File or folder exists" detection method:
1717

18-
%ProgramData%\Microsoft\UpdateOS UpdateOS.ps1.tag
18+
%ProgramData%\Microsoft\RenameComputer RenameComputer.ps1.tag
1919

2020
Deploy the app as a required app to an appropriate set of devices.

0 commit comments

Comments
 (0)