See a full list of Windows Server 2016 and/or Windows 10 maintenance tasks using the following command run from an admin command prompt:
schtasks /query
See a full list of Windows Server 2016 and/or Windows 10 maintenance tasks using the following command run from an admin command prompt:
schtasks /query
Somebody somewhere thought not having the WindowsUpdate.log in a human readable format that could be viewed in real-time was a really good idea.
To read the logs now you have to use a PowerShell command.
Open PowerShell using Run As Administrator and run the following.
Wait patiently for the now out-of-date log to save to your desktop.
No unusual to get the occasional moody WSUS managed-device that will not report and/or update using a correctly configured WSUS server. The link below is the one I like to use to test the connection from the WSUS managed device to the WSUS web site.
Note: The test URL below uses my-wsus-box as the server name and 8530 as the configured port for the WSUS web site – change as appropriate.
Note: If the connection to the WSUS web site is good then a prompt to download wuident.cab should be presented.
Windows Server 2016 would not download updates from WSUS server running WSUS v4.0. Viewing the WindowsUpdate.log the following error was noted:
Unable to easily view the IE proxy settings as IE had been disabled by Group Policy on the server. Fix was to reset the proxy settings using the following command:
SCCM 1511 Site Server requires WSUS Admin Tools to be installed if the SCCM 1511 Software Update Server (SUP) is running on a remote server.
User PowerShell:
Or from the GUI.
Basic DISM command to install a language pack that can be run manually when creating a reference image or in a Task Sequence (need to change the path). Useful when building Server 2012 and need EN-GB.
Just a couple of quick PowerShell commands that can be used to create a Server 2012 R2 custom Start Screen.
Set up the Start Screen as required and then run this:
Use this to import.
The import line can be used in a script as part of an SCCM/MDT Task Sequence.
Nice little command to get the time and date since a server booted up:
net statistics server
Note: The amount of time a server has been up can be seen in Task Manager on the Performance tab.
Applies to Windows Server 2008 and 2012 versions.