Tuesday, April 29, 2014

Enable PowerShell ISE in Windows 2008 R2 server

Requirement: Enable PowerShell ISE in windows 2008 R2 server for script

Solution Steps:
1. Open SharePoint POwerShell and run the below commands
  a)    Import-Module ServerManager
 b) Add-WindowsFeature PowerShell-ISE 


No comments:

Post a Comment

Access to XMLHttpRequest at 'from origin has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. .net core angular

Issue: The angular application was getting error from API that the origin has been blocked by CORS policy. Solution: Make sure that the...