Windows 10 Language Packs Offline Downloads

If you need offline downloads for Windows 10 language packs for use with Group Policy, DISM, SCCM or even directly with Windows, then there is a fully comprehensive list available below for both x86 and x64 operating systems. The downloads are in CAB format and ready for immediate use. 2024 Update Included in this latest up-to-date Windows Language Pack download …

Windows 10 Language Packs Offline Downloads Read More

WordPress – WP Tab Widget Broken Fix

Since the WordPress update to version 4.5, you may have noticed that your WP Tab Widget may not be working. There is an update coming out soon to fix this, however, in the meantime for a quick fix, you can add the following code to your themes “function.php” file: if (!is_admin()) { wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), false, ‘1.11.3’); wp_enqueue_script(‘jquery’); } This …

WordPress – WP Tab Widget Broken Fix Read More

Exchange 2007 – Change a Shared Mailbox to User Mailbox

You may have seen our previous post about changing a user mailbox into a shared mailbox in Exchange – but what if you want to do it the other way around and change a shared mailbox into a user mailbox? Well, see below…. There is a simple PowerShell command that you can run within Exchange Management Shell (EMS) to carry …

Exchange 2007 – Change a Shared Mailbox to User Mailbox Read More

Exchange 2007 – Change a User Mailbox to Shared Mailbox

If you want to change a user mailbox in Exchange to a shared mailbox, then there is a simple powershell command that you can run within Exchange Management Shell (EMS) to carry this out. Just open up EMS and use this command: Set-Mailbox “user mailbox name” -Type:Shared where “user mailbox name” – is the name of the user mailbox you …

Exchange 2007 – Change a User Mailbox to Shared Mailbox Read More

Exchange 2007 – How to create a shared mailbox

If you need to create a shared mailbox in Exchange Server 2007, then you should first gather the following information about the mailbox: Mailbox Name Organisational Unit that the mailbox will sit in Mailbox Server/Database User Principal Name Once you have this information, you should start up Exchange Management Shell (EMS) and run the following command: New-Mailbox -Name:”Shared Mailbox” -OrganizationalUnit:”DOMAINOU” …

Exchange 2007 – How to create a shared mailbox Read More

How to Capture Microsoft Office Updates

This is a guide on how to capture Microsoft Office updates from a machine and then use these captured updates to either streamline a fully updated installation of Microsoft Office, or it can be used with Configuration Manager to ensure that you are pushing out the software fully patched. The reason we started using this method was to ensure that …

How to Capture Microsoft Office Updates Read More

SCCM – 52 Operational Collections

There is an excellent Powershell download available giving you 52 operational collections within SCCM. You should go over to the link below and take a look: 52 SCCM Powershell Collections Full list of collections created using the Powershell script are: All Clients All Clients Active All Client Inactive All Clients R2 CU0 All Clients R2 CU1 All Clients R2 CU2 …

SCCM – 52 Operational Collections Read More