File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ To set up the RenameComputer app in Intune, perform the following steps.
5
5
6
6
Add the UpdateOS.intunewin app to Intune and specify the following command line:
7
7
8
- powershell.exe -noprofile -executionpolicy bypass -file .\UpdateOS .ps1
8
+ powershell.exe -noprofile -executionpolicy bypass -file .\RenameComputer .ps1
9
9
10
10
To "uninstall" the app, the following can be used (for example, to get the app to re-install):
11
11
12
- cmd.exe /c del %ProgramData%\Microsoft\UpdateOS\UpdateOS .ps1.tag
12
+ cmd.exe /c del %ProgramData%\Microsoft\RenameComputer\RenameComputer .ps1.tag
13
13
14
14
Specify the platforms and minimum OS version that you want to support.
15
15
16
16
For a detection rule, specify the path and file and "File or folder exists" detection method:
17
17
18
- %ProgramData%\Microsoft\UpdateOS UpdateOS .ps1.tag
18
+ %ProgramData%\Microsoft\RenameComputer RenameComputer .ps1.tag
19
19
20
20
Deploy the app as a required app to an appropriate set of devices.
You can’t perform that action at this time.
0 commit comments