pkjaer / tridion-powershell-modules

Windows PowerShell module allowing management of SDL Tridion (Content Management System) from the command line
13 stars 14 forks source link

Removed the ability to specify your own prefix for the modules #30

Closed pkjaer closed 7 years ago

pkjaer commented 7 years ago

…as unfortunately it still causes conflicts with default cmdlets.

(e.g. Get-Item or New-Item would get overwritten with the Tridion functions despite using the Tridion prefix)

So the prefixes are now hardcoded again with the "prefix" they were documented as having (Tridion and Alchemy respectively)