Cisco – How to change or view IP helper address

If you are using Cisco switches, you may find that you need to configure IP helper addresses to give devices on different VLAN’s the correct direction to your DHCP server. To do this, you can use the following commands: # = the number of your VLAN To view the current vlan configuration: This will bring back all the information about …

Cisco – How to change or view IP helper address Read More

Football Manager 2015 – “The Steam servers are too busy to handle your request for Football Manager 2015 Error 53”

If you are installing a fresh copy of Football Manager 2015 through Steam, when you try and load the game after a seemingly successful download and install, you may receive an error similar to this one: “The Steam servers are too busy to handle your request for Football Manager 2015 Error 53” If you get this, then the reason is …

Football Manager 2015 – “The Steam servers are too busy to handle your request for Football Manager 2015 Error 53” Read More

Create a capture boot image in Windows Deployment Services WDS

If you are using Windows Deployment Services (WDS) then you will need to know how to capture a boot image. In the video demo below, this shows you exactly how to carry out this task correctly. Video Walkthrough Comments If you have any comments or questions on this guide, please feel free to leave us a message below using our …

Create a capture boot image in Windows Deployment Services WDS Read More

Add drivers to a boot image in Windows Deployment Services (WDS)

If you are using Windows Deployment Services (WDS) and you need to add a boot image into the system, then you should view the below tutorial video demonstration on how to successfully carry this out. Comments If you have any questions or comments on this guide, then please feel free to leave us a message below using our comments system …

Add drivers to a boot image in Windows Deployment Services (WDS) Read More

Silverlight Silent Installation and Uninstall

If you have a requirement to have Silverlight installed as a silent install, like for deployment through System Center Configuration Manager, then you can use the following guide to allow you to do this. First of all, you will need to download the full installer which you can get from the download link below: Download Silent Installation To then install …

Silverlight Silent Installation and Uninstall Read More

Reset a ShoreTel phone handset to factory settings

You may run in to a situation where you need to completely factory reset a Shoretel phone handset. This can be due to a handset being unresponsive or not talking to its headquarter server or local MGC, amongst other reasons like selling your handset! To carry out a full factory reset you should take the following steps: Press the MUTE …

Reset a ShoreTel phone handset to factory settings Read More

Restart SCCM OSD Task Sequence within Windows PE

If you want to restart SCCM OSD Task Sequence from within Windows PE without having to reboot the machine and start the PXE boot sequence again, you can quickly press F8 to bring up a command prompt and enter the following command: x:smsbini386TsmBootstrap.exe /env:WinPE /configpath:x:smsdata This will then restart the task sequence process for you without having to reboot. Comments …

Restart SCCM OSD Task Sequence within Windows PE Read More

Skype 7.5 Released – MSI Download Link & Silent Install Instructions

Skype version 7.5 has now been released and if you would like to either add this to your Configuration Manager Software Catalog or even have it available through WDS or Group Policy, then you will want to download the MSI file for it. Skype do provide a direct download link for its Skype software and the installer is packaged as …

Skype 7.5 Released – MSI Download Link & Silent Install Instructions Read More

SCCM Collection based on Active Directory Organisation Unit (OU) Membership

You may want to create a Configuration Manager Collection based upon an Active Directory Organisation Unit. To do this you can use the following WQL code and then simply amend the last part to be the Organisation Unit that you want to base the Collection on: SELECT SMS_R_USER.ResourceID, SMS_R_USER.ResourceType, SMS_R_USER.Name, SMS_R_USER.UniqueUserName, SMS_R_USER.WindowsNTDomain FROM SMS_R_User WHERE SMS_R_User.UserOUName = “LOCALDOMAIN.COM/COMPANYNAME/TECHYGEEKSHOME” More Queries …

SCCM Collection based on Active Directory Organisation Unit (OU) Membership Read More