Jeg er igang med at lave en ny hjemmeside ved navn hestehus.dk, hjemmesiden er for min svigerfars tømrer firma, som er begyndt at lave hestehuse.
Hjemmesiden er endnu ikke helt færdigt.
Jeg er igang med at lave en ny hjemmeside ved navn hestehus.dk, hjemmesiden er for min svigerfars tømrer firma, som er begyndt at lave hestehuse.
Hjemmesiden er endnu ikke helt færdigt.
I have today a problems with one user that we have rename from one name to another, was missing from the address list in Outlook.
The problems was that if the E-mail address in Active Directory Users and Computers, under tag General, was not the same as the users default email address in Exchange 2007.
It is possible to disable the HTTPS authentication process for Autodiscover if you want. To disable HTTPS for Autodiscovery modify the following registry key:
HKEY_Current_User\Software\Microsoft\Office\12.0\Outlook\AutoConfiguration – REG_DWORD – UseSSL – change the value to 0.
Fik brev fra Skat igår med at folketinget havde lavet en ny måde at udregne registreringsafgiften på, så udfra dette havde jeg næsten betalt 7000 for meget, så de kommer lige retur, og da vi fik penge fra vores sofa tilbage over i Bilka, har vi nu 10.000 til at købe sofa for, så det er jo bare dejligt.
Have you ever need a list of yours mailbox and the size of it. You can find this in system manager, but you cannot export this list.
With Powershell you can get a list that you example can import in excel.
First you need to download and install powershell, you can download powershell from here:
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
After you have downloaded and install it, type this command in the powershell
get-wmiobject -class Exchange_Mailbox -Namespace ROOT\MicrosoftExchangev2 -ComputerName servername | select-object MailboxDisplayName,TotalItems,Size
Change “servername” to you servers name example exchange01
With exchange 2003 SP2, the database store in Exchange is increase to 75GB, this is not setup automatic.
You have to change something in the registry database.
To set the size of the private mail store
Next you maybe want to get a warning when the database is almost at the limit, this can be setup this way:
To set the size of the buffer
Du og din familie ønskers en glædeligt jul og et godt nytår.
Du kan læses vores julebrev 2008 her.
http://kennethdalbjerg.dk/wp-content/uploads/2008/12/julebrev2008.pdf
After you have installed Arcserve R12, you maybe missing Exchange document level on you Exchange 2007. This may caused by you don’t have install ”Microsoft Messaging API and Collaboration Data Objects 1.2.1”, this can be downloaded here:
After you have install this, you only need to restart the two CA services on the Exchange server:
CA ARCserve Discovery Service
CA ARCserve Universal Agent
We have some troubles moving user from one exchange 2003 to exchange 2007. We found that “Authenticated Users” was not in the user group Users, on the Exchange 2003 machine.
If the Exchange 2003 is a domain controller the Authenticated Users still need to be member of the user group.
The error we was getting was this:
XXX
Failed
Error:
Error was found for XX because: Error occurred in the step: Preparing mailbox to be moved. Failed to copy basic mailbox information with error: The Microsoft Exchange Information Store service could not find the specified object., error code: -1056749241
Exchange Management Shell command attempted:
‘141fc3d8-c100-46e6-b402-fc653b26afe4′ | move-mailbox -TargetDatabase ‘CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,CN=XXXX,CN=Servers,CN=Exchange Administrative Group (XXXXX),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXX,DC=net’
Elapsed Time: 00:00:10
I was upgrading a Exchange 2003 to a Exchange 2007, but have some troubles move some accounts to my Exchange 2007 server, it fault whitch this error:
Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:10
XXX
Failed
Error:
Error was found for XX because: Error occurred in the step: Preparing mailbox to be moved. Failed to copy basic mailbox information with error: The Microsoft Exchange Information Store service could not find the specified object., error code: -1056749241
Exchange Management Shell command attempted:
‘141fc3d8-c100-46e6-b402-fc653b26afe4’ | move-mailbox -TargetDatabase ‘CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,CN=XXXX,CN=Servers,CN=Exchange Administrative Group (XXXXX),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXX,DC=net’
Elapsed Time: 00:00:10
Some search on the internet and I found out that is using the address list to move a account. And that this users has been set to be hide from Exchange Address list, so removing this checkmark and now the user can be moved.