Wednesday, December 16, 2015

Wednesday, June 10, 2015

How to change NetworkCategory for Win 2012 R2

By default Win 2012 R2 treats NIC interfaces as PUBLIC.  Even with Windows Firewall OFF, it will still block RDP, etc... from external IPs...  To fix, change NetworkCategory to PRIVATE...

Using GPEDIT.MSC, runas Administrator
  • Navigate to Computer Configuration / Windows Settings / Security Settings / Network List Manager Policies.
  • Double click the Network name of network that you would like to change the location
  • Select the Network Location tab, and set the location to PRIVATE
  • Click OK, and close Local Group Policy Editor

Reference:
http://anonit.blogspot.com/2014/02/change-network-location-in-server-2012.html

Tuesday, May 19, 2015

Saving Netapp CIFS audit logs to file

From the command line of filer:
  1. Putty into filer
  2. Enter the following command to update the event log:
cifs audit save [-f]
The -f option allows you to overwrite the existing event log. If the event log does not exist, you can omit the -f option


Reference:
https://library.netapp.com/ecmdocs/ECMP1196993/html/GUID-E58BC8F8-15B9-404F-B097-FD6214E1D409.html

Wednesday, April 8, 2015

AD Search tool on Win 7

Create a shortcut called "AD Search" or something similar for this:

%windir%\system32\rundll32.exe dsquery.dll,OpenQueryWindow

Reference:
http://www.windowsdevcenter.com/pub/a/windows/2004/06/01/ad_shortcut.html

Wednesday, April 1, 2015

Enabling Win 2008 R2 Print server logging

  1. Login to the server
  2. From Server Manager, expand Diagnostics and Event Viewer
  3. Expand Applications and Services Logs
  4. Expand the Microsoft folder, expand the Windows folder
  5. Expand the PrintServices folder
  6. Right-click on the Operational Log, and click Enable Log

Reference:
http://social.technet.microsoft.com/wiki/contents/articles/1466.windows-server-2008-r2-and-print-logging.aspx

Friday, March 13, 2015

File copy fails with the error “Insufficient System Resources”

Trying to copy large backup file from a Win 2003 server to a Win 2008 server and it seems to be working, but after awhile it fails with the message that:

File copy fails with the error “Insufficient System Resources”

After doing the reghacks in the reference below and rebooting the Win 2003 server, it seems to work now.

Reference:
http://blogs.technet.com/b/perfguru/archive/2009/02/19/file-copy-fails-with-the-error-insufficient-system-resources.aspx