Outlook connectivity troubleshooting
Hold down Ctrl and Right click the Outlook icon in the system tray. You get two additional options in the menu, Connection Status and Test E-mail AutoConfiguration
Hold down Ctrl and Right click the Outlook icon in the system tray. You get two additional options in the menu, Connection Status and Test E-mail AutoConfiguration
sslyze.exe –certinfo=basic HOSTNAME eg sslyze.exe –certinfo=basic activation.sls.microsoft.com eg sslyze.exe –certinfo=basic –starttls=auto crimson.spectrumcs.net:587 eg sslyze.exe –certinfo=basic –starttls=auto crimson.spectrumcs.net:25 c:\SUPPORT\SSL Software\sslyze>sslyze.exe –certinfo=basic activation.sls.microsoft.com c:\SUPPORT\SSL Software\sslyze>sslyze.exe –certinfo=basic activation.sls.microsoft.com REGISTERING AVAILABLE PLUGINS —————————– PluginCertInfo PluginCompression PluginChromeSha1Deprecation PluginSessionResumption PluginSessionRenegotiation PluginOpenSSLCipherSuites PluginHSTS PluginHeartbleed CHECKING HOST(S) AVAILABILITY —————————– activation.sls.microsoft.com:443 => 65.52.98.231:443 SCAN RESULTS FOR ACTIVATION.SLS.MICROSOFT.COM:443 – 65.52.98.231:443 ——————————————————————– * Certificate – Content: SHA1 Fingerprint:… Read More »
WARNING: Its really important you do not run portdowngrade from within the /usr/ports directory. Doing so really fucked up my server and I needed to delete all ports and reinstall into them from a list I had available. First install ports-mgmt/portdowngrade and rehash to update cache Then OUTSIDE OF THE PORTS TREE (cd ~ is a… Read More »
https://sccmguru.wordpress.com/2014/06/16/office-365-proplus-activation-and-ncsi/
Schtasks /Create /SC once /TN “SCS Scheduled Reboot” /TR “shutdown /r /f /t 60 /c SCS_Scheduled_Reboot” /ST 03:00 /SD 14/11/2015
tail -F /var/log/munin/munin-update.log | grep -E ‘WARNING|ERROR|FATAL’ tail -F /var/log/munin/munin-update.log | grep -E ‘ERROR|FATAL’
http://fishcodelib.com/Database.htm
https://www.sslshopper.com/move-or-copy-an-ssl-certificate-from-an-apache-server-to-a-windows-server.html. openssl pkcs12 -export -out ptiexpress.com-2014.pfx -inkey ptiexpress.com-2014.key -in ptiexpress.com-2014.crt -certfile ptiexpress.com-2014.ca-bundle
ALTER TABLE `tablename` ADD COLUMN `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD COLUMN `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP; https://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html https://dev.mysql.com/doc/refman/5.6/en/data-type-defaults.html Requires MySQL 5.6.5 or better
Creating a Microsoft Office 365 Offline Installer Product IDs that are supported by the Office Deployment Tool for Click-to-Run Office 2013 Deployment Tool for Click-to-Run Office 2016 Deployment Tool Office 365 Offline Installer (as of 29-09-2015, untested)
https://support.microsoft.com/en-us/kb/949104 https://support.microsoft.com/en-us/kb/3050265
Initial SUSDB.mdf file after a virgin installation was 8,340KB During the initial setup of WSUS it goes away and downloads update information from Microsoft Update (You press Start Connecting and wait quite a while). After this process completes, but before you pressed next the size of SUSDB.mdf was 35,008 KB. A backup of a SUSDB taken… Read More »
http://windowsitpro.com/article/patch-management/Secure-non-Microsoft-applications-by-publishing-3rd-party-updates-to-WSUS-129241 https://wsuspackagepublisher.codeplex.com/ Adobe Products Reader – https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/sccm.html Flash – http://blogs.technet.com/b/jasonlewis/archive/2010/09/21/new-scup-catalog-adobe-flash-player.aspx
ssh to source ESXi host and SCP the whole directory containing the for example scp -r /vmfs/volumes/4c5d52cc-418b1638-1a17-001b2104563a/doorman.pub.local root@detination_esxi:/vmfs/volumes/4fae87c6-3af2de20-bfaa-3cd92b0b0c9e
mysqldump-script-for-windows mysqldump.exe –defaults-file=mysqldump.cnf –all-databases -h 192.168.1.22 > backup-%date:~6,4%-%date:~3,2%-%date:~0,2%-%time:~0,2%%time:~3,2%%time:~6,2%.sql Produces filename like backup-2015-08-27-160938.sql
pkg check -d for dependencies, pkg check -B for shared library issues pkg check -s for invalid checksum issues. pkg check -d && pkg check -B && pkg check -s https://forums.freebsd.org/threads/upgrading-to-9-3-and-php-apache.50419/
C:\ProgramData\Sage\SBD Software Updates\Downloaded
http://www.symantec.com/connect/articles/troubleshooting-email-notifications-backup-exec
https://technet.microsoft.com/en-us/library/cc720477%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396 The wuauclt Utility /a /ResetAuthorization Initiates an asynchronous background search for applicable updates. If Automatic Updates is disabled, this option has no effect. /r /ReportNow Sends all queued reporting events to the server asynchronously. /? /h /help Shows this help information.
https://support.microsoft.com/en-us/kb/3050265 Fixes included in this update This update addresses an issue in which system performance can be decreased during scans. This issue has the greatest effect on computers that have a small amount of physical memory. This update addresses an issue in which Windows Update scans can fail and generate a 0x8007000E error. General improvements are… Read More »
Use form at http://go.microsoft.com/fwlink/?LinkID=614866 Use SCS’s @outlook.com as contact email address. Enter IPs as 109.169.47.183 78.129.250.108 109.169.26.118 <Customers IP address> 109.169.26.118;109.169.47.183;78.129.250.108;<Customers IP address> You’ll get a message back eventually with a subject of Reported deliverability problem to Outlook.com XXXXXXXXXX and a message of Dear XYZ Please note that your ticket number is in the subject… Read More »
Generate private key openssl genrsa -out domainname.key 2048 Generate Signing Request openssl req -new -key domainname.key -out domainname.csr
Notes I’m keeping the keys organised by year, this might change in the future If you omit the 1024 from the genrsa command it’ll generate 1024 keys. Its supplied here now to remind me to upgrade these to 2048 keys when the time is right (at present Easyspace don’t allow you to enter 2048 records… Read More »
Use WP-CLI (http://wp-cli.org/) Su to a non-privileged user # su -m www # wp core version 4.2.2 # wp core verify-checksums Success: WordPress install verifies against checksums. # wp core check-update Success: WordPress is at the latest version. # wp core update Plugsin # wp plugin status 4 installed plugins: UI akismet 3.1.1 A force-login-except-special-ip-range… Read More »
Default “Additional Rules” %HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot% %HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir% Additional Steps Remove LNK from Designated File Types (so shortcuts work!) Add the following Additional Rules %HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir (x86)%