Kenneth Dalbjerg, IT Konsulent i århus

Archive for the ‘Windows’ Category

Export Exchange 2007/2010 tracking log

Wednesday, September 1st, 2010 Posted in Computer, Exchange, Windows | No Comments »

To export Exchange 2007/2010 tracking log to a Excel, just run this command. get-messagetrackinglog -Start "31-08-2010 00:00:00" -End "01-09-2010 12:16:00" -resultsize Unlimited | select-object Timestamp,ClientIp,ClientHostname,ServerIp,ServerHostname,SourceContext,ConnectorId,Source,EventId,InternalMessageId,MessageId,TotalBytes,RecipientCount,MessageSubject,Sender,ReturnPath,@{Name="Recipients";Expression={$_.recipients}},MessageInfo | Export-Csv It will export all mails from 31/8-2010 to 1/9-2010, with the selected fiels.

Network Policy Server problems

Friday, June 4th, 2010 Posted in Cisco, Windows | No Comments »

I have a network policy server that din't work. There was nothing standing in the Event viewer. I have install Wireshack and could se the packets was incoming and a reject was coming back to the Radius Client. I was search ...

Exchange 2007 – Ahsay restore to a recovery group

Tuesday, May 25th, 2010 Posted in Exchange, Windows | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...

Vmware ESX 3.5 and Dell openmanage

Monday, May 17th, 2010 Posted in Computer, Dell, Linux, Windows | No Comments »

First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get some error about libxml.dll cannot be found. Then download Dell ...

Outlook crash on opening a shared calendar

Thursday, April 29th, 2010 Posted in Exchange | No Comments »

I have a problems today with an Outlook that keeps crash sometimes when a user is opening a share calendar. I tested it on my test machine and when the user opening the shared calendar at my test machine my ...

Delegates (Stedfortræder) problems in outlook

Thursday, April 29th, 2010 Posted in Exchange, Windows | No Comments »

The error messages in Danish: Indstillingerne for stedfortrædere blev ikke gemt korrekt. send på vegne af-liste kunne ikke aktiveres. Du har ikke den nødvendige tilladelse til at udføre denne handling på objektet. The error messages in English: The Delegates settings were not saved ...

Vmware ESXi (ESX) 4.0 and Dell Openmanage SNMP Traps

Tuesday, April 27th, 2010 Posted in Dell, Linux, Windows | No Comments »

First you need to install: http://www.vmware.com/downloads/download.do?downloadGroup=VCLI40U1 This is a vmware CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get this error: Can’t load ‘C:/Program Files/VMware/VMware VI Remote CLI/Perl/site/lib/auto/XML/LibXML/Common/Common.dll’ for ...

Problems with KB967723 in windows update. Error code: 80070490

Tuesday, April 20th, 2010 Posted in Windows | No Comments »

In Windows 2008, when you do a windows update you can receive a error code 80070490  when apply the update KB967723. If you experience this problem, download the patch manually and install it. Download i386 from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=35c1d5a9-a953-4fc6-90c0-d2358c7b89e6 Download X64 from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6e46822e-f79d-492d-ad01-ee680ad324f5

Dell openmanage and Nimbus monitoring – SNMP Traps

Tuesday, March 23rd, 2010 Posted in Dell, Windows | No Comments »

Start Dell openmange. Goto System -> Alert Management -> SNMP Traps. Select all the information you want sent to Nimbus Now startup services in adminsitration tools, and right click on SNMP Services and choice Properties. Go to Traps, and type community name, in my ...

ipsec Services: Only one usage of each socket address protocol network address port is normally permitted.

Friday, December 4th, 2009 Posted in Windows | No Comments »

I have a servers that would not connect to the Internet, if I ping the gateway it says that: Destination unreachable. i found that the IPSec service was not stated. And if I start it it say: Only one usage of each ...