Error: The Windows PowerShell snap-in ‘Microsoft.SharePoint.Powershell’ is not installed on this computer.

Error:

Add-PSSnapin : The Windows PowerShell snap-in ‘Microsoft.SharePoint.Powershell’ is not installed on this computer.
At line:1 char:131
+ … t -eq 0 } | %{ Add-PSSnapin $_ }
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.SharePoint.Powershell:String) [Add-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand

Solución:

Ejecutar la consola de PowerShell en x64, es muy probable que el error esté ocurriendo por ejecutar la consola en x86.

Deja un comentario