Web Platform installer: PHP manager for IIS failed on server 2016, error 1603

Web Platform installer: PHP manager for IIS failed on server 2016, error 1603

Error message: “CustomAction VSDCA_VsdLaunchConditions returned actual error code 1603”

 

Solution:
1. Install .net 3.5
2. Change this registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\MajorVersion

to value 9 instead of 10

3. open Web Platform installer to reinstall php manager for iis this time it should work

4. set MajorVersion back to 10 again

Sources:
https://stackoverflow.com/questions/36985999/php-manager-iis-fails-to-install-windows-10
https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/php-manager-for-iis-on-windows-10/33ef32f0-6a86-4803-abc1-6de81110f9a8

Office 365 Azure AD Connect assigning .onmicrosoft.com to synced users

When Azure AD Connect it configure to sync ad account to Azure AD/Office 365 it assigns the login name as the AD UPN (as expected), but it won’t assign that same UPN as the default email address – instead it assign a @mydomain.onmicrosoft.com as the primary email address.

to correct this we can use the Synchronization rules editor, which is installed together with the Azure AD Connect (Download Link)

In Synchronization rules editor, switch the direction tabs to outbound rules.
select the rule called “Out to ADD – UserExchangeOnline”, click edit and accept the option to disable and clone the rule (this will create a rule called ““Out to ADD – UserExchangeOnline – Cloned” that can be modified.

Change the precedence to 50

go to transformations, and Scroll down till you find the “Target Attribute” of “ProxyAddresses”
Change the FlowType to “Expressions” and enter the following in the source:

"SMTP:" & [userPrincipalName]

Now resync the users and the primary email address should be changed

Sources: https://rscc.co.uk/solution-office-365-assigning-onmicrosoft-com-addresses-used-aad-connect/

Octopi: You should consider upgrading via the ‘pip install –upgrade pip’ command.

If you keeo getting: You are using pip version 8.1.2, however version 9.0.1 is available. when you update a plugin in the Octopi Plugin manager.
and you try to upgrade pip when the command you see, “pip install –upgrade pip” you will get a command not found
use this command instead:

/home/pi/oprint/bin/python -m pip install --upgrade pip

Apple iCloud Add-in Keeps Disabling Itself in Outlook

iCloud Add-in Keeps Disabling Itself in Outlook

you can force outlook not to disable a plugin by change loadbehavior and add it to outlook resiliency list.
It is both done by windows registry (regedit)

open regedit and look for

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\Apple.DAV.Addin

If you can’t find it try to look for

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Apple.DAV.Addin

and set the value for the LoadBehavior to 3 (always load)

Even with this key set, Outlook can some times disable the plugin anyway, you can prevent it by adding another key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\outlook\resiliency\addinlist
String: Apple.DAV.Addin
Value: 1 
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\15.0\outlook\resiliency\addinlist
String: Apple.DAV.Addin
Value: 1 
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook\resiliency\addinlist
String: Apple.DAV.Addin
Value: 1 

Sources: https://www.slipstick.com/outlook/icloud-sync-failure/

Veeam – Unable to allocate processing resources. Error: Failed to take in-guest VSS snapshot COM Error: Code: 0x80042308

Download Hyper-V integration

Force reinstall of Hyper-V integration
1. download HyperV Integrations Compontens
2. run command:

Dism.exe /online /Add-package /packagepath:c:\Downloads\Windows6.2-HyperVIntegrationServices-x64.cab /quiet /norestart

3. Validate file version on this file c:\windows\system32\drivers\vmbus.sys it must be at least 6.3.9600.17415 – Note: this file doesn’t seem to be present in Server 2012 R2

Sources:
https://forums.veeam.com/microsoft-hyper-v-f25/9-5-hyper-v-known-issues-t38927-150.html

https://www.pc2s.fr/?p=1568

STOP 0x0000007B

When changing storage adaptor or change for IDE to ACHI Mode, you may see the 0x0000007b error code

you can fix it by changing “start” key to 0 the 2 the regedit

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\IastorV

Sources:
https://support.microsoft.com/en-us/help/922976/error-message-occurs-after-you-change-the-sata-mode-of-the-boot-drive

Exchange 2010 AutoReply/Forwarding rules not working

Recently I try to setup a Auto reply rule on one of our outlook clients, and noticed that all rules are working except for the ones that requires
forwarding and auto reply, I found out that default a exchange 2010 don’t allow both forwarding and autoreplying. you can enable it here

Source:
http://blog.garraux.net/2010/11/exchange-20072010-forwarding-rules-not-working/