After deploying some sharepoint lists using Group Policy via Microsoft Outlook 2016/Account Settings/SharePoint ListsThe Lists would not add unless the user had clicked Allow to this error : Do […]
Author: paris
How to remotely Get a List then Uninstall a Program via WMIC ( CMD )
Get a list of programs currently install wmic /node:<REMOTE HOSTNAME> product get name, version, vendorHow to uninstall the Programwmic /NODE:<REMOTE HOSTNAME> product where (name=”Windows Agent”) call uninstall
Email : Install the latest version of Azure AD Connect now to restore automatic upgrades
Just received the Generic Email from Microsoft again false positive like this : https://www.reddit.com/r/Office365/comments/8cv4iq/email_message_your_action_is_required_please/To check you are on the latest Version :Open Up the AAdconnect synchronisation service manager […]
WSUS Disable All Windows Updates Language Packs showing for Windows 10
The following powershell will Decline any Non English Language Packsget-WsusUpdate | Where {$_.update.title -ilike “*Lang*” -and $_.update.title -notlike “*en-*”} | Deny-WsusUpdate
AADconnect Deleting User accounts after Password change
Recently we had an issue where a Office 365 Hybrid Environment where a local user would reset their expired Local Password and the ADDconnect service would disconnect the […]
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 […]
Office 365 new User Script in Hybrid Mode
A new user script for companies that are still in Hybrid mode so have to create Contacts in Exchange as well as enabling the users using Two […]
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 […]
hp compaq elite 8200 not booting from usb
Recently I tried to boot an hp elite 8200 Compaq desktop from USB, however, pressing the f9 key on bootup was not showing me any USB key. Upgrading the BIOS […]