Showing posts with label ad. Show all posts
Showing posts with label ad. Show all posts

2012/04/05

Asterisk sync with Active Directory

In my case, all users information is stored in AD (yes, we use Exchange GAL). It'll be great if asterisk get this information directly from AD without need in configuration editing.

Let's look what we have now:
AD user have fields 'telephoneNumber' - for internal extension number, 'fax' - for direct inward dialing number (DID) like this:


2011/09/26

Debian domain join

How to join Debian Squeeze to Active Directory Domain (winbind method).This makes possible to login as domain user, make samba shares with domain security, ntlm SSO to Apache sites, ntlm auth with Squid proxy.

2011/09/24

Turn windows Home to Professional

Заметка для себя, дабы больше не гуглить. Минимальная версия Windows для подключения к домену - Pro.

2011/09/13

Punto Switcher msi for GPO deployment

Сборка Punto Switcher 3.2.5 в пакет msi для установки в домене. Изменения:
  • Удален yandex update
  • При установке пытается удалить другие версии PuntoSwitcher вместе с настойками, и ярлыки в меню Пуск
  • Настройки сохраняются в папке с программой в \User Data\ для всех локальных юзеров. При установке даются права записи на эту папку для юзеров.
  • Настройки по умолчанию: автопереключение выкл., звуки выкл, Win+S убран, добавлен Shift+ScrollLock для истории буфера обмена.
  • В исключения программ добавлен IrfanView
Download Punto Switcher msi

MPC-HC msi package for GPO deployment


This is a Media Player Classic Home Cinema msi package for mass deployment in AD by Group Policy. Customizations from original version:
  • Video files associations on install for all users
  • All internal audio/video codecs enabled by default
  • Settings saved in mpc-hc.ini file for all users. When installed write rights assigned to this file for all local users
Download MPC-HC.msi
Скачать MPC-HC.msi с русским языком по умолчанию

2011/09/11

Firefox msi for GPO deployment

This is a custom msi package of Firefox 6.0.2 with some plugins for mass deployment in AD by Group Policy. Customizations from original version:
  • Installed plugins:
    GPO for Firefox - apply GroupPolicy settings assigned by adm/admx to Firefox (Here used GPO for Firefox v0.9.3 modified by me.)
    IETab - opens selected sites by IE engine inside Firefox tab
    Adblock Plus - block advertisement, banners etc
  • Tweaked default interface:

    Disabled text menu, cleared statusbar, Adblock button moved to top bar
  • Sets as default browser for all users
  • No asking about import of IE bookmarks on first run
  • No any browser information / plug-in notification tabs open on first run. Home page only.
  • Auto-updates enabled by default. You need to give write rights for users to folder
    %ProgramFiles%\Mozilla Firefox
    for auto-updates works under user. This could be done by GPO settings (Windows configuration  / Security / File system)
  • Modified firefox.adm GPP policy included. Added localfilelinks policy for opening intranet links to local resources, like file:\\\o:\path\file as described here
Download Firefox_en.msi
Скачать Firefox.msi русский. (Как сделать такую сборку самому - http://habrahabr.ru/blogs/sysadm/128161/)

2011/09/09

IrfanView msi package for GPO deployment


This is a custom msi package of IrfanView v4.30 with some plugins for mass deployment in AD by Group Policy. Customizations from original version:
  • Auto file association only for images
  • Installs additional plugins only for image types (Postscript.dll, Jpg_transform.dll, IPTC.dll, Formats.dll, Exif.dll, ImPDF.dll, JPEG2000.dll, Mrc.dll, Hdp.dll, Awd.dll, Wbz.dll, Riot.dll, Lcms.dll, Ecw.dll, Jpeg_LS.dll, Jpm.dll, Wsq.dll, Crw.dll, Exr.dll, Sff.dll, Lwf.dll, Ldf.dll, Ics.dll, Fpx.dll, DjVu.dll, B3d.dll, Dicom.dll, Vtf.dll, Pngout.dll, Icons.dll, EAFSH.dll, LogoManager.dll, Photocd.dll, KDC120.dll)
  • Custom icons.dll for file types icons in explorer (No red dead cat anymore! :)
  • Leila 16x16 toolbar icons
  • Removes old folder %ProgramFiles%\IrfanView
  • Removes old link folder or shortcut %StartMenu%\IrfanView(.lnk)
  • No desktop shortcut, only one at %StartMenu%\IrfanView.lnk
If you don't want to distribute it by GPO, just simple silent install from command prompt - use example commands:
msiexec /i \\server\path\IrfanView.msi /passive will give you only progressbar without Cancel button
msiexec /i \\server\path\IrfanView.msi /quiet totally silent install

Download IrfanView.msi
Скачать IrfanView.msi  с русским языком по умолчанию

2011/09/08

Adobe Flash and Adobe Reader msi packets

Some quick info about getting Adobe Flash and Adobe Reader installers in msi form for distributing in AD by GPO.

2011/08/05

Custom context commands in AD Users and Computers

Можно добавить свои комманды в меню по правой кнопке мышки для консольки AD Users and Computers. В примере покажу Ping для Компьютеров и Unlock для Пользователей.


2011/08/03

Display computer name for logged on user in AD Users and Computers

Описание как можно сделать следующее:

Т.е. для учетных записей пользователей отображается имя компьютера, на который они вошли (или последний с которого вышли), а для учетных записей компьютера отображается имя пользователя который на них вошел (или последний вышедший). Для этого необходимо будет добавить VBS logon/logoff скрипт пользователям, который будет редактировать атрибут carLicense в AD для учеток компа и юзера. Добавить права пользователю на редактирование своего атрибута carLicense, и всем пользователям на редактирование атрибута carLicense у всех компьютеров. А так же добавить отображение колонки с нашим атрибутом в оснастку AD Users and Computers.