Downloads:
3,052
Downloads of v 1.3.2.0:
1,574
Last Update:
24 Jan 2019
Package Maintainer(s):
Software Author(s):
- CodeTwo
Tags:
codetwo active directory ad photos notsilent- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
CodeTwo Active Directory Photos (free) (Install)
- 1
- 2
- 3
1.3.2.0 | Updated: 24 Jan 2019
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,052
Downloads of v 1.3.2.0:
1,574
Maintainer(s):
Software Author(s):
- CodeTwo
CodeTwo Active Directory Photos (free) (Install) 1.3.2.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by CodeTwo. The inclusion of CodeTwo trademark(s), if any, upon this webpage is solely to identify CodeTwo goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install CodeTwo Active Directory Photos (free) (Install), run the following command from the command line or from PowerShell:
To upgrade CodeTwo Active Directory Photos (free) (Install), run the following command from the command line or from PowerShell:
To uninstall CodeTwo Active Directory Photos (free) (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download active-directory-photos --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade active-directory-photos -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade active-directory-photos -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install active-directory-photos
win_chocolatey:
name: active-directory-photos
version: '1.3.2.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'active-directory-photos' do
action :install
source 'INTERNAL REPO URL'
version '1.3.2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller active-directory-photos
{
Name = "active-directory-photos"
Version = "1.3.2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'active-directory-photos':
ensure => '1.3.2.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 29 Jan 2019.
choco://active-directory-photos
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
CodeTwo Active Directory Photos will let you upload photographs to Active Directory and manage them easily using a light and super-intuitive user interface. This freeware application has been designed to make managing scores of users' images straightforward and ultra-fast. Setting up thousands of Active Directory users' photographs is just a matter of cooking soft boiled eggs, which really makes this program stand out in the crowd.
Why would I need it to add photos to Active Directory?
You may need to add photographs to Active Directory to show them in internal Outlook messages, display in Outlook's contacts and Global Address List (GAL), or to add them to internal or outbound email. Letting people see each other's faces while corresponding adds more human touch to the communication. Sometimes it seems to be the only way for some people to know who is who in their own company. What is more, adding users' images to external messages makes your mail look more professional and also lets your customers see who they are corresponding with.
Key features
- Fluent management of thousands of users' pictures in Active Directory
- Ability to import and export Active Directory photos
- Single or bulk photo actions
- Resizing photographs
- Automatic photo size adjustment to 100kb (or less) to comply with Active Directory requirements
- Lets you display Active Directory photos in Outlook 2016, 2013 and 2010 emails, contacts and GALs
- Lets you display Active Directory photos in SharePoint, Lync, and Skype for Business
- Compatible with CodeTwo Exchange Rules Pro. See how to add images from Active Directory to automatic email signatures in Exchange
Supported platforms
- Windows Server 2016(1) / 2012 R2 / 2012 / 2008 R2 / 2008 / 2003 R2 / 2003
- Windows 10(2) / 8.1 / 8 / 7 / Vista / XP SP3
- Small Business Server 2008
- Support for 32 / 64 bit platforms.
- If the program doesn't work after upgrading to Windows 10 from Windows 7 or 8.1, you need to reinstall it.
Requires
.NET Framework 4.5
Access to Active Directory Domain Services
on Windows 10 / 8 / Windows Server 2012: Install .NET Framework 3.5 manually via Turn Windows features on or off in Control Panel
Click here to Patreon-ize the package maintainer.
#NoEnv
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
WinWaitActive, CodeTwo Active Directory Photos Setup, Welcome to the CodeTwo Active Directory Photos Setup Wizard, 500
WinActivate
Send !n
Send !a
Send !n
Send !n
WinWaitActive, CodeTwo Active Directory Photos Setup, Ready to install, 60
Send !i
WinWaitActive, CodeTwo Active Directory Photos Setup, Completed the CodeTwo Active Directory Photos Setup Wizard, 30
Send !f
Sleep, 15000
If WinExist("Error")
{
Send {tab}
Send {tab}
Send {tab}
Send {space}
}
WinWaitActive, CodeTwo Active Directory Photos, Learn how to add Exchange email signatures with photos pulled from Active Directory, 120
Send !{f4}
Sleep, 15000
If WinExist("Error")
{
Send {tab}
Send {tab}
Send {tab}
Send {space}
}
Log in or click on link to see number of positives.
- active-directory-photos.1.3.2.0.nupkg (0c11d2a409ca) - ## / 60
- C2ADPhotosSetupEN.exe (4933be614cf6) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
CodeTwo Active Directory Photos (free) (Install) 1.3.2.0 | 1574 | Thursday, January 24, 2019 | Approved | |
CodeTwo Active Directory Photos (free) (Install) 1.3.1.0 | 427 | Saturday, April 7, 2018 | Approved | |
CodeTwo Active Directory Photos (free) (Install) 1.2.1.020180101 | 393 | Monday, January 1, 2018 | Approved | |
CodeTwo Active Directory Photos (free) (Install) 1.2.1.020170422 | 521 | Thursday, April 27, 2017 | Approved |
(C) Code Two
Ground Rules:
- This discussion is only about CodeTwo Active Directory Photos (free) (Install) and the CodeTwo Active Directory Photos (free) (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or CodeTwo Active Directory Photos (free) (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.