Define managed paths using Windows Power shell
In this article I am giving a small introduction about how to create a managed path using Power Shell
- On the Start menu, click All Programs.
- Click Microsoft SharePoint 2010 Products.
- Click SharePoint 2010 Management Shell.
At the Windows Power Shell command prompt type the following command:
How to add a Managed Path
- You can use the New-SPManagedPath cmdlet to add managed paths for a Web application
Syntax
New-SPManagedPath -RelativeURL "Relative URL" -WebApplication <Web Application URL>
· “Relative URL” is the relative URL for the new managed path. The type must be a valid partial URL, for example sites, teams,etc.
· <WebApplication URL> is the Web application url where you want to add this managed path.
| | Destin Joy author of Define managed paths using Windows Power shell is from Pathanamthitta, India. Destin Joy says Hello Everyone, I am Destin Joy from India I have MCPD in SharePoint 2010, MCTS SharePoint 2010 application development and MCTS in SharePoint 2007. I am mostly working in core part of SharePoint (2010-2007) and passionate about new Microsoft technologies. Born and brought up in Kerala You can reach me @ Destin.Joy@hotmail.com | |
| | View All Articles |
|
Please enter your Comment
- Comment should be atleast 30 Characters.
- Please put code inside [Code] your code [/Code].
|
|
|
|
|
|
|