Tuesday, August 18, 2009
List all mail addresses from Exchange 2007
Get-Mailbox | Select Name, @{Name=’EmailAddresses’;Expression={[string]::join(";", ($_.EmailAddresses))}} | Export-CSV EmailAddress.csv
Monday, March 30, 2009
Monday, March 02, 2009
Vista doesn't create user profile, just a temp profile. Eventid 1511 in eventlogs as well
1. Reboot
2. Log on as a local admin other than the user with the profile problem.
3. Copy the old C:\Users\%UserName% contents to a network location.
4. Delete the C:\Users\%UserName% directory
5. Delte the C:\Users\TEMP directory
6. Regedit
7. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
8. Find the SID for the user with the corrupted profile and delete it (profile directory will be C:\Users\%UserName%.
9. Reboot.
10. Logon with the affected user's account.
2. Log on as a local admin other than the user with the profile problem.
3. Copy the old C:\Users\%UserName% contents to a network location.
4. Delete the C:\Users\%UserName% directory
5. Delte the C:\Users\TEMP directory
6. Regedit
7. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
8. Find the SID for the user with the corrupted profile and delete it (profile directory will be C:\Users\%UserName%.
9. Reboot.
10. Logon with the affected user's account.
Monday, February 23, 2009
The system is not at the correct Service Pack level for installing Oracle Database 10g error message on Windows XP
Find in the installation folder stage/prereq/client/refhost.xml
Remove SERVICE PACK VALUE from the section:
!--Microsoft Windows XP-->
VERSION VALUE=''5.1''/>
SERVICE_PACK VALUE=''1''/>
/OPERATING_SYSTEM>
And you prevail...
Remove SERVICE PACK VALUE from the section:
!--Microsoft Windows XP-->
VERSION VALUE=''5.1''/>
SERVICE_PACK VALUE=''1''/>
/OPERATING_SYSTEM>
And you prevail...
Subscribe to:
Posts (Atom)