Code Monkey home page Code Monkey logo

quickaccessalfresco's Introduction

Quick Access Alfresco (QAA)

QAA is a script written in PowerShell, QAA queries Alfresco for the current logged in user to retrieve the sites that they are a member of, it creates and maintains quick access(Windows 10) or favourites(Windows 7) links in Windows Explorer.

QAA Should be deployed using GPO to client machines. Currently, QAA defaults to the CIFS protocol when setting up links.

Features:

1. Sets up a schedule to run hourly. (TODO)
2. Caches result so that updates run when needed.
3. QAA supports multiple protocols such as CIFS, FTPS, WebDAV and SharePoint.
4. QAA creates Home and Shared links.
5. Ability to apply a custom folder icon to folders.
6. Retrieve favourite sites and place other sites within a sites folder. (TODO)

Requires

* Powershell version 3+
* SSO enabled Alfresco
* TLS version 1.2+ enabled client for WebDAV/SharePoint to work correctly.

Running

Edit bootstrapQuickAccessAlfresco.bat and append the desired params.

powershell -executionpolicy bypass -file \\path\to\QuickAccessAlfresco.ps1 -domainName "mydomain.com" -mapDomain "ifmydomainisdiff.com" -prependToLinkTitle "Alfresco Site - " -icon "\\path\to\icon.ico" -protocol webdav

Todo

  • Strip out hardcoded values.
  • Test Kerberos.
  • An init function to process params set by the bootstrap script.
  • Create and enable scheduling.

Dev deps

  • pester
  • psake
  • PSScriptAnalyzer

quickaccessalfresco's People

Contributors

fintanmm avatar techdem avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

quickaccessalfresco's Issues

Remove old site links

If a user is removed from a site the site link will still exists within their favourites.

Add a documentation header to QAA

.SYNOPSIS –a brief explanation of what the script or function does.
.DESCRIPTION – a more detailed explanation of what the script or function does.
.PARAMETER name – an explanation of a specific parameter. Replace name with the parameter name. You can have one of these sections for each parameter the script or function uses.
.EXAMPLE – an example of how to use the script or function. You can have multiple .EXAMPLE sections if you want to provide more than one example.
.NOTES – any miscellaneous notes on using the script or function.

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.