Download PSAdmin

Description

PSAdmin is a web based administration tool that allows the easy execution of Windows PowerShell scripts within your environment.

Icons

PSAdmin

Source Files

The download file psadmin.zip has the following entries.


.hgignore//w  w w  .  j a  v  a 2 s . c  om
Dependencies/Castle.Core.dll
Dependencies/Castle.DynamicProxy2.dll
Dependencies/Iesi.Collections.dll
Dependencies/MvcExtensions.dll
Dependencies/NHibernate.ByteCode.Castle.dll
Dependencies/NHibernate.Linq.dll
Dependencies/NHibernate.dll
Dependencies/NVelocity.dll
Dependencies/StructureMap.dll
Dependencies/System.Data.SQLite.dll
Dependencies/log4net.dll
License.txt
PSAdmin.Core/Domain/Entity.cs
PSAdmin.Core/Domain/PSScript.cs
PSAdmin.Core/Domain/PSScriptVariable.cs
PSAdmin.Core/Domain/UserEvent.cs
PSAdmin.Core/Interfaces/IAuditService.cs
PSAdmin.Core/Interfaces/ILoggerService.cs
PSAdmin.Core/Interfaces/IPSScriptRepository.cs
PSAdmin.Core/Interfaces/IPagedList.cs
PSAdmin.Core/Interfaces/IRepository.cs
PSAdmin.Core/Interfaces/IScriptService.cs
PSAdmin.Core/Interfaces/ISessionStore.cs
PSAdmin.Core/Interfaces/IStartUpTask.cs
PSAdmin.Core/Interfaces/ITemplateService.cs
PSAdmin.Core/Interfaces/IUserEventRepository.cs
PSAdmin.Core/Interfaces/IUserRoleRepository.cs
PSAdmin.Core/PSAdmin.Core.csproj
PSAdmin.Core/PSAdmin.Core.csproj.user
PSAdmin.Core/Properties/AssemblyInfo.cs
PSAdmin.Core/Security/PSAdminRoleProvider.cs
PSAdmin.Core/Security/UserRole.cs
PSAdmin.Core/Security/UserRoleMapping.cs
PSAdmin.Core/UI/CheckBoxListItem.cs
PSAdmin.Core/Utils/DictionaryExtensions.cs
PSAdmin.Core/Utils/EncryptionHelper.cs
PSAdmin.Core/Utils/PagedList.cs
PSAdmin.Data/Mapping/PSScript.hbm.xml
PSAdmin.Data/Mapping/PSScriptVariable.hbm.xml
PSAdmin.Data/Mapping/UserEvent.hbm.xml
PSAdmin.Data/Mapping/UserRole.hbm.xml
PSAdmin.Data/Mapping/ve-1E08.tmp
PSAdmin.Data/NHibernateHelper.cs
PSAdmin.Data/PSAdmin.Data.csproj
PSAdmin.Data/PSAdmin.Data.csproj.user
PSAdmin.Data/Properties/AssemblyInfo.cs
PSAdmin.Data/Repositories/PSScriptRepository.cs
PSAdmin.Data/Repositories/UserEventRepository.cs
PSAdmin.Data/Repositories/UserRoleRepository.cs
PSAdmin.Data/hibernate.cfg.xml
PSAdmin.Data/nhibernate-configuration.xsd
PSAdmin.Data/nhibernate-mapping.xsd
PSAdmin.Services/Log4NetLoggerService.cs
PSAdmin.Services/NVelocityTemplateService.cs
PSAdmin.Services/PSAdmin.Services.csproj
PSAdmin.Services/PSAdmin.Services.csproj.user
PSAdmin.Services/PSScriptService.cs
PSAdmin.Services/Properties/AssemblyInfo.cs
PSAdmin.Tests/App.config
PSAdmin.Tests/BaseTest.cs
PSAdmin.Tests/EncryptionTests.cs
PSAdmin.Tests/PSAdmin.Tests.csproj
PSAdmin.Tests/PSAdmin.Tests.csproj.user
PSAdmin.Tests/Properties/AssemblyInfo.cs
PSAdmin.Tests/RepositoryTests.cs
PSAdmin.Tests/SchemaTests.cs
PSAdmin.Tests/SecurityTests.cs
PSAdmin.Tests/hibernate.cfg.xml
PSAdmin.Web/App_Data/psadmin.db
PSAdmin.Web/App_Data/psadmin.db.sample
PSAdmin.Web/Content/css/ie.css
PSAdmin.Web/Content/css/print.css
PSAdmin.Web/Content/css/screen.css
PSAdmin.Web/Content/css/site.css
PSAdmin.Web/Content/images/cat-li.gif
PSAdmin.Web/Content/images/contact.gif
PSAdmin.Web/Content/images/download.jpg
PSAdmin.Web/Content/images/h-art.gif
PSAdmin.Web/Content/images/hbg.gif
PSAdmin.Web/Content/images/home.gif
PSAdmin.Web/Content/images/img.jpg
PSAdmin.Web/Content/images/li-line.gif
PSAdmin.Web/Content/images/lm-li.gif
PSAdmin.Web/Content/images/mainimg.jpg
PSAdmin.Web/Content/images/psadmin.png
PSAdmin.Web/Content/images/sitemap.gif
PSAdmin.Web/Content/images/top.jpg
PSAdmin.Web/Controllers/AuditController.cs
PSAdmin.Web/Controllers/ScriptController.cs
PSAdmin.Web/Controllers/SecurityController.cs
PSAdmin.Web/Global.asax
PSAdmin.Web/Global.asax.cs
PSAdmin.Web/Infrastructure/Bootstrapper.cs
PSAdmin.Web/Infrastructure/CheckBoxListExtensions.cs
PSAdmin.Web/Infrastructure/ControllerExtensions.cs
PSAdmin.Web/Infrastructure/HtmlExtensions.cs
PSAdmin.Web/Infrastructure/HttpSessionStore.cs
PSAdmin.Web/Infrastructure/SessionKeys.cs
PSAdmin.Web/Infrastructure/SiteController.cs
PSAdmin.Web/Infrastructure/SiteControllerFactory.cs
PSAdmin.Web/Infrastructure/SiteStartupTask.cs
PSAdmin.Web/Models/PSScriptEditViewModel.cs
PSAdmin.Web/PSAdmin.Web.csproj
PSAdmin.Web/PSAdmin.Web.csproj.user
PSAdmin.Web/Properties/AssemblyInfo.cs
PSAdmin.Web/Scripts/MicrosoftAjax.debug.js
PSAdmin.Web/Scripts/MicrosoftAjax.js
PSAdmin.Web/Scripts/MicrosoftMvcAjax.debug.js
PSAdmin.Web/Scripts/MicrosoftMvcAjax.js
PSAdmin.Web/Scripts/jquery-1.3.2-vsdoc.js
PSAdmin.Web/Scripts/jquery-1.3.2.js
PSAdmin.Web/Scripts/jquery-1.3.2.min-vsdoc.js
PSAdmin.Web/Scripts/jquery-1.3.2.min.js
PSAdmin.Web/Scripts/jquery.validate-vsdoc.js
PSAdmin.Web/Scripts/jquery.validate.js
PSAdmin.Web/Scripts/jquery.validate.min-vsdoc.js
PSAdmin.Web/Scripts/jquery.validate.min.js
PSAdmin.Web/Views/Audit/Index.aspx
PSAdmin.Web/Views/Script/Create.aspx
PSAdmin.Web/Views/Script/Details.aspx
PSAdmin.Web/Views/Script/Edit.aspx
PSAdmin.Web/Views/Script/Index.aspx
PSAdmin.Web/Views/Script/List.aspx
PSAdmin.Web/Views/Script/ScriptForm.ascx
PSAdmin.Web/Views/Script/Unauthorized.aspx
PSAdmin.Web/Views/Script/VariableCreate.ascx
PSAdmin.Web/Views/Script/VariableDetails.ascx
PSAdmin.Web/Views/Security/CreateRole.aspx
PSAdmin.Web/Views/Security/EditRole.aspx
PSAdmin.Web/Views/Security/Index.aspx
PSAdmin.Web/Views/Shared/Error.aspx
PSAdmin.Web/Views/Shared/LogOnUserControl.ascx
PSAdmin.Web/Views/Shared/Site.Master
PSAdmin.Web/Views/Web.config
PSAdmin.Web/Web.config
PSAdmin.Web/bin/Castle.Core.dll
PSAdmin.Web/bin/Castle.DynamicProxy2.dll
PSAdmin.Web/bin/HibernatingRhinos.Profiler.Appender.dll
PSAdmin.Web/bin/Iesi.Collections.dll
PSAdmin.Web/bin/NHibernate.ByteCode.Castle.dll
PSAdmin.Web/bin/NHibernate.Linq.dll
PSAdmin.Web/bin/NHibernate.dll
PSAdmin.Web/bin/NVelocity.dll
PSAdmin.Web/bin/PSAdmin.Extensions.dll
PSAdmin.Web/bin/StructureMap.dll
PSAdmin.Web/bin/System.Data.SQLite.dll
PSAdmin.Web/bin/log4net.dll
PSAdmin.Web/bin/log4net.xml
PSAdmin.Web/connectionStrings.config
PSAdmin.Web/log4net.config
PSAdmin.sln

Download

Click the following link to download psadmin.zip.

psadmin.zip




















Home »
  C# Free Code »
    Language »




CoffeeScript
docx2tex
DotNet Language
Ghostscript
IronPython
LaTeX
PHP
PowerShell
Python
VBDotNET