See reference regarding ways to fix problems with WMI.
Reference:
https://katyscode.wordpress.com/2007/02/03/tutorial-how-to-fix-wmi-corruption/
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
Reference:
http://anonit.blogspot.com/2014/02/change-network-location-in-server-2012.html
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:
Reference:
https://library.netapp.com/ecmdocs/ECMP1196993/html/GUID-E58BC8F8-15B9-404F-B097-FD6214E1D409.html
- Putty into filer
- 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:
Reference:
http://www.windowsdevcenter.com/pub/a/windows/2004/06/01/ad_shortcut.html
%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
- Login to the server
- From Server Manager, expand Diagnostics and Event Viewer
- Expand Applications and Services Logs
- Expand the Microsoft folder, expand the Windows folder
- Expand the PrintServices folder
- 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
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
Tuesday, March 3, 2015
Vmware Reference on Role Permissions
Defined privileges document:
Reference:
https://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-501-privileges.pdf
Reference:
https://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-501-privileges.pdf
Subscribe to:
Posts (Atom)