Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

KBArticles

Netscaler ERROR: Invalid private key, or PEM pass phrase required for this private key

When adding a new cert (or replacement cert) from the command line we received the above error. The original key was used with openssl and there was no passphrase for the key file. Simply converting the key (not the cert) from the Netscaler shell worked using the following command: openssl rsa -in ‘originalkeyfile’ –out ‘newkeyfile’ fixes the file and […]

KBArticles Scripts, Commands, Registry

Use Appsense Personalisation to capture Windows Automatic and Custom destinations

To backup the New windows 7 start menu ‘jump lists’ links for things like recent items for Word, excel etc open the EM Agent and get it to copy the following folders at log on and logoff At Logon copy the following \homeservershare%username%WINDOWSRecentAutomaticDestinations and \homeservershare%username%WINDOWSRecentCustomDestinations (including subfolders) TO %APPDATA%MicrosoftWindowsRecentAutomaticDestinations and %APPDATA%MicrosoftWindowsRecentCustomDestinations At logoff Reverse the […]

KBArticles

IIS 7.0 Logging and List of Error Codes

IIS 7.0 logging is NOT enabled by default. You must add this as an additional role service under Health and Diagnostics > HTTP Logging. Default path to logs is: %SystemDrive%inetpublogsLogFiles Error Codes (taken from here http://support.microsoft.com/kb/943891) 1xx – Informational These status codes indicate a provisional response. The client should be prepared to receive one or […]

KBArticles REGISTRY Scripts, Commands, Registry

Default user registry keys for citrix User Profile manager or Appsense Hive in and Out

These are the keys we imported and exported before finally using Appsense Personalisation These were used in conjunction with a mandatory profile. Remember that a mandatory profile will not work well with I.E or user based certificates. There is another post here about changing the user to look like a ‘non mandatory’ user for the duration […]