The following powershell will Decline any Non English Language Packsget-WsusUpdate | Where {$_.update.title -ilike “*Lang*” -and $_.update.title -notlike “*en-*”} | Deny-WsusUpdate
Category: Random
Random Posts
Outlook 2016 – Contacting Server for More Information
Recently had a user with a new Office 365 account receive the above error during downloading new email. Testing the connection it looks like the Wireless connection she […]
How to get Serial Number for HP MSA to link to HP Passport Account
I logged into https://h41111.www4.hpe.com/storage/msafirmware.htmlTo download the latest firmware for my 2040 , however, I needed to link my Device warranty to my HP Passport accountWith only remote access […]
How to get past Google Translate 5000 Character Limit
Convert the text into a Word, PDF or .txt document and upload this using the “Translate a document”
Whitelist an IP Address in Mimecast
If you are using products such as Cofense PhishMe , FriendlyPhishing or Knowbe4 as Phish testing software in your organisation then these test’s will get blocked in […]
WSUS Best Practices ( Fixing The WSUS content directory is not accessible ) 503
Recently on adding some machines and updates to a existing WSUS server that had been stable for a whole year, I was getting the server being unresponsive […]
Preparing for Switch off of TLS 1.0 and TLS 1.1 in Office 365 to TLS 1.2 ( Toshiba/Fuji/Avaya )
In October Microsoft is shutting down TLS 1.0 and TLS 1.1 so we need to check Legacy decives that speak to 365 with protocols that use this […]
Group Policy to Add Site to Pop-Up Blocker Exceptions in Internet Explorer not working – Solution
I tried to go to this group policy documented around User Configuration > Administrative Templates > Windows Components > Internet Explorer Double click on the item named “Pop-Up Allow […]
Install-Module : The term ‘Install-Module’ is not recognized as the name of a cmdlet
Install-Module AzureADPreviewInstall-Module MSOnlineInstall-Module : The term ‘Install-Module’ is not recognized as the name of a cmdlet, function, script file, oroperable program. Check the spelling of the name, […]