I recently had the need to output the machine model number to a share which would act as part of […]
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.
Get the serial number from the BIOS remotely
Here’s the Powershell command to remotely get the serial number of a machine. Get-WmiObject win32_bios -computername REMOTECOMPUTERNAME
Get serial number from the BIOS
If you needed to get the serial number from the BIOS here’s the CMD script.
Hide folders within C:\
After looking into the prospect of rolling out the OneDrive client to users, I realized users would need access to […]