Practical IT Guides for Windows, SCCM & PowerShell Admins
TechyGeeksHome has been helping IT professionals and sysadmins since 2010. Find 1,500+ real-world guides covering Windows 10 & 11, Windows Server, SCCM/ConfigMgr, PowerShell scripting, Active Directory, networking, and virtualisation — all written from hands-on production experience by a UK IT pro with 26 years in the field.
If you run into an issue with opening documents or spreadsheets from SharePoint, then this guide will show you how to fix the problem. You will probably get an error message pop up when you try to open a SharePoint file which may be something like “Sorry, we couldn’t open ‘spreadsheet.xlsx“. This is actually a … Read more
If you are fed up of having to use an USB cable to connect your Amazon Kindle to your computer, then you can take advantage of your own home wireless to create a connection between your computer and Kindle. Connect your Kindle Fire to your home wireless connection. Also ensure that your computer is connected … Read more
If you have started a task sequence in Configuration Manager and you hit a problem, the last thing you want to do is to have to go through the reboot process back into Windows PE. So, if you want to just restart the task sequence without rebooting, carry out the following steps: Press F8 to … Read more
If you are using System Center Operations Manager (SCOM) then you may want to enable agent proxy on all your agents. If you want to do this then you can use the power of Powershell to carry this out. Just open up a Powershell command box and use the following command: get-SCOMagent | where {$_.ProxyingEnabled … Read more
If you are trying to install System Center Service Manager Data Warehouse then you may run into an issue on the Configure Analysis Services for OLAP cubes wizard page where it states that The server is not available: We ran into this issue a while ago and we checked everything that we could find on … Read more
If you’re using Windows 10 Professional, Enterprise, or Education, the easiest way to disable and hide OneDrive is by using the Local Group Policy Editor (or Group Domain Policy if on a corporate domain). In Windows 10, press Start, type gpedit.msc, and press Enter. In the Local Group Policy editor’s left pane, drill down to Computer … Read more
If you have not yet upgraded to Windows 10 Creators Update then you may notice this annoying message in your Windows Update page: So, what if you don’t want your computer (or Microsoft) telling you what to do and you want to remove this message? Well, the solution is a very simple registry edit. Open … Read more
If you are using WIM files for Operating System Deployments (OSD) you may be injecting Windows Updates into the WIM to keep them up to date. If you are doing this, you may run into errors when processing through the updates like this: This is because the mounted WIM thinks that there are pending updates. … Read more
With the recent ransomware attack across the world, IT departments should now been fully patched but also be taking steps to help protect themselves in the future. One way of trying to stop encryption of your files on network shares is to utilise the free File Server Resource Manager (FSRM) tool. This tool has been … Read more
If you are using System Center Operations Manager and you want to bulk remove multiple Management Packs, then you can use the power of the Operations Manager Shell to carry it out. First of all, you need to open up the Operations Manager Shell. Then you should run the following command: where: “*Microsoft.SQLServer*” = the … Read more
You may have seen our previous post on using DISM to clear space on a Windows computer. This is great, but what if you are using an older operating system, something like Windows Server 2003 which does not have the option to use DISM? Well, there is another little tool within these older operating systems … Read more
If you are using Windows Server Core in your environment then you will know that adding disk space to a virtual hard drive is not as simple as using the Disk Management GUI. But, using the steps below, you can carry out the disk extension in no time. First of all, add the amount of … Read more