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.

MSDN: Win32_PhysicalMemory class

PowerShell domain join and computer rename

Add-Computer -DomainName Domain01 –Restart

TechNet: PowerShell Add-Computer

Rename-Computer -NewName Server044 -DomainCredential Domain01\Admin01 –Restart

TechNet: PowerShell Rename-Computer

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.

Microsoft Data Classification Toolkit