CSCRIPT C:\WINDOWS\System32\EVENTQUERY.vbs /fi "Type eq Error" /r 5 /l application
Refer: http://technet.microsoft.com/en-us/library/cc772995%28WS.10%29.aspx

Technical notes, and other ideas.
CSCRIPT C:\WINDOWS\System32\EVENTQUERY.vbs /fi "Type eq Error" /r 5 /l application
Refer: http://technet.microsoft.com/en-us/library/cc772995%28WS.10%29.aspx
Go to Control Panel. Choose printer. Then choose Add Printer.
ChooseAdd a local printer. Click on Create a new port. The default in the drop down box is Local Port. Do not change that. Click Next.
A dialogue box will appear asking for you to enter a port name. Type in the \\computer name\printer name such as \\Gt5040\HPDJ940C
Change the following attributes in the web.config file to get output on the page with errors:
Sample location:
C:\Inetpub\wwwroot\wss\VirtualDirectories\test-eFleet80\web.config
Save the following as "Show Desktop.scf":
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
You can then right-click and drag to the "Quick Launch" toolbar and choose copy here, if you drag-n-drop it only creates a shortcut. In that case, you will need to keep the source code where you saved it.
Is there any out of the box way to reduce the amount of logging SharePoint does? This would help us in our disk space usage.
Yes, you can. In the central administration web site go to Operations -> Diagnostic Logging. You can change the level of logging or turn if off altogether.
A box which assumes your running IE and depends on NTLM, and it will ask for your domain user-name / password. We’ll Firefox does have NTLM just that you need to configure it which is really specify the boxes you will connect to.
NTLM stands for NT Lan Manager, but not the ol’ Lan manager software but instead Microsoft’s authentication protocol. (These changes are done at your own risk)
Here we go, First launch Firefox and enter in the URL; about:config
This will expose all Firefox’s system settings
From there it will provide a long list of settings, on the ’search’ bar type NTLM, you will see 3 entries, were just interested in one.
Double click on network.automatic-ntlm-auth.trusted-uris
From there you will enter the DNS name of your Server, in this case a Sharepoint server, since I only have one server Im suspecting you can enter more than one with a comma.
Such as:
halpspwfe01.flagship.hal.com
And presto, close firefox and re-open.
Use the following in DOS prior to running PPM
REM If the proxy server requires a user name and password
REM include them in the following form:
REM http_proxy=http://username:password@proxy.example.org
set http_proxy=http://mlr:password@10.194.90.18:80
Choose "Top Level Elements", "Working Sets" and choose an "active working set" after you create one of course, and all is good.
Update eclipse.ini file by adding the following line to the end of the file:
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
Windows, Preferences, Network Connections
Active Provider: Manual
Complete HTTP and HTTPS with credentials and make sure SOCKS setting is cleared
find dupes recursively starting at foldername:
fdupes -r foldername
Use the following to get prompted to delete duplicates:
fdupes -r -d foldername
There is also a package called FSlint which has a GUI too.