A view of some of the options and methods used for providing pc and server support online. Some of my own support experiences with software and hardware and news clippings or articles I find interesting.
Sunday, January 15, 2012
Windows XP Login Screen - Fast User Switching
Friday, December 16, 2011
Outlook Web App didn't initialize - Exchange 2010
Outlook Web App didn't initialize.
If the problem continues, please contact your helpdesk.Request URL: https://your-server-name.domain:443/owa/auth/error.aspx
User host address: ::1
OWA version: 14.1.355.2
As you will see from the posted images this Exchange 2010 server was no lab. It was a real situation. It was not in a sterile lab with no real issues or customer waiting to use the money they spent on new technology and hardware. How it got to this unknown but the resolution to this problem took a little time and is solid. Outlook web app issues and many other desktop computer problems can be solved with software for online computer support. These software application permit access to the user's desktop for web based screen-sharing and remote control to help the user and solve problems quickly on the web.
This Exchange 2010 server was purchased and setup for a migration from Exchange 2003 to Exchange 2010. It was not setup for demo or lab purposes. It was setup with intend and goal to be a real Exchange server for a migration from Exchange 2003 and getting put into production. But Outlook Web App was not working, and this customer is going to need it. Hope this post helps someone out, Cheers!
The error message in OWA occurred after the login. The OWA login page displayed okay but after the login, the following error occurred.
Create new exchange 2010 test user account. Run the following from the scripts\ directory in the exchange program folders. Use the exchange command shell with elevated privileges to create the test account if you don't have one already.
new-TestCasConnectivityUser.ps1
then:
Test-OWAConnectivity
output display was the following:
The test couldn't sign into Outlook Web App due to an authentication failure.
The error above was displayed as output prior to the fixes noted earlier in this post.
Another Outlook web app initialization resource that might be useful to you. Outlook Web App didn't initialize. Hope it helps.
RDP manager software
Online RDP Manager
Online RDP manager software
Manage RDP Connections
Sunday, November 20, 2011
XenApp Session Printer Registry Key Location
Citrix XenApp Session Printer Registry Location.
Corrupt drivers in Citrix xenapp can often lead to printers repeatedly being included into user session that should not be included. They are from past connection sessions and are "stuck" in the registry and part of the users profile.
As I have experienced, even when the driver is repaired, the printers still show up in the user session when they aught not to be.
The location where these printers are defined is the following:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers
If this key looks familiar to you it's because it's the location in the registry where local printers live. Session printers are local printers for the user who is logged into the server and has started the published application even if the printers are network printers.
Saturday, December 04, 2010
MODx Ditto Create A Short Introtext - Shorter Intro Text Summary
I tried using PHx, with the code syntax of +introtext:character_limit=`30`, but that didn't work. I got the php script to run of course but it did not shorten the summary/introtext. Very fustrating. Also tried the tuncing functions from Ditto and MODx but those didn't do the job either.
The solution was faily simple. In my case, and I hope in yours to so this post turns out to be helpful to you, the line of code that worked in the template was this:
[[+introtext:ellipsis=`120`:default=`[[+content:ellipsis=`120`]]`]]
What this line did was if there's introtext (summary) text for the document, then trim that down to 120 characters. The default of course was to use text out of the content if there was not intotext/summary for the document. The ellipsis part of the code is applied to both the +introtext and the +content. My document and many others have a summary (introtext) and I did not want to remove this. The line as I have it will trim both the intro text and the content, whichever is uswed for the particular document that's being used for the dynamic page.
Another possible method to truncate the summary introtext I found shortly after making this post was the following.
http://modxcms.com/forums/index.php?topic=24936.0





