...
- Initialize-LyniconProject: this inserts commands into the Global.asax.cs to run lynicon initialization, and into FilterConfig.cs to set up Lynicon's MVC script manager
- Initialize-LyniconDatabase: this builds the core database tables needed for Lynicon
- Initialize-LyniconAdmin: this creates an admin user for Lynicon with all the admin roles, allowing you to access the CMS editor and back end. You have to supply a Password parameter ensuring that the admin password is never set to a default value. The Ensure you use single quotes for the password to avoid issues with special characters. The admin user's username is 'administrator' and the default email is 'admin@lynicon-user.com'
...