A lot of times people wonder or ask about how to enable Mouse during OSD Task Sequence in MDT or SCCM. Here is the command. Just add a command line in your Task Sequence and copy and paste the command below: cmd.exe /c reg load HKLM\Offline c:\windows\system32\config\software & cmd.exe /c REG ADD “HKLM\Offline\Microsoft\Windows\CurrentVersion\Policies\System” /v EnableCursorSuppression
Here are three of the scripts in Powershell instead, AddtoADGroup, RemoveFromADGroup And SetADdescription. They can be downloaded here: Script to add/remove Computer from AD group: https://gallery.technet.microsoft.com/ Script to set the AD computer description: https://gallery.technet.microsoft.com/ All scripts have to run in full OS and not in WinPE. AddToADGroup The script adds the computer it is being executed on
#1 – Need to jot down something quickly? Open a temporary notepad in your browser by typing “data:text/html, <html contenteditable>” into the address bar.
Before you start, please make sure that you have a Site backup of your SCCM Server. You can take the back of the server by going to Administration \ Site Configuration on the Right side panel, select your Site. On the Ribbon on top Select Site Maintenance. Open the SCCM console Go to Administration \ Updates
I have seen people asking about removing bloatware from Windows 10 all over internet and in forums. I found this PowerShell Script which mounts the WIM Image and strips all tghe Bloatware from the Image itself. It has different options where you can choose which Bloatware to remove or remove all Bloatware. Download Script Example:
During the offboarding of an Office 365 user, you may be required to make a copy of their OneDrive files or transfer ownership of the files to someone else. This can be a laborious process, requiring you to log into the departing users OneDrive and downloading, transferring or sharing their data manually. The good news
Windows 10 comes with a variety of apps that may be useless for some people and can irritate many users. These apps occupy little space, thus deleting them is just as useless as keeping them on the computer. It is best to ignore them if you don’t want to use them. However, if you want
Applies to Windows 10 Windows 10 Mobile Admins, Purchasers, and Basic Purchasers can assign online-licensed apps to employees or students in their organization. To assign an app to an employee Sign in to Microsoft Store for Business or Microsoft Store for Education. Click Manage, and then choose Apps & software. Find an app, click the ellipses under Action, and then choose Assign
Introduction There have been some great guides through the years on configuring WSUS with SCCM from the ground up, but I felt it was time for me to add to the library with an updated version to cover Server 2016, and particularly my personal recommendations for a successful A-Z setup.