You got the power from GOD!!! Mr. Big Shot!!!
http://youtu.be/rR3NhE8fBs8
Wednesday, February 15, 2012
Thursday, February 9, 2012
J-lin led Knicks to the 3rd straight win - Linsanity Era
http://youtu.be/oxM6dfcyCGM
http://youtu.be/QdFXOjGaNxc
http://youtu.be/8859O3xhR0E
http://youtu.be/QdFXOjGaNxc
http://youtu.be/8859O3xhR0E
Tuesday, February 7, 2012
J-Lin - The MAN!!!
http://youtu.be/TiMxx78KhuM
http://youtu.be/-7HzhtJaCo0
http://youtu.be/OtiyQFqkXQM
http://youtu.be/-7HzhtJaCo0
http://youtu.be/OtiyQFqkXQM
Monday, February 6, 2012
Missing calendar events in OWA and on iPhone
It appears that anything I am invited to with multiple attendees does not show up on my iphone. I thought it's iphone issue with Exchange ActiveSync at first place, but I found out the events are not in OWA either.
I followed these two KB articles below to resolve the issues in my environment. (Exchange 2003 SP2 & Outlook 2007)
Here are the steps I took.
The past missing events show up both in OWA and iphone4s
I followed these two KB articles below to resolve the issues in my environment. (Exchange 2003 SP2 & Outlook 2007)
Here are the steps I took.
- Requested and installed the hotfix in KB938650
- Clicked on "Fix if for me" to create the registry in the same KB938650
- Created "CalendarRecovery" reg key in KB969254
- Changed Outlook profile to 'non-cached' mode
- Added "CleanupExpansionCachesInTheCalendarFolder" in description of Outlook Calendar
The past missing events show up both in OWA and iphone4s
Friday, January 27, 2012
Winter is ALREADY over in Jan?
It's 1/27/12 and winter is OVER for Houston!!?? How great to start a new year!
http://blog.chron.com/sciguy/2012/01/is-winter-over/
http://blog.chron.com/sciguy/2012/01/is-winter-over/
Tuesday, January 24, 2012
To Exchange Online or Not
Planning
Education
Education
- For Online Administrator
- Licensing
- Do I need to purchase a license for the Exchange 2010 hybrid server on prem?
No, if you have a production tenant for Exchange Online you can request a hybrid server product key via Online Support to license the hybrid server. Read more here. (Exchange Online Licensing: http://www.microsoft.com/exchange/en-us/licensing-exchange-online-email.aspx)
Friday, January 13, 2012
Simple backup script for SQL Express
in backup.bat
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\sqlcmd.exe" -S (local)\TOCTTARGPPC05 -i "C:\Documents and Settings\Administrator\Desktop\backup.sql"
In backup.sql
BACKUP DATABASE [ETLSPA] TO DISK = N'\\mbbk\backup_to_folder\mbppc\mbppc.bak' WITH RETAINDAYS = 5, NOFORMAT, INIT, NAME = N'ETLSPA-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\sqlcmd.exe" -S (local)\TOCTTARGPPC05 -i "C:\Documents and Settings\Administrator\Desktop\backup.sql"
In backup.sql
BACKUP DATABASE [ETLSPA] TO DISK = N'\\mbbk\backup_to_folder\mbppc\mbppc.bak' WITH RETAINDAYS = 5, NOFORMAT, INIT, NAME = N'ETLSPA-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO
Subscribe to:
Posts (Atom)
What happened if the Security Default is turned off in Microsoft Entra?
No need to worry about turning off Security Default in Microsoft Entra ID because Microsoft will automatically create 4 managed conditiaiona...
-
This has been a frequent seen issue in our environment. The common symptoms are: After a Word or Excel file open, or when trying to save...
-
No need to worry about turning off Security Default in Microsoft Entra ID because Microsoft will automatically create 4 managed conditiaiona...
-
Users complained they were unable to log in VMware Horizon Client portal and the logon stuck at "Authenticating...." screen. So I...