The Exchange Online Remote PowerShell Module needs to be installed on your computer:Open the Exchange admin center (EAC) for your Exchange Online organization. For instructions, see Exchange admin […]
Category: Random
Random Posts
Network Adapter Device : Code 31 \ cannot find the file specified
Network Adapter Device : Code 31Delete the registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Config ( is a REG_SZ key ) Uninstall Network AdaptersRestart MachineReinstall Driver When trying to install Driver , it finds […]
Windows 10 / Windows 8.1 Drivers for Surface Ethernet Adapter 1663
Download the .cab’s extract the inf files and choose these when Updating the driverWindows 10Download 32bithttp://download.windowsupdate.com/c/msdownload/update/driver/drvs/2016/08/20898668_7a3ff92d3e83a0779dff79b06da4f963e331fee2.cabDownload 64bithttp://download.windowsupdate.com/c/msdownload/update/driver/drvs/2016/08/20898669_63ce94a045a0d912475d5412d61d965777a72d94.cab Windows 8 and Windows 8.132bit http://download.windowsupdate.com/c/msdownload/update/driver/drvs/2015/03/20721361_467d33cc3468e33bacfd4a4248fdd549707fd82f.cab64bithttp://download.windowsupdate.com/c/msdownload/update/driver/drvs/2015/03/20721362_5dd32af88de5e78b0bd45ee56060e4bbbadfbcd1.cab
365 Email Still forwarding after turning off exchange forward ( Inbox Rules )
There are three ways to forward mail from one user to another in ExchangeExchange Forwarding Most Common – Done by AdministratorInbox Rule – Done by UserHub Transport […]
%!PS-Adobe-3.0 Query userdict Printed out when Using Mac
When setting up a MAC to print to a Xerox Docucenter 3375 , %!PS-Adobe-3.0 Query userdict (004)cvn{\004) print flush}put %%BegininFeatureQueI believe the answer is to find where to […]
“ErrorQuerying” 123reg Domain Transfer
If you move a domain to 123reg, the status might go to ErrorQueryingThis is due to the fact the IPS Tag is incorrect or you did not set […]
How to update IBM Firmware on Series X Sercer
Using the https://support.lenovo.com/au/en/solutions/lnvo-xpress Will give you the individual firmware files to update via IMM. However this doesn’t work with Windows 10 due to : This launchpad is not intended […]
StorageCraft – ImageManager
Upon trying to open storagecraft Image Manager the following error is displayed : the property ‘agent connections’ could not be createdChecking all the services showed the service was […]
Invalid Request: The request Tokens do not match the user context. 365 Outlook 2FA
Upon enabling two-factor authentication, when trying to open Outlook you get the following errorInvalid Request: The request Tokens do not match the user context.This is due to your […]
How to install Speedtest.net on a Synology NAS for internet speedtest
Have a site without a server and want to test the speed?Login to Synology using SSH via Putty and navigate to somewhere writable e.g. Volume1 cd /Volumes/Volume1/wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.pyMake […]
How to enable SQL Server Express for Remote Management via SQL Management Studio
Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service.Four exceptions must be configured in Windows Firewall to allow […]
How To Enable The SSH Server on Bitnami WordPress Turnkey
Debiansudo rm -f /etc/ssh/sshd_not_to_be_run sudo systemctl enable ssh sudo systemctl start sshUbuntusudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf sudo start sshSetting the IPsudo ifconfig eth0 192.168.1.234 netmask 255.255.255.0 up Check […]