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

Scripts, Commands, Registry WALK THROUGH

Dynamically display the PVS environment detail on users desktop with BGINFO

I want all PVS servers to dynamically display their environment on the desktop when a users logs into the desktop. This can be achieved by: 1) adding a new ‘personality’ variable to each device in PVS 2) scripting the import of the variables from the c:personality.ini file to the windows registry 3) setting BGINFO to […]

Scripts, Commands, Registry

VBSCRIPT to merge multiple text files

Const ForReading = 1 Set objFSO = CreateObject(“Scripting.FileSystemObject”) Set objOutputFile = objFSO.CreateTextFile(“output.txt”) strComputer = “.” Set objWMIService = GetObject(“winmgmts:\” & strComputer & “rootcimv2”) Set FileList = objWMIService.ExecQuery _ (“ASSOCIATORS OF {Win32_Directory.Name=’c:temp’} Where ” _ & “ResultClass = CIM_DataFile”) For Each objFile In FileList Set objTextFile = objFSO.OpenTextFile(objFile.Name, ForReading) strText = objTextFile.ReadAll objTextFile.Close objOutputFile.WriteLine strText Next […]

General

Storefront 2.5 gets mandatory shortcut creation!

With the release of storefront 2.5 we can make published applications mandatory within the Receiver and the storeweb, which is SWEET. Publish the application and change its description to keyword: mandatory(subsequent keywords can be separate by a space i.e. “keywords: mandatory featured”     If the mandatory keyword from the published application is removed, the shortcut stays, […]

KBArticles

Citrix XenApp 6.5 session sharing broken through Secure Gateway 3.1.2

Problem: When launching PNAgent apps from a published desktop the session sharing would intermittently break. When running the desktop inside the network, it would generally behave, externally via the Citrix Secure Gateway the session sharing wouldn’t work, a separate session would launch for most if not all of the Citrix applications published via PNAgent or […]

General

Storefront Logon Failure Event ID

Security Log > Audit Failure Event ID 4625 An account failed to log on. Subject: Security ID: NETWORK SERVICE Account Name: SERVER$ Account Domain: DOMAIN Logon ID: 0x3e4 Logon Type: 8 Account For Which Logon Failed: Security ID: NULL SID Account Name: jamesscanlon Account Domain: DOMAIN Failure Information: Failure Reason: Unknown user name or bad […]