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 Uncategorized

user cannot log onto specific windows 2008 server – profile is locked – or doesnt exists (has been deleted) but user still cannot logon

Check the profile isnt locked on in use on the server (System Properties > Advanced System Settings> User profiles > Settings > delete the profile for the user in question If that doesnt exist and the user is still having issues logging in (in our instance it was even after rebooting)delete HKLMSOFTWAREMICROSOFTWINDOWS NTCURRENTVERSIONPROFILELISTUSER SID Error Message: […]

KBArticles Scripts, Commands, Registry Uncategorized

VBScript to check Citrix Logons

This script will run for all listed citrix servers to check if logons are enabled or disabled remotely.its just a remote registry query coupled with an array, basic but functional.. 🙂 —————————————————————————————————-‘START SCRIPTconst HKEY_LOCAL_MACHINE = &H80000002 Dim oReg, strKeyPath, strValueName, strDisabled, objArgs, strComputer, arrComputersarrComputers = Array(“server1″,”server2″”) sOutput = “Logons Enabled(0) or Disabled(1)” & VBCRLF & […]

KBArticles Uncategorized

Single APP-V package fails to launch

The application virtualization client could nto launch.An unexpected error occurred. 4604EE8-0B017604-0000040F Resolution: Check the permissions on the servers c:AppVirt – Folder (or whereever softgrid cache is installed), if ok replace all existing permissions on all descendants from the parent object.Can be as simple as user getting an access denied on the icon cache for the troubled […]

KBArticles Scripts, Commands, Registry Uncategorized

Script Error: 0x80005000, Code: 80005000, Source: (null)

Thjis was a script that was accessing AD to export a list of usersSome user had the “/” character in the name – the following addition fixed the script to run correctly For Each strMemberDN in objGroup.MemberstrMemberDN = Replace(strMemberDN, “/”, “/”)Set objMember = GetObject(“LDAP://” & strMemberDN)Wscript.Echo objMember.cnNext

KBArticles Uncategorized

Citrix End User Experiencing Monitoring agent not starting

Create this and place in the following folderC:Program FilesCitrixEuemServiceSemsService.exe.config(citrix edgesight 5.1) Extract of ServiceSemsService.exe.config <?xml version=”1.0″ encoding=”utf-8″?> <configuration> <runtime> <generatePublisherEvidence enabled=”false” /> </runtime> </configuration> Reference: http://support.citrix.com/article/CTX120846