Quantcast
Channel: Geeks Hangout - Software
Browsing all 21 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Installing of Citrix XenApp 6.5 Hotfixes fails with "Installation ended...

Submitted by PhilEddies on Mon, 12/19/2011 - 17:37administrator | 4563 pointsSoftwareCitrix XenApp Problem:Recently I was having issues installing the Hotfixes XA650W2K8R2X64001 and XA650W2K8R2X64002...

View Article


Image may be NSFW.
Clik here to view.

Allowing Citrix Receiver 3.1 to use HTTP as well as HTTPS

Submitted by PhilEddies on Thu, 01/05/2012 - 12:39administrator | 4563 pointsSoftwareCitrix XenAppCitrix XenDesktopProblem:I have just upgraded Citrix Receiver from version 3.0 to 3.1 and I found it...

View Article


Image may be NSFW.
Clik here to view.

Installing Select Plus Remote Desktop Cals

Submitted by PhilEddies on Fri, 01/06/2012 - 12:59administrator | 4563 pointsSoftwareWindows Server Problem:Recently I needed to install a bundle of server 2008 Remote Desktop cals which had been...

View Article

Change Windows File Associations via the Command Prompt

Submitted by PhilEddies on Tue, 02/07/2012 - 12:34administrator | 4563 pointsSoftwareWindows ClientThe blow shows how to reset file associations via the command prompt.File associations are per...

View Article

Image may be NSFW.
Clik here to view.

SCCM 2007: Clients not receiving new Software Metering Rules

Submitted by PhilEddies on Fri, 05/25/2012 - 23:15administrator | 4563 pointsSoftwareSCCM Problem:Recently I noticed that clients had not received my changes to my SCCM 2007 software meeting rules,...

View Article


Image may be NSFW.
Clik here to view.

PowerPoint: Some of your fonts cannot be saved with the presentation

Submitted by PhilEddies on Mon, 06/11/2012 - 12:08administrator | 4563 pointsSoftwareMicrosoft Office Problem:When trying to save a PowerPoint file you get a message similar to the below;In my case I...

View Article

Changing the time zone on CentOs from the shell

Submitted by PhilEddies on Fri, 10/19/2012 - 18:00administrator | 4563 pointsSoftwareLinuxSoftYou can enter the command date to view the current time zoneTo change the time zone you need to create a...

View Article

Getting a list of databases on a MS SQL Server

Submitted by PhilEddies on Fri, 12/21/2012 - 17:31administrator | 4563 pointsSoftwareSQLThe below query will return a list of none system databases on a Microsoft SQL Server;SELECT name FROM...

View Article


Citrix XenApp Rolling Reboot Script

Submitted by PhilEddies on Sun, 02/24/2013 - 22:28administrator | 4563 pointsSoftwareCitrix XenAppI want to share one of my recent finds, I have a Citrix farm that has users logged on 24/7 so...

View Article


Image may be NSFW.
Clik here to view.

IBM iSeries Client Access License Error on Citrix XenApp

Submitted by PhilEddies on Mon, 02/25/2013 - 22:24administrator | 4563 pointsSoftwareIBM Client AccessProblem:I recently had the need to deploy IBM Client Access 6.1 on a Citrix XenApp 6.5 farm,...

View Article

Disabling and Enabling All SQL Server Agent Jobs

SoftwareSQLAs part of a recent Microsoft SQL Server migration project I had a need to disabled and enable all of the Agent Jobs as various points, the below scripts did the job. This scripts have been...

View Article

Image may be NSFW.
Clik here to view.

Citrix XenApp Health Monitor

SoftwareCitrix XenAppDetails Recently I had a need for a tool that would easily allow me or our Service Desk to monitor the health of our XenApp farm, there are obviously commercial products for this...

View Article

Image may be NSFW.
Clik here to view.

WSUS Clients failing to download updates (80244019)

SoftwareWindows UpdateProblemClients were unable to download updates from our internal WSUS server, the download failed with error 80244019 however the same clients could download the updates fine...

View Article


Finding SUSE and openSUSE version number and service pack level via the shell

SoftwareLinuxTo find the version of SUSE or openSUSE and the service pack / patch level installed via the shell run the command;cat /etc/SuSE-releaseYou should get an output like the below;SUSE Linux...

View Article

Getting a user of Linux users via the shell

SoftwareLinuxIf you have a need to find the user accounts present on a linux computer via te shell the below command should help;cat /etc/passwd | grep "/home" | cut -d: -f1This will list all users on...

View Article


Changing a Windows Product Key Using Command Prompt

SoftwareWindows ClientFrom time to time the need arises to change a Windows product key, the below uses slmgr.vbs to change the Windows product key and activates Windows;- Open an Administrative...

View Article

Image may be NSFW.
Clik here to view.

Unable to delete a folder with a trailing space

SoftwareWindows ServerWindows ClientProblem:Two folders on a file server I administer had been created with a space at the end of the folder name. If I tried to delete these folders I got the message...

View Article


Image may be NSFW.
Clik here to view.

Windows Azure Active Directory Sync Set CoexistenceConfigureation Error

SoftwareWindows ServerWhile setting up Office 365 I ran into an issue with the Active Directory Synchronization tool, at the configuration stage I was presented with the error...

View Article

Image may be NSFW.
Clik here to view.

VMware: The parent virtual disk has been modified since the child was...

SoftwareVMWare VSphereProblem:After my weekend backups I was greeted this morning with a virtual guest that would not power on, instead I was getting the below error;  An on the summary tab for the...

View Article

Image may be NSFW.
Clik here to view.

SQL Script - Report the disk size each table is using in a database

SoftwareSQLThe below sql script will return a list of tables in a database along with the table sizes in MB. select object_name(id) [Table Name],  [Table Size] = convert (varchar, dpages * 8 / 1024) +...

View Article
Browsing all 21 articles
Browse latest View live