Site Memberships: 5
Newest Member: ginga
|
|
16754 Visitors Since 21 Oct 2004
|
|
|
Welcome!
We hope you will find the resources you need here, both for your personal computer, as well as technical solutions to IT issues and scenarios.
Please make sure you check our forums for security alerts, downloads, articles&whitepapers.
Enjoy. DSI-Tech

|
| Posted By : DSI-Tech Jun 30 2010 12:30:49 p.m. |
In addition to the previous post about KepnerTregoe RESOLVE methodology, I have found this post which I think it's quite useful and concise. The post pertains to troubleshooting intermittent problems.
http://www.satisfice.com/blog/archives/34
|
|
| Windows "Touch" equivalent: |
| Posted By : DSI-Tech Jun 29 2010 11:39:33 a.m. |
Updating a file's attributes with the current date and time can be easily achieved under Microsoft Windows by issuing the following command in CMD:
copy /b filename.ext +,,
You can either navigate in CMD to the folder that contains the file, or prefix the filename.ext with the full path.
I have found this useful when
Read More...
|
|
| list installed software command line: |
| Posted By : DSI-Tech Jun 24 2010 3:01:44 p.m. |
To get a list of isntalled software on a computer, use WMIC (WMI Command line interface) as follows:
wmic product
I normally use the option bellow to pipe output in a file that I can load in Excel...
wmic product list /format:csv > c:\temp.txt
|
|
| Incorrect installed version detected: |
| Posted By : DSI-Tech Jun 8 2010 7:16:35 p.m. |
It's amazing what we learn everyday, regardless of how much we think we know or how long we have been in the industry...
New tricks - sometimes, installed MSI packages (and not just) might report the wrong version. Common scenarios are with re-packaged MSI's, where the packager (through the repackaging software) decides, in his/her wisdo
Read More...
|
|
| Fix JRNL_WRAP_ERROR single DC: |
| Posted By : DSI-Tech Jun 7 2010 11:43:46 a.m. |
Fix JRNL_WRAP_ERROR single DC
The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.
This is the procedure I generated: Perform and SYSTEMSTATE backup to file on the domain controller
1. Set the relevant Netlogon key to 1 HKEY_LOCAL_MACHIN
Read More...
|
|
|