OneNote Notes

5
Office Deployment Remote Rename Using a Powershell Command to Change PC name Remotely. Open Powershell (RUN AS: Administrator or a Domain Account) Make sure you type the Computer name you want to rename and then type the new name to the machine you are renaming., which is highlighted in yellow. DO NOT USE CAPITIAL LETTERS: NO MORE THAN 14 CHAR's Type the Following Command:

Transcript of OneNote Notes

Page 1: OneNote Notes

Office Deployment

Remote Rename

Using a Powershell Command to Change PC name Remotely.

Open Powershell (RUN AS: Administrator or a Domain Account) Make sure you type the Computer name

you want to rename and then type the new name to the machine you are renaming., which is

highlighted in yellow.

DO NOT USE CAPITIAL LETTERS: NO MORE THAN 14 CHAR's

Type the Following Command:

Page 2: OneNote Notes

netdom renamecomputer CIAA001 /newname:CIAA001-4121 /userd:minuteman\scan

/passwordd:Minut3man75* usero:minuteman\scan /passwordo:Minut3man75* /force /reboot:5

netdom renamecomputer libraryls001-55 /newname:libls001-5567 /userd:minuteman\scan

/passwordd:Minut3man75* /usero:minuteman\scan /passwordo:Minut3man75* /force /reboot:5

Stream Setup 1. Open box, keep charger, put asset tag on machine. 2. Setup with charger, go through windows 8 starting steps, DO NOT JOIN A NETWORK, joining a

network disables you from skipping logging in with a Microsoft account. 3. Make sure all drivers are working (shouldn't be an issue.) 4. Uninstall mcafee security suite 5. Join minuteman.lan domain and name machine appropriately 6. Restart 7. You will probably have to sign into the wireless network again. 8. After logging in as scan, search for network and sharing center. When it pops up and you are logged

into minuteman-wifi, hit that connection in the network sharing center. A. After wi-fi status pops up, hit "wireless properties" B. Next, go to the security tab and hit "advanced settings" and under the 802.1X settings make sure the drop down list has "user or computer authentication." C. hit ok and backout, and under the security tab hit "settings" and then hit "configure" and check the box to use your windows login information to automatically log in to the wireless network. 8. Make sure the power options are set so that the machine doesn't shut off automatically when plugged in. Also make sure to go under advanced power settings and ensure that closing the laptop lid does not shut the machine off while it plugged in. 9. Next, go to the PXE server and deploy the "HP Stream uninstall junk." 10. Install the stream nested install, and OneNote 11. Restart 12. Push sophos cloud 13. Run windows updates until all updates are installed 14. After all updates are installed, open command prompt as administrator and run the

command " Dism /online /cleanup-image /startcomponentcleanup " This will take a while, as it is running through the list of installed updates and deleting the downloaded updates files, leaving them installed but not wasting space on the machine.

Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Andrew
Pencil
Page 3: OneNote Notes

NOTE: After running the DISM command and restarting the machine, it must be left on for 3-7 hours before the ITAMD (schooldude) client will report the machine and manage it, so the machines must be left alone and on for that amount of time after you are done with everything.

NComputing Troubleshoot

1. If error message when logging in says the trust relationship between the domain and the workstation has failed, rejoin the computer to the domain. (Join a workgroup, then rejoin the domain [minuteman.lan])

2. http://kb.ncomputing.com/kb/SOLUTION-Too-many-users-logged-in-to-Windows_445.html 3. (http://its-network.blogspot.com/2015/01/solusi-error-there-are-too-many-users-logged-

ncomputing.html) 4. Check for updates KB2984972, KB3004743,KB3003743 if installed, uninstall. If reinstalling the

update is forced upon you, enter the WSUS server and deny the update, and then clear denied updates, so the update will no longer be forced upon you. 3a. also make sure that the updates are declined in the windows update server

5. Should no longer have multiple user issues with nComputing software.

Windows 8/8.1 Update Method

SHIFT+CTRL+F3 - SYSPREP Mode when First installing http://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc

1. Copy the whole module folder (after unzipping) to %WINDIR%\System32\WindowsPowerShell\v1.0\Modules

2. Startup PowerShell ISE as admin from admin tools

3. Set-ExecutionPolicy RemoteSigned

4. Import-Module PSWindowsUpdate

5. Get-WUInstall -AcceptAll (Run this Until there are no more UPDATES)

Page 4: OneNote Notes

Image Checklist:

Remove all metro apps, powershell:

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online

Get-AppXPackage | Remove-AppxPackage

Manually stop and start windows update service in case of issues

Net stop wuauserv

Net start wuauserv

Windows Update cleanup (requires an image)

Dism /online /cleanup-image /startcomponentcleanup

Page 5: OneNote Notes

Old Macs USB Bootcamp

In order to use a USB drive with boot camp on older machines, you must follow

the steps listed here: https://discussions.apple.com/thread/5479879

Also had to create a MS partition and have boot camp delete it to enable the install option. Believe this tricked boot camp into thinking that installing through a USB drive was valid. Edit: worked only for one model, results are inconsistent.