Add smart hints for SharePoint in PowerShell Ise to Enable SharePoint PowerShell commandlets in the PowerShell Ise

Source: Internet
Author: User

Powershell Ise in the default state there is a downside where some smart hints about SharePoint are not displayed, such as when you write a "get-" option followed by some objects that do not have an SP start. So I found a solution.

First Open PowerShell Ise and copy the code below to Ise

1 if(! (Test-path$profile )) 2 { 3New-item-type File-path$profile- Force4 } 5  6 7 $cmd=if((Get-pssnapin | Where-object {$_. Name-eq "Microsoft.SharePoint.PowerShell"})-eq $null) 8 { 9Add-pssnapin"Microsoft.SharePoint.Powershell" Ten } ' One  AOut-file-filepath$profile-inputobject$cmd-append

Run the above code, close the Ise, and then reopen, your ISE will load the snapin about SharePoint.

Add smart hints for SharePoint in PowerShell Ise to Enable SharePoint PowerShell commandlets in the PowerShell Ise

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.