Nigel Lindsay BSc MCSE MCITP
Time server MCSE with a BSc degree in engineering. Returning to work after a career break and studying like mad to update my certifications.
Friday, 18 July 2014
Tuesday, 27 May 2014
Share USB Scanner on Network
- Connect USB scanner cable to a computer connected to the network.
- Install the software.
- Click "Start," then "Control Panel." Type "Network" in the search box, then click "View network computers and devices" under "Network and Sharing Center."
- Right-click on your scanner and select "Install." Though the scanner is already installed on your local computer, this makes it accessible on the network.
Sunday, 16 March 2014
PowerShell: How much physical memory
Get-WMIObject -class win32_physicalmemory | Format-Table devicelocator, capacity –a
This PowerShell command will return the amount of memory in each slot.
PowerShell domain join and computer rename
Add-Computer -DomainName Domain01 –Restart
TechNet: PowerShell Add-Computer
Rename-Computer -NewName Server044 -DomainCredential Domain01\Admin01 –Restart
Wednesday, 12 March 2014
Microsoft Data Classification Toolkit
This Solution Accelerator is designed to help enable an organization to identify, classify, and protect data on their file servers. The out-of-the-box classification and rule examples help organizations build and deploy their policies to protect critical information on the file servers in their environment.