puh, it's really an adventure. Know i thought i would know something and then <BANG> we run into some other problems. And we needed more steps to solve the Problem. That's why I updated some of posts. F.e. the Certificate - Love it or hate it.
So i hope I can do more in the future to help you guys out there.
Although this type of system has been used by detectives and government agents, BrickHouse Security recommends some consumer uses as well, such as: Board meetings Journalists First dates Feeding lines to actors and actresses
But not for! Use while gambling During poker games Tests or school assignments Illegal activities
It’s thin. Just slightly thicker than an iPhone 3GS and the thinnest QWERTY-slider we’ve ever seen.
It is the fastest Android device we’ve ever used. (It’s running a TI OMAP3430 processor)
The feel of the device is very reminiscent of the OQO 02 model computer. Just smaller. It’s metal with a non-spring-assisted slide, very sturdy, and half soft-touch plastic.
Awesome capacitive display. Plus it’s huge. Easily the best screen we’ve ever seen on an Android handset, and an amazing screen overall.
The QWERTY keyboard is actually pretty usable and has a soft-touch rubberized finish. We’ve been told the keyboard design isn’t final on this unit, thus the two no-shows.
Have we mentioned this phone flies? It’s the Android device to beat, and easily the most impressive. From what we’ve been told, Google had a direct hand in the Motorola Droid. Something to the point of almost dictating every move Motorola made when designing and making the phone. Interesting, huh?
There’s a desktop cradle/charger that will ship with the Motorola Droid that we’ve been playing around with. It turns your Droid into a “multimedia station” and displays local weather, the time, etc.
No one wants to listen, but it makes the CLIQ looks like a child’s toy (partly because it is, and partly because the Droid, even in its non-final form, is the most impressive phone we’ve used since the iPhone. It’s positively amazing).
And now some crazy hackers found in an XML File the release date. But for me ... it's too easy. So i sat down and figured out which symbol has which value. Here my picture and it seems to be correct:
Sorry that i was not able to do any updates or Howtos up lately. Its just really hard to keep up the good work here while there is so many things to do. I'll hope I can post in future a bit more again. So lets see whats next. Maybe something new like finally the specs of the Dell Adamo XPS or the Motorola Droid. And whats about the Microsoft Courier? And HTC... When are you bringen the cutting/bleeding edge Phone with Android? (Touch HD2-Android?)
This is really thin... I hope only it will not be as expensive as the previous Dell Adamo.. But if you look it as a MAC User, then it would be the same price with hopefully better speced
This is a a classical situation. You have to check if the links between the Public Folder Database and the Public Folder Hierarchy is connected. (And if not, here the way how you should be able to rebuild it)
Create the "Folder Hierarchies" under the Exchange Administrative Group
1. Right click on Exchange Administrative Group 2. Select New Object 3. Select msExchPublicFolderTreeContainer for the class and click Next 4. Enter the following for the value: Folder Hierarchies, click Next 5. Click Finish
Create Public Folder Tree Object
1. Right click CN=Folder Hierarchies -> New Object 2. Selected msExchPFTree for the class 3. For the value we entered, "Public Folders" and clicked next 4. Clicked on the "More Attributes" button, selected msExchPFTreeType and set the value to 1. Note: This is very important that this value is set to a value of 1 as this tells Exchange that this is a MAPI Tree 5. Click Ok and then finish
Populate msExchOwningPFTreeBL attribute object of the PF Stores in the organization (Since this attribute is not directly editable, you have to follow the below steps to do this for each PF store)
1. Get properties of the newly created "Public Folders" Tree object in ADSIEdit. 2. Copy the distinguishedname value to the clipboard and then click cancel. 3. Navigate to the Storage group that contains the Public Folder Store for this server and get properties of the server. 4. Locate the msExchOwningPFTree attribute and paste in the value that was copied to the clipboard in step 2. Click OK. 5. Restart the Information Store Service 6. Attempt to mount the PF store if it is not already.
I had again a Exchange 2007 Server with the above issue. As usual I wanted to exclude 3rd Party Software (f.e. GFI Mailsecurity). And this also solved the issue. Afterwards we found this information: http://kbase.gfi.com/showarticle.asp?id=KBID003560
This issue occurs when GFI MailEssentials is installed on Microsoft Exchange 2007. GFI MailEssentials adds a disclaimer to outbound Microsoft Outlook appointment and meeting requests. The disclaimer modifies the notification in such a way that makes it unreadable in Microsoft Outlook.
Solution:
The following procedure explains how to disable GFI MailEssentials from adding disclaimers on responses to Microsoft Outlook appointment and meeting requests: Open the following file using a text editor such as notepad:
<GFI\MailEssentials\Data\product.config>
Add the following line as the last key on the line before the closing </appSettings> tag.
<add key="DisableOLMeetingDisclaimer" value="1"/>
Restart the Microsoft Exchange Transport Service from the Services console
And if you click on the URL the following error messages comes:
This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator
Then there could be several reasons:
1st Idea: 1. Click Start and select Default Programs. 2. Choose “Set program access and computer defaults”. 3. If you are prompted for an administrator password or confirmation, type your password or click Continue. 4. Open “Custom” and under "Choose a default web browser" select Internet Explorer, and check "Enable access to this program." 5. Click OK and reboot the machine.
3. Idea: a. Click Start, Run, type: “regsvr32 urlmon.dll”, and then click OK. In the same way, please put ”regsvr32” before the following file names and Run one by one.
b. In My Computer go to Tools menu then Folder Options->File Types For both (these entries are near the top of the list):- (none) <url:hypertext> transfer protocol and (none) <url:hypertext> transfer protocol with privacy
Click Advanced then Edit (if edit is not highlighted you will have to click New andenter the details indicated below), please confirm that the details are as follows (if you make any changes be sure to make a copy of the existing data in case any undesirable effects occur):-
Action: Open Application used to perform action: "C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome Ensure "Use DDE" is checked DDE message: "%1",,-1,0,,,, Application: IExplore DDE Application Not Running -leave blank Topic: WWW_OpenURL
4. Idea. Uninstalled Google Chrome and delete related registry keys:
- Verified the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command and it set correctly to the value of another Vista box with IE 8:
- Internet Explorer is set as the default program for HTM and HTML - Got a process monitor from Outlook while reproducing the problem. - Determined you had previously installed the Google Chrome Browser - it changed the HKEY_Classes_Root for .HTML and .HTM from "@=htmlfile" to "@=ChromeHTML".
Original key in the machine: ---------------------------------------------- [HKEY_CLASSES_ROOT\.html] @="ChromeHTML" "Content Type"="text/html" "PerceivedType"="text"
- Grant Rights to the object using DSACLS: (this will wipe the current DACLS and replace them with what you select") DSACLS "dn of active directory object" /N /G domain name\useraccount:GA
Use ADSIEdit to re select the checkbox for Inherit Permissions
--------------------------------- Another Idea would be to start cmd in a local system account and then try with adsiedit.msc to get to the permissions to change it.
Just use this command (with a time that is one or two minutes in future): at 16:30 /interactive cmd.exe
In the Title of the cmd it should be something like svchost.exe or simular .
If no new cmd popups, then you are Probably via RDP on the Server without the /admin or /console mode. Close the connection, start mstsc and after the servername write the /admin or /console to access this mode. Then you would automatically see the cmd.
Hi, I am not only doing this blog because I need a space where I can find my most difficult solution for different problems. I am doing this too, to help others that they do not need weeks to find a solution.
Therefor please .... write a comment to the blog. Either it is that this helped you solve your problem or if it was not that what you where looking for. You can also leave a comment if you have found another solution and I will update the Blog that everyone can have an advantage!
And again. Problems with SP2 for Exchange 2007. Please do not mind if there are some german words or german error message. In Short: You have Exchange 2007 SP1 RU9 on Windows 2003 SP2 and you get an Error Code 0xDE32C3BA (or something like this) and you will find no information in google (until now).
Read on if you want to know the solution
This could be the error message: Exception : Microsoft.Exchange.Configuration.MonadDataProvider.CommandExecutionException: Unerwarteter Fehler [0xDE32C3BA] beim Ausführen von Befehl '$error.Clear(); $RoleNames = $RoleRoles.Replace('Role','').Split(','); if( test-path "$env:TMP\StoppedServices.xml" ) { .\ServiceControl.ps1 Stop $RoleNames; } else { .\ServiceControl.ps1 Save; .\ServiceControl.ps1 Stop $RoleNames; .\ServiceControl.ps1 DisableServices $RoleNames; }'. ---> System.Management.Automation.PSSecurityException: File C:\WINDOWS\Temp\ExchangeSetup\servicecontrol.ps1 cannot be loaded because you have elected to not run this software now. ---> System.UnauthorizedAccessException: File C:\WINDOWS\Temp\ExchangeSetup\servicecontrol.ps1 cannot be loaded because you have elected to not run this software now.
It looks like, that the ServiceControl.ps1 has some Problems. So try to run this in the Exchange Shell and you will find out why it fails:
Do you want to run software from this untrusted publisher? File C:\WINDOWS\Temp\ExchangeSetup\servicecontrol.ps1 is published by CN=Microsoft Corporation, OU=MOPR, O=Microsoft Corporation, L=Redmond, S=Washington, C=US and is not trusted on your system. Only run scripts from trusted publishers. (default is "D"):a Usage: ServiceControl.ps1 <op> <role>[,<role>...] <op> One of {Start Stop Save Remove} - Start Starts the services for the specified role(s) - Stops Starts the services for the specified role(s) - Save Saves a snapshot of the state of all services - Remove Removes the previously taken snapshot <role> One of {AdminTools Bridgehead ClientAccess Gateway Mailbox UnifiedMessaging}
A role only needs to be specified for the start and stop operations. ------------------------------------------------------------
After we allowed this script, we could finally run the SP2 further (until a next error comes). For example for the Script updateowa.ps1. Do the same again as previous:
Do you want to run software from this untrusted publisher? File C:\WINDOWS\Temp\ExchangeSetup\updateowa.ps1 is published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US and is not trusted on your system. Only run scripts from trusted publishers. [V] Never run [D] Do not run [R] Run once [A] Always run [?] Help (default is "D"):a ------------------------------------------------------------
I hope you will have more luck as we have
Now, I hope this it (more or less) and we will wait until RU1 for Exchange 2007 SP2
There where a few comments about the Windows 2008 R2 Domain Controller and Exchange 2007.
Here are the official statement from MS: http://msexchangeteam.com/archive/2009/07/17/451835.aspx - Especially the Point 4: Support for Windows Server 2008 R2 Domain Controllers in the environment (Note: Exchange Server 2007 itself is not supported to be installed on a Windows Server 2008 R2 system.)
Ok, this seems almost to become a classic: Outlook 2007 and Exchange 2007. You try to configure your OOF (Out of Office) in Outlook and Outlook just quits it with the error that the Server is not available and you should try it later again. HA. OK this is still unfinished but there are a few tips and hints what you should check:
1. DISABLE YOUR PROXY in IE on Client (and also check on Server) This is the main problem. Check it if it works. If not, then you can go on:
2. Check if the Web Site is running and the Services for IIS is running
3. If you have .NET 1.1 installed on your system (maybe because you have software that needs 1.1 f.e. the download version of Exchange Best Practice Analysers) then you have a def. Problem with your Website incl. the EWS and OOF.
Uninstall the Programm which needs .NET Framework 1.1! Follow this KB Artikel: http://support.microsoft.com/kb/894435 (The Part after ASP.NET 2.0, 64-bit version):
Click Start, click Run, type cmd, and then click OK.
Type the following command to disable the 32-bit mode: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
Type the following command to install the version of ASP.NET 2.0 and to install the script maps at the IIS root and under: %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
Make sure that the status of ASP.NET version 2.0.50727 is set to Allowed in the Web service extension list in Internet Information Services Manager
4. recreate the EWS Virtual Directory in Exchange 2007 on the CAS Server. This helped a few times. Just go to the Exchange Shell on the CAS Server and type these commands in (XXXXXXX = the WebSiteName. If you are not sure, then use command get-WebServicesVirtualDirectory):
5. Does your autodiscover work? Can you test Email AutoConfiguration? To test it, open your Outlook 2007 and on the bottom right (next to the watch) press the Ctrl Key and the right mouseclick on the Outlook Symbol. Then goto Email AutoConfiguration. Type in your Email and the Password, take the Guessmart Points away and click on Test. You get the information? Great then go to next step. If not, then you have to investigate why Autodiscover does not work. Here some ideas: PROXY ? wrong certificate? IIS expects Client Certificate?
6. What happens if you run the command in the Exchange Shell: Test-OutlookWebServices
8. If you are now here, then you should also check if your config files are ok. Here it goes: Make a copy of the original \Program Files\Microsoft\Exchange Server\Client Access\Exchweb\ews\web.config file. Run Notepad.exe Open \Program Files\Microsoft\Exchange Server\Client Access\Exchweb\ews\web.config Click Edit, then Replace On "Find What" type file:///%ExchangeInstallDir% On "Replace with" type file:///C:\Program Files\Microsoft\Exchange Server\ Click Replace all Run IISReset /noforce
9. Have you maybe played around with customized HTTP Error Codes? Tztztz. Check for this: Absolute physical path „C:\inetpub\custerr” is not allowed in system.webServer/httpErrors section in web.config file. Use relative path instead.
f.e. (THIS IS NOT OK ) <httpErrors errorMode="DetailedLocalOnly"> <remove statuscode="500" substatuscode="-1" /> <remove statuscode="403" substatuscode="-1" /> <error statuscode="500" prefixLanguageFilePath="%Systemdrive%\inetpub\custerr" path="500.htm" responseMode="File" /> <error statuscode="403" prefixLanguageFilePath="%Systemdrive%\inetpub\custerr" path="403.htm" responseMode="File" /> </httpErrors>
Make a copy of the web.config and then delete this configuration. Does it work now?
UPDATE [09/10/20]: A friend just emailed me some links. Some of them descripe the same thing as I do in this blog ... BUT some of them having some pics Maybe you'll like this more
So you want to install SP2 (or SP1) for Exchange 2007 and you run into a error message? Then this may be the Problem:
Organization Preparation Failed
Error: Active Directory operation failed on dc01.domain.info. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for its class. Active directory response: 0000207D: UpdErr: DSID-03150F9C, problem 6002 (OBJ_CLASS_VIOLATION), data 0 An object class violation occurred.
If you look into the exchange setup log of Exchange 2007 then you could find something like this:
[12.07.2009 10:30:40] [1] [ERROR] Active Directory operation failed on SERVERNAME.FQDN. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for its class. Active Directory-Answer: 0000207D: UpdErr: DSID-03150F9C, problem 6002 (OBJ_CLASS_VIOLATION), data 0
If you go up and try to see where it starts then you could see: [12.07.2009 10:30:39] [2] Setting Exchange version of object "Settings".
Then you have Probably installed a Fax Software (I would also bet the Ferrari Fax Connector ). The Problem with this is, that the Fax Software (or at least the Connector) has configured his settings under the Administrative Group in AD. This Object cannot get updated with the SP1 or SP2 because its not from Exchange and the SP1 or SP2 wants to upgrade everything under his structure.
Solution: Uninstall the Fax-Software (Ferrari Fax Software mentioned also something like uninstall the Fax-connector) Install Service Pack for Exchange 2007 Then install the Fax Software (Connector) again
If something does not work or it helped you, then please let a comment!
If you want to check this in AD: open adsiedit and go to: configuration > services > microsoft exchange > Exchange Organistation > admin group > exchange admin group > servers > SERVERNAME > settings.
For Example. If you want to install SP2 for Exchange 2007 on an SBS2008 Server then you have to follow the instructions as you can read in http://support.microsoft.com/kb/973862/en-us .
I still cannot believe it.... Here the story about how to get a "legal cheap" driver license for motorbike. Ok, its now the permit learners drive license but hey, these where the cost (until now):
1. about 18 Euro for the CD. This is a really good tool to prepare for the theory test. There are all questions on this CD what could come at the test and gives also a good feeling how the test will be. The Questions and (wrong-) Answers are one to one. So if you have the proper understanding and a good memory, then you don't have to panic about the theory test. Here is the official Link (and no, i am not getting any sponsers link and i am not responsible for the site... bla bla bla) : http://dttstore.prometric.com/pubdetails.asp?productid=101
2. Pay about 35 Euro for the theory test (Plus 2,50 Euro to park there for an hour *doh*). I came a bit too early but hey its ok. I had to verify myself that i am the person who is doing the test. Funny, they did not accepted my ID Card from Germany. But after looking through my wallet he accepted my laser card as prove.. somehow stupid buy hey, at least they accepted something Then after 8 minutes i was through with the exam. So i had to wait again ... argh ... but then someone called my name and handed me the certificate and on the letter it said that i had 100% correct (Thx CD )
3. Pay about 20 Euro for the Optician Check. Argh, I hate this stuff but I went to an optician and asked if they can fill out that form for the driver license. After paying 20 Euro, I had to look into a machine, they also checked my classes. Then I had to read some line without glasses and with glasses. After that they printed the form incl. all Details. I signed it and was finished with that.
4. Pay about 10 Euro because you need 2 ID Photos for your License. (This time i did not took an haircut. Because no one cares about that here)
5. Pay nothing but you have to go to the Gardi-Station (Police Station) to get hopefully the last form. A form to put in all my details, if i am healthy and stuff like this.
6. Pay about 15 Euro Fee for the Motor Tax Office (I hope this will be the right and finally the last station of my tripThis is the last station! ) and give them all your collections of papers and pictures. Then you are allowed to drive an Motorbike on Public Road.... (ok its restricted and i am only allowed to drive by my own and stuff like that, but at least i can drive). They told me, that they now have everything and that they will send it in the evening. So start next week i should get my provisional License and can start driving *Yiipiieh*
So until now, my driver license for a motorbike costs about 100 Euro
7. Future Plans and costs (doh!): 300-400 Euro for a training (I should do a beginners training with different types of bikes so i know which bike is the right thing for me)
2500-9000 Euro for a bike. This is the most expensive part. I am looking to find something used and i do not care if it has scratches or stuff like that because i will crash or fall over someday
xxx Euro for the practical test so i can drive without some restriction and the L on my "shirt". 2 years later: I finally can drive without restrictions!!
090822 Updated some information about costs and Point 2 and 6
Finally, the first NVidia Tegra Chipset is getting RTM in a Device. It look like Microsoft has the first shoot with its Zune HD what will be out around September the 15th. But I do not know if this is only for America or also for Europe. I think we just have to wait and see.
On an Terminal Server where you are using Outlook in online Mode you can only find 2125 items from about 3600 items (what would be a local search in a cached Outlook) and no newer item, displayed than f.e. 26.02.2009? And if you use the Exchange Shell Command: Test-ExchangeSearch it fails with -1?
This is very weird... I installed Windows 7 RTM in a Virtual Environment. I gave this machine 512 MB RAM. It worked perfectly and after a fresh installation the memory usage was about 250 MB. (About 50 MB more for the x64 bit Version). I thought, WOW this is really good.
So I decided to install Windows 7 x64 bit (because I have 4 GB RAM) and after the installation it used 800 MB!!! oO Ok, I started to stop some services and uninstall unnecessary Programs like Windows Search or the Superfetch Service. Also the Themes Services got stopped... Now I could reduce the memory usage after a reboot to about 550 MB. But it is still more then in the Virtual Environment.
So if someone has an Idea why it is that much more then in an Virtual Environment, then let me know. Because i need the rest of Memory (4 GB - the 300 MB as in VM) for other Virtual PCs.
This has also some hotfixes for mac users and their entourage clients. Which other Problems what will get fixed you can read under: http://support.microsoft.com/kb/970162/en-us
If you have this issue: If a Delegate accepts a meeting for his manager, then after a few seconds, the meeting changes from Accepted to Tentative. If you open the item, then in the Infobar it shows that the meeting was accepted but the status shows ‘Tentative’.
Then maybe you should try to accept this meeting request while no one uses Active Sync with his IPhone. It seems that IPhone with the OS Version 3.x are having this issue while OS Version 2.x seems not to have this problem. As far as I know following devices (can) have the OS Version 3.x:
IPhone 3GS IPhone 3G and Probably other Apple Devices which can sync with Active Sync and has the OS Version 3.x
UPDATE: I cannot believe my Eyes. Its really working. I've got now Windows Mobile 6.5 on my HTC Blackstone I think I know what I am doing at the Weekend
I knew from earlier "security checks" that you can use ../ to enter a web page what was not for really for everyone. But there is now a filter active that prevents this. So what could someone try? Maybe read this information:
You always wanted to have a HD-Projector? And you like the old school DIY-Kits? Then just look at this site. You can buy a bundle DIY to build your own HD-Projector for under 500 Euro.
Actually you can download the PSTools and use the commands pslist and pskill to exit programs ... in hardstyle. But sometimes you get an access denied. Then there is a little trick that should help:
goto the commandline (Start - Run... - cmd) and type in the following line (we pretend it is now 12 o'clock):
at 12:01 /interactive "cmd"
With this line you will start at 12:01 a new commandline but as the User SYSTEM This means you have now more rights then any Administrator could ever have. Now you can use the pslist to find out the PID of the Program and then with pskill -t PID you will shut down the process and all its descendants.
But now a question for real good ITers or/and hackers: How do I kill the Process Rtvscan.exe that is launched as SYSTEM. I am asking this because our Antivirus specialist thinks its a good time to do a full complete scan every 12 o'clock and in the evenings. THIS THING SLOWS MY COMPUTER DOWN *ARGH*..... Any ideas?
It is really annoying how to create a Real good Exchange Certificate. There are so many tutorials out there but .... I like to have it here, so I can find it faster