Open Run and type the below.
Start a new QUERY – v1910
Useful QUERY to point device collections at an OU of your choice in Active Directory.
Install SCCM client manually – v1910
The following switches need to be added to the .exe to install the client silently.
Install WSUS console only
Use the below PowerShell command to install the administration console only to manage an external WSUS server.
Find FSMO role holders within domain
Use the below command within CMD to locate the FSMO roles.
Output last logon timestamp
Ever needed to output the last login Timestamp of a particular Active Directory OU to a file? I needed to […]
Output machine serial number
I recently had the need to output the machine serial number to a share which would act as part of […]
Output machine model number
I recently had the need to output the machine model number to a share which would act as part of […]
Enable .net Framework 3.5
Sometimes there’s the need to enable the .NET Framework 3.5 on a server for a particular application. Below is the […]
Get current logged on user of a machine remotely
Need to find out who’s logged onto a particular machine? Use the below PowerShell command below.