Skip to content

Sets up quick access links(favourites) in Windows 7/10 for Alfresco.

License

Notifications You must be signed in to change notification settings

ConstantineFinTech/QuickAccessAlfresco

 
 

Repository files navigation

Quick Access Alfresco

Quiries Alfresco for the current logged in user to retrieve the sites that they belong to. Then creates and maintains quick access(favourites) links in Windows Explorer.

Should be deployed using GPO.

Running

Edit bootstrapQuickAccessAlfresco.bat and append the desired params.

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

Todo

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

About

Sets up quick access links(favourites) in Windows 7/10 for Alfresco.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 98.0%
  • Batchfile 2.0%