Monthly Archives: April 2012
Server 2008/R2 Advanced XML filtering
<QueryList>
<Query Id=”0″>
<Select Path=”Security“>
*[EventData[Data[@Name=’SubjectUserName’] and (Data=’test9′)]]
</Select>
</Query>
</QueryList>
Example:
<QueryList>
<Query Id=”0″ Path=”Security”>
<Select Path=”Security”>
*[EventData[Data[@Name=’Workstation’] and (Data=’ClientMachineNAME’ or Data=’WorkstationName1′ or Data=’WorkstationName2′ or Data=’WorkstationName1′ or Data=’Client-PC’ or Data=’Test-PC’)]]
and
*[System[(EventID=’4776′)]]
</Select>
</Query>
</QueryList>
Silverlight Features
Silverlight cannot be updated or removed from software
In the Control Panel, open the Add/Remove Programs applet (Programs on Vista) and
uninstall Microsoft Silverlight if it is shown as installed by clicking on it and then clicking Uninstall or Remove.
If you get an error on this step (for example a dialog saying that the .msi file cannot be found), just continue on to the next step
Note :Be careful that you only delete what I say to delete below.
If you delete too much by accident it is quite likely that you will break something and there is no way to undo accidental changes
ClickStart, and then click on Run.
Type regedit in the Run box and click on OK.
In Registry Editor navigate to
\HKEY_CLASSES_ROOT\Installer\Products\
(export and) Delete {D7314F9862C648A4DB8BE2A5B47BE100}
Using regedit, navigate to HKLM\Software\Microsoft\Silverlight and delete the key
Using Windows Explorer, delete the “Microsoft Silverlight” directory from under Program Files.
From an administrator command shell on anx86 you can do this by running:
rmdir /s /q “%ProgramFiles%\Microsoft Silverlight
If you are on a 64-bit version of Windows, substitute ProgramFiles(x86):
rmdir /s /q “%ProgramFiles(x86)%\Microsoft Silverlight
Try updating or installing Silverlighthttp://www.microsoft.com/getsilverlight
If the issue is related to playing Media Streaming using third party players from any website then try resetting the Internet Explorer to defaults
OS X (10.6.x / 10.7.x) HP 4100c scanner
Exporting priv1.ebd Exchange 2003 mailboxes manualy
Asuming you have a backup copy of the Exchange 2003 ‘MDBDATA’ folder, you can extract the mailboxes to PST files using 3rd party software as described below
http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/49aaa2ae-fe6d-4d15-87a5-43714b31547f/
The manual way is to setup a exact installation of the Server 2003 Small Business Server for example in a virtual enviroment.
All the parameters like computer/domain-name/updates-servicepacks and ip-address must be the same.
Then stop all exchange services and move the old database folder (MDBDATA) to a temporary location.
Move your backup-copy of the MDBDATA to that folder and restart the services.
It could be that the database has a status: “Dirty shutdown” (%exchange%\bin\eseutil.exe /mh priv1.edb)
the repair can also be done with eseutil (%exchange%\bin\eseutil.exe /p priv1.edb)
Windows User/System Tweaks
Windows Installer folder \Windows\Installer
- move the folder C:\Windows\Installer to another [new-installer-path]
- get the junction.exe program (Systems Internals – http://www.sysinternals.com)
- Create a new junction (command promt as administrator)
- junction -s [new-installer-path] C:\Windows\Installer
- junction -s D:\Users\Temp\Windows-Installer
Profiles folders \Users\*
source: Profile relocator ( http://software.bootblock.co.uk/?id=profilerelocator )
Moved the users folders to D:\Users\
Temp folders *\Temp
%USERPROFILE%\Local\Temp\ – moved it to – D:\Users\Temp\[Usersname]\
C:\Windows\Temp\ – moved it to – D:\Users\Temp\Windows\