Thursday, December 30, 2010

Register ASP.NET 2.0

Go to "$Windir$\Microsoft.NET\Framework\V2.0.50727" folder
and execute the command below;

aspnet_regiis.exe -i -enable



Read more...

Tuesday, November 30, 2010

How to open Wikileaks Insurance File.

Download AESCRYPT from www.aescrypt.com.
Change the insurance file extension to .aes

But first you need password!
Read more...

Thursday, November 4, 2010

Symantec Endpoint Encryption Upgrade Commands.

These commands are Valid for Upgrading from 7.0.4 to 7.0.6.

msiexec /i "path\new packet name.msi" REINSTALL="ALL" REINSTALLMODE="vomus"

Firstly, you should install framework, then others(FD, RS)
Read more...

Tuesday, November 2, 2010

Fatal error. Machine will need to be restarted. Brief description: The application returned a status of [0x80000001] in the state State_Initialized.

This error is bug of Symantec Endpoint Encryption 7.0.3 & 7.0.4
If you are getting tihs error, you should decrypt disk by using Recovery CD, uninstall old SEE FD software and upgrade it to 7.0.6.
Read more...

Wednesday, October 27, 2010

Application Deploy Parameters-1

Acrobet Reader 9.x Install Parameter = /sAll
Java Runtime Environment Install Parameter = /s ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress
Flash Player Install Parameter = -install
Firefox Install Parameter = -ms -ma
Read more...

Tuesday, July 27, 2010

Symantec DLP Which files are indexed?

If you wonder about which files are indexed in Symantec DLP follow the steps below;

1) Open ManagerLogging.properties
2) Change ServletLogHandler.level to FINEST
3) Add com.vontu.cracker.DocumentCracker.level = FINEST
4) Re-run the indexer
The tomcat log should have an entry for each file after it's processed by the content extractor but before it's added to the index.
Read more...

Tuesday, June 29, 2010

Symantec DLP - EndPoint Incidents Active Directory Attributes Lookup Problem

If you are using Symantec DLP v10.0 and if you have problem about getting Active Directory attributes from endpoint incidents try the steps below;
  • Verify Active Directory Connection by using method that described in Symantec Data Loss Prevention Administration Guide.

  • Check the log. You will have a log like that below;


if you have Exception: krb_error 14 KDC has no support for encryption type (14) KDC has no s upport for encryption type line



Possible solution is the check "USe DES Encryption types for this account" from user properties in the releated user.




and the AD attiributes will come in the next endpoint incidents.

AD Connection Test



C:\Vontu\jre\bin>kinit
Password for
dlpx@xxxx.LOCAL:
Exception: krb_error 14 KDC has no support for encryption type (14) KDC has no s upport for encryption type
KrbException: KDC has no support for encryption type (14)
at sun.security.krb5.KrbAsRep.(Unknown Source)
at sun.security.krb5.KrbAsReq.getReply(Unknown Source)
at sun.security.krb5.KrbAsReq.getReply(Unknown Source)
at sun.security.krb5.internal.tools.Kinit.sendASRequest(Unknown Source)
at sun.security.krb5.internal.tools.Kinit.(Unknown Source)
at sun.security.krb5.internal.tools.Kinit.main(Unknown Source) Caused by: KrbException: Identifier doesn't match expected value (906)
at sun.security.krb5.internal.KDCRep.init(Unknown Source)
at sun.security.krb5.internal.ASRep.init(Unknown Source)
at sun.security.krb5.internal.ASRep.(Unknown Source)
... 6 more


Read more...

Wednesday, June 23, 2010

These settings are not available in preference mode

If you get this warning on Windows Server 2008 , while changing internet explorer Group Policy settings try the step below;


Click Reset Browser Setting in Group Policy, Under User Configuration





Read more...

Thursday, May 13, 2010

The Java Virtual Machine has exited with a code of -1, the service is being stopped.

Event Type: Error
Event Source: semsrv
Event Category: None
Event ID: 4096
Date: 5/13/2010
Time: 6:37:09 PM
User: N/A
Computer: TNSEP
Description:
The Java Virtual Machine has exited with a code of -1, the service is being stopped.
If you are getting this error on Symantec Endpoint Protection Manager and can not open the SEPM console follow the steps below;

Be sure that IUSR_XXXX user are not in the Guest Group, if it is than remove it from there and add to the Local Users group.

Secondly, Open the IIS Manager

Right Click to Symantec Web Server Web Page , Click Properties




On the Web Site TAB, check if your SEP Server IP Adress is correct. Click Apply and OK.
Then, start Symantec Endpoint Protection Manager service and Open and Login to the Console.
Read more...

Tuesday, April 13, 2010

Symantec Endpoint Protection Manager - Clear Still Infected

--> Open Monitors-->Log-->Log Type(Computer Status) Advance Settings --> Compliance Options
Tick "Infected only" and then Click View log

Select the computers by using (Ctrl or Shift+Click) and click Clear infected status.

Open Home Page and Click Refresh
Read more...

Monday, April 12, 2010

Disable StartTLS on Exchange 2007

If you want to Disable StartTLS on Edge Transport you should apply these command below on Hub Transport server.

Firstly, get all your connector list by using the command below;

Get-SendConnector (On edge transport)


To disable "TLS" enter the following command (On hub transport)

Set-SendConnector -Identity "send Connector full name" -IgnoreSTARTTLS $true

To check if your changes apply succesfully, enter the following commands on Edge transport server

Get-SendConnector "Send Connector Full Name"fl IgnoreSTARTTLS



If answer is false ; Enter the following commands below,


Test-EdgeSynchronization (Check synchronization)

Start-EdgeSynchronization (Start Synchronization Immediately)
Read more...

Tuesday, March 30, 2010

Failed to find updates with error code 80244010

If you are getting this error in windowsupdate.log file while you are trying to deploy updates using wsus 3 sp1 ;

try the steps below;

Method 1: Download and install the Windows Update Agent
For more information about how to download the latest version of Windows Update Agent, click the following article number to view the article in the Microsoft Knowledge Base:
949104 (http://support.microsoft.com/kb/949104/ ) How to obtain the latest version of the Windows Update Agent to help manage updates on a computer

Method 2: Register the Wups2.dll file
To register the Wups2.dll file in Windows, follow these steps:
Stop the Automatic Updates service. To do this, follow these steps:
Open the Command Prompt window. To do this, click Start, click Run, type cmd, and then click OK.
At the command prompt, type the following command, and then press ENTER:
net stop wuauserv
Register the Wups2.dll file. To do this, follow these steps:
At the command prompt, type the following command, and then press ENTER:
regsvr32 %windir%\system32\wups2.dll


Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER:
regsvr32 %windir%\syswow64\wups2.dll

Click OK if you receive a verification message.
Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER:
net start wuauserv
Exit the Command Prompt window. To do this, type exit at the command prompt, and then press ENTER.


Source : http://support.microsoft.com/kb/943144
Read more...

Wednesday, March 17, 2010

DL380G6 Loud FAN Noise

Steps that explained below will reset NVRAM configuration for motherboard.
1) Power Off your Server and unplug power cords.
2) To prevent RAID configurations from losting, remove all of your disk.
3) You will see very little switch in front of battery.
4) Configure the number6 to on state
5) Power on server for 10 seconds, then power off and unplug the cords.
6) Configure the number 6 to off state again on switch.
7) Insert disks , power on server.

It works for me! Be carefull while changing switch states.
Read more...

The exchange server address list service failed to respond

If you are getting this error on Exchange 2007 while creating new mailbox,

Try restarting Microsoft Exchange System Attendant Service.
Read more...

Friday, March 5, 2010

Uninstall Applications using MSIEXEC

msiexec /uninstall {GUID} /q REMOVE=ALL

You can find GUIDs under

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Type msiexec on "Run" to get other parameters.
Read more...

Sunday, February 28, 2010

View Disconnected Mailbox on Exchange 2007 by using PowerShell

Execute the command below on PwerShell.

Get-MailboxStatistics -Server | where { $_.DisconnectDate -ne $null } | select DisplayName,DisconnectDate
Read more...

How To Enable Disconnected Mailbox On Exchange 2007

Follow the links below;

http://www.msexchange.org/tutorials/Managing-mailboxes-Exchange-Server-2007-Part2
.html
Read more...

Friday, February 19, 2010

Symantec Agent is not running or running an incompatible version

If you are living DHCP address switching problem between Quarantine and Default scope address and using DHCP pluggin for NAC solution check the following steps below;

1) Firstly Control your DHCP User Class Properties ; Be sure you have correctly configured your scope options.





Under Static Route Option you should type the releaated host ip address twice or if host is one other subnet type gateway and host ip address.

2) Under User Class Check if your DHCP lease time is not too long.





http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2007378141105298

3) Check the solution in the links below;
http://www.symantec.com/connect/forums/snac-dhcpplugin-always-get-quarantined-ip-address

http://service1.symantec.com/SUPPORT/ent-security.nsf/ppfdocs/2008020608273348?Open&dtype=corp&src=&seg=&om=1&om_out=prod

http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2007091212133148


4) Lastly , as my experience DHCP Server and SEPM should be installed on different servers.

Read more...

Friday, February 12, 2010

IMCAEX The recipient's e-mail address was not found in the recipient's e-mail system.

Check If your User have LegacyExchangeDN Attribute by using ADSIEDIT tool.





IF The Attribute has not been set then execute the Powershell command below;

Get-MailContact -OrganizationalUnit "OUNAME" -resultsize unlimited Where-Object { $_.legacyexchangedn -eq "" } Set-MailContact
Get-MailUser -OrganizationalUnit "OUNAME" -resultsize unlimited Where-Object { $_.legacyexchangedn -eq "" } Set-MailUser
Get-DistributionGroup -OrganizationalUnit "OUNAME" -resultsize unlimited Where-Object { $_.legacyexchangedn -eq "" } Set-DistributionGroup
Get-AddressList Set-AddressList
Get-AddressList Update-AddressList

Note: Instead OUNAME type your Organizational Unit name where your users resides.
Read more...

Friday, January 15, 2010

Update Default Global Address List on Exchange 2007

Execute the command on Exchange Management Shell.

Update-GlobalAddressList -Identity "Default Global Adress List"
Read more...

Access to the address list service on all Exchange 2007 servers has been denied

Make Sure the user that you perform Management Shell operations is the member of the following Domain Groups.

Exchange Organization Administrators
Exchange Recipients Administrators

Add the user to the groups above and log off/log on aain and try management shell commands again.

Also check if System Attendant service is running.
Read more...
 
span.fullpost {display:none;}