Videoutbildning för SharePoint Online

2017-11-28_10h06_45

Videoutbildning för OneDrive

2017-11-28_10h06_45.png

Word-utbildning

2017-11-28_10h05_18.png

Outlook-utbildning

2017-11-28_10h03_53.png

PowerPoint-utbildning

2017-11-28_10h01_48.png

Videoutbildning för Excel

2017-11-28_09h20_50.png

2017-11-28_09h21_33.png

Microsoft Office

Windows Server 2016 KMS error activating Microsoft Office 2013

After migrating the KMS server from a Windows Server 2008 for a new Windows Server 2016, I have run into some issues, and one of the issues was the activation of the Microsoft Office 2013. Let me show you guy how I have fix it.

Workaround

  1. Open the cmd with Admin Rights
  2. Run slmgr.vbs /ato for activating the Windows Server 2016 KMS.
  3. Run Office KMS setup (kms_host.vbs), and insert the Office KMS key
  4. Run ”slmgr.vbs /ato 98EBFE73-2084-4C97-932C-C0CD1643BEA7” to activate the Office 2016
  5. Run ”slmgr.vbs /ato 2E28138A-847F-42BC-9752-61B03FFF33CD” to activate the Office 2013

Now you need to wait for the KMS to receive more them 5 activation requests to start working. You can always perform the activativation requests through the Volume Activation Management Tool or by runing the following command on the client machine.

  1. Open the cmd with Admin Rights
  2. cd ”C:\Program Files (x86)\Microsoft Office\Office13” – For Office 2013 32 bits
  3. Run this command: cscript OSPP.VBS /act

Microsoft Office Installation paths

Office 2010

32 bits: ”C:\Program Files (x86)\Microsoft Office\Office14”
64 bits: ”C:\Program Files\Microsoft Office\Office14”

Office 2013

32 bits: ”C:\Program Files (x86)\Microsoft Office\Office15”
64 bits: ”C:\Program Files\Microsoft Office\Office15”

Office 2016

32 bits: ”C:\Program Files (x86)\Microsoft Office\Office16”
64 bits: ”C:\Program Files\Microsoft Office\Office16”

a-team_A_verylitle.png

Error when try to disable one service ”The parameter is incorrect”

To disable the OneSyncSvc_xxxx service, you need to edit the regedit. Please perform a backup of the regedit before doing any change.

When you try to disable the OneSyncSvc through mmc, you will get the following error:

2017-11-03_09h40_49

Services – The parameter is incorrect

If you try to disable through ”sc config OneSyncSvc_xxxx start=disabled”, it will also not work and you will get the following error:

[SC] ChangeServiceConfig2 (delayed autostart flag) FAILED 87:

The parameter is incorrect.

Workaround

  1. Open the regedit
  2. Locate the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc
  3. Change the ”Start” REG_DWORD from 2 (Enable) to 4 (Disable)

2017-11-03_09h41_29.png

(mer …)