winmail.dat attachment issue in MS Outlook

http://www.slipstick.com/problems/outlook-is-sending-winmail-dat-attachments/

SSL Certificates

https://www.namecheap.com/security/ssl-certificates/comodo.aspx

 

 

To restore a single, deleted Active Directory object using the Get-ADObject and Restore-ADObject cmdlets

 

To restore a single, deleted Active Directory object using the Get-ADObject and Restore-ADObject cmdlets

  1. Click Start, click Administrative Tools, right-click Active Directory Module for Windows PowerShell, and then click Run as administrator.
  2. At the Active Directory module for Windows PowerShell command prompt, type the following command, and then press ENTER:

    Get-ADObject -Filter {String} -IncludeDeletedObjects | Restore-ADObject

    For example, if you want to restore an accidentally deleted user object with the display name Mary, type the following command, and then press ENTER:

    Get-ADObject -Filter {displayName -eq "Mary"} -IncludeDeletedObjects | Restore-ADObject

Samsung Galaxy S2 Battery Drain Problem – How to reset your battery stats

This will re-calibrate your battery. Your problems happen when the phone operating system thinks the battery is 100% charged when physically phone battery is only 60%. Or vise versa when physical phone batter is 100% and operating system thinks its 60% (or what ever value). Hope this fixes all your battery problems.

1) drain all of your battery untill phone shuts down

2) turn on and drain battery until phone shuts down ( repeat until you are unable to turn the phone on- this step is very important because we need to drain the battery competely)

3) take the battery out and wait 5 seconds or so and put it back in

4) Charge the battery while the phone is off

5) when the charge is 100%, take the charger off then charge again to get 100% again

6) turn on your phone and enjoy your new battery

Add printer in Windows 7 as administrator

  • This procedure will enable you to “Run As ” when installing a printer to windows 7

    1.       Control Panel – Administrative Tools

    2.       Shift + Right-click on Print Management

    3.       Select “Run as different user”

    4.      ” Login as local administrator” and current administrator password

    5.       Expand Print Servers, expand local pc

    6.       Right-click on Printers

    7.       Select “Add Printer…”

    8.       Continue the normal procedure to add a printer

Malware and Spyware Removal Guide for Windows

http://www.selectrealsecurity.com/malware-removal-guide

Small Business Server 2003 reset to 5 CAL licenses

SBS2003 licenses are kept in the licstr.cpa file in the WINDOWS\system32 folder.There is anautomatic backup of this in autolicstr.cpa. The simple process was to stop the License Logging Service, rename licstr.cpa to licstr.cpa.old, then rename autolicstr.cpa to licstr.cpa. After this start License Logging Service and check License Management Tool to confirm that the licenses had been restored.

Setup of Performance Monitor to Monitor Hard Drive Activity – Windows Server

http://www.onssi.com/support/troubleshooting/setup-of-performance-monitor-to-monitor-hard-drive-activity-windows-server-2008-windows-7

How to shrink SQL log files

ALTER DATABASE <db name> SET RECOVERY SIMPLE
DBCC SHRINKFILE(dblognamenotpath_log)
ALTER DATABASE <db name> SET RECOVERY FULL

db log name is from db properties – it is not path and not file name

or run full SQL backup

run SQL T log backup

FREE AWS training – Instructional Videos and Labs

https://aws.amazon.com/training/intro_series/