Coder Social home page Coder Social logo

dominiccronin / tridion-powershell-modules Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkjaer/tridion-powershell-modules

0.0 1.0 0.0 866 KB

Windows PowerShell module allowing management of SDL Tridion (Content Management System) from the command line

PowerShell 100.00%

tridion-powershell-modules's Introduction

This project contains Windows PowerShell modules that allow you to easily interact with the SDL Tridion / SDL Web content management system and perform various administrative tasks.

Currently supported Tridion versions: 2011 SP1, 2013 GA, 2013 SP1 and Web 8.

Installation

The quickest way to install is to use the provided script:

  1. Open a Windows PowerShell (v3.0+) console.
  2. Ensure that you can run unsigned local scripts, by calling Set-ExecutionPolicy. We recommend the RemoteSigned policy. See Using the Set-ExecutionPolicy Cmdlet for more information.
  3. Start the installation by executing the following line:

iwr "https://raw.githubusercontent.com/pkjaer/tridion-powershell-modules/master/CoreService/Installation/Install.ps1" | iex

And if you wish to get the Tridion-Alchemy module as well (for managing and developing Alchemy plugins):

iwr "https://raw.githubusercontent.com/pkjaer/tridion-powershell-modules/master/Alchemy/Installation/Install.ps1" | iex

This will download the latest release, install it, and load the modules. Afterwards, you may wish to run the verification script ('Verify.ps1') located in the Installation folders -- or simply start using the available commands.

Should the above steps fail to work for you, please let us know! As an alternative to the installation script, follow the step-by-step instructions on the Manual Installation page.

Help

You can get the list of all of the commands by typing this in PowerShell: Get-Command -Module Tridion-CoreService,Tridion-Alchemy

Each of the commands also has help information available (including examples), which you can read by calling Get-Help nameOfCommand (e.g. Get-Help Get-TridionUser).

If you have any issues or questions, feel free to add an entry under Issues.

tridion-powershell-modules's People

Contributors

pkjaer avatar itaybb avatar

Watchers

Dominic Cronin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.