Voici la procédure pour configurer le carnet d’adresse de Microsoft Office Communications Server 2007.
C’est le seul moyen que j’ai trouvé pour reconfigurer l’emplacement du carnet d’adresses.
Using WMI to Configure Address Book Server Settings
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
J’ai testé iDialog qui est un client OCS (Communicator) sur mon iPod.
Il utilise CWA pour la connexion.
Même si mon iPod n’est pas multi-tâche et que je dois fermer iDialog pour voir mes mails, cela reste pratique.
Manque par contre, la notification (bip) lorsque que l’iPod est en veille.
Mais ces petits handicap sont peut être réglés sur iPhone4 et iPad. (a voir)
Cela marche très bien sur OCS 2007, je ne sais pas si il y a des fonctions supplémentaires sur OCS 2007 R2.
Voici un aperçu de ce que ca donne.

Très pratique et très fluide.

Accès à tout l’annuaire de l’entreprise.

Permet de transférer l’appel sur un de vos numéro ou la messagerie vocale.
Plus d’infos ici.
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Les deux scripts suivant exécutés dans l’ordre permettent d’activer et de configurer les comptes présents dans un fichier pour OCS.
Il n’y a que les fonctionnalités de messagerie instantané qui seront activés.
Activation des comptes:
Import-Csv .\Import_ocs.csv | ForEach-Object{
$user = $_.alias
$sip="sip:" + $user + "@domain.com"
get-qaduser $user | set-qaduser -oa @{
'msRTCSIP-UserEnabled'=$true
'msRTCSIP-PrimaryUserAddress'=$sip
'msRTCSIP-PrimaryHomeServer'="CN=LC Services,CN=Microsoft,CN=Epool,CN=Pools,CN=RTC Service,CN=Microsoft,CN=System,DC=domain,DC=local"
}
} |
Configuration des comptes:
Import-Csv .\Import_ocs.csv | ForEach-Object{
$user = $_.alias
$sip="sip:" + $user + "@domain.com"
get-wmiobject -class MSFT_SIPESUserSetting | Where-Object { $_.PrimaryURI -eq $sip } | ForEach-Object {
$_.MeetingPolicy = "CN={1815ED7B-A539-4117-9283-E8DD27CD393E},CN=Policies,CN=RTC Service,CN=Microsoft,CN=System,DC=domain,DC=local" ;
$_.AllowOrganizeMeetingWithAnonymousParticipants = $True ;
$_.EnabledForEnhancedPresence = $True;
$_.EnabledForInternetAccess = $True;
$_.put()| out-null}
$sip
} |
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Je reviens à la charge avec cette info car j’ai encore eu le cas le week-end dernier.
Il ne faut pas installer cette mise à jour sur Microsoft Office Communications Server R1.
Cela empêche les service « Office Comminications Server Front-End » de démarrer.
Je n’ai pas trouvé de contre-indications sur les autres rôles de OCS.
Il existe tout fois un correctif.
Source: http://support.microsoft.com/kb/974571
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Liste de raccourcis clavier pour Office Communicator.
Contact List
The following shortcut keys are available from the Office Communicator Contact List.
|
To do this
|
Press
|
| Call a selected contact using the most recently called number |
CTRL + ENTER |
| Open the Conversation window to start an IM session with a selected contact |
ENTER |
| Delete a selected contact |
DELETE |
| Open System menu |
ALT + Spacebar |
| Move a contact group up |
ALT + up arrow |
| Move a contact group down |
ALT + down arrow |
| Open the Contact Card for a selected contact |
ALT + ENTER |
| Close the Contact Card |
ESC |
| Copy selected item |
CTRL + C |
| Paste selected item |
CTRL + V |
| Open online Help |
F1 |
| Navigate through Communicator |
TAB |
| Reverse navigation direction |
SHIFT + TAB |
| Add line break in Type a Note area |
SHIFT + ENTER |
| Select multiple contiguous contacts |
SHIFT + up arrow |
| Select multiple contiguous contacts |
SHIFT + down arrow |
| Collapse group |
Left arrow |
| Expand group |
Right arrow |
Starting a Call or IM from Search Results
The following shortcut keys are available from the Search Results pane.
|
To do this
|
Press
|
| Open the Conversation window to start an IM with a selected contact in the Search Results pane |
ENTER |
| Place a call to a selected contact in Search results. |
CTRL + ENTER |
Opening and Closing the Communicator Window
|
To do this
|
Press
|
| Open Communicator |
Windows Logo Key + Q |
| Minimize Communicator |
ALT + F4 |
Making, Receiving, and Handling Calls
|
To do this
|
Press
|
| Call a selected contact in the Contact List using the last dialed number |
CTRL + ENTER |
| Accept an audio, video or conference call invitation from an invitation alert |
ALT + C |
| Decline an audio, video or conference call invitition from an invitation alert |
ALT + D |
| Turn on/off High Importance alert. This shortcut is available from the Communicator Conversation window. |
CTRL + SHIFT + I |
| Transfer a call. This shortcut is available from the Communicator Conversation window. |
CTRL + SHIFT + T |
| Place a call on hold/Resume call. This shortcut is available from the Communicator Conversation window. |
CTRL + SHIFT + H |
| Invite someone to a call. This shortcut is available from the Communicator Conversation window. |
ALT + I |
| End a call. This shortcut is available from the Communicator Conversation window. |
ALT + Q |
Invitation Alerts
|
To do this
|
Press
|
| Navigate to an invitation alert that appears on your computer screen |
Windows Logo Key + T |
| Accept an invitation alert that appears on your computer screen. The invitation could be for an IM, an audio or video call, or a conference. |
Windows Logo Key + A |
Conversation Window
The following shortcut keys are available from the Communicator Conversation window
|
To do this
|
Press
|
| Change the Conversation Subject from the Conversation winsow |
CTRL + J |
| Invite someone to join the conversation |
ALT + I |
| Rejoin an instant messaging conference |
ALT + R |
| Call participant(s) in an IM conversation |
CTRL + SHIFT + ENTER |
| Add video to a conversation |
CTRL + D |
| Switch the video in the main video window to picture-in-picture |
CTRL + SHIFT + S |
| Send a file |
CTRL + F |
| Show/hide instant messaging area |
CTRL + W |
| Show/hide participant list in the Conversation window |
CTRL + R |
| Lock/unlock a conversation |
CTRL + K |
| Start Office OneNote (Office OneNote must be installed) |
CTRL + N |
| Save contents of an instant messaging session |
CTRL + S |
| Cut selected text |
CTRL + X |
| Copy selected text |
CTRL + C |
| Paste selected text |
CTRL + V |
| Select all text |
CTRL + A |
| Add line break for a new paragraph in the instant message area |
SHIFT + ENTER |
| Send instant message |
ENTER |
| Delete text |
DELETE |
| Undo action |
CTRL + Z |
| Redo action |
CTRL + Y |
| Transfer a call |
CTRL + SHIFT + T |
| Place a call on hold/Resume call |
CTRL + SHIFT + H |
Instant Messaging Area (Rich Text)
The following shortcut keys are available from the Instant Messaging area of the Communicator Conversation window.
|
To do this
|
Press
|
| Bold selected text |
CTRL + B |
| Italicize selected text |
CTRL + I |
| Underline selected text |
CTRL + U |
| Strikethrough selected text |
CTRL + T |
| Increase font size of selected text |
CTRL + ] |
| Decrease font size of selected text |
CTRL + [ |
| Change font |
CTRL + SHIFT + F |
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Permet de repasser les comptes OCS en PC to PC et désactiver le RCC.
Ne vide pas les champs d’adresses URI.
Import-Csv .\users.txt | ForEach-Object{
$sip = "sip:" + $_.alias + "@domain.local"
$sip
get-wmiobject -class MSFT_SIPESUserSetting | Where-Object { $_.PrimaryURI -eq $sip } | ForEach-Object {
$_.RemoteCallControlTelephonyEnabled = $False;
$_.put()| out-null
}
} |
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Il arrive que des utilisateurs soient membres de tellement de groupes que la taille de leur ticket Kerberos dépasse la taille par défaut de 12000 Octets.
Petit explication: http://support.microsoft.com/kb/327825
Cela peut empêcher la connexion de Communicator au Front-End.
En général lorsque l’utilisateur a ce problème, il l’a aussi pour se connecter avec Outlook.
Il suffit alors de modifier la configuration du profil Outlook pour utiliser l’authentification par mot de passe (NTLM).

Pour contourner ce problème sur MOCS, il faut modifier le protocole d’authentification dans la configuration des Front-Ends car il n’est pas possible faire cette configuration sur le client Communicator.
Dans l’onglet « Authentification » des propriétés de « Front-Ends », il faut remplacer la configuration dans « Authentification protocol » de « Both NTLM and Kerberos » par « NTLM »


Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Exportation dans un fichier de la configuration OCS de tous les utilisateurs d’une OU.
$resfile = New-Item -ItemType file -Path COR_OCS_UsersConfList.txt -Force
Add-Content -Path $resfile -Value "DisplayName,Status,Enabled,PrimaryURI,UCEnabled,RemoteCallControlTelephonyEnabled,LineServerURI,LineURI,EnabledForInternetAccess,EnabledForEnhancedPresence,AllowOrganizeMeetingWithAnonymousParticipants"
Get-Mailbox -ResultSize unlimited -OrganizationalUnit "domain.local/FI07_Compta/Users/Standard" | foreach {
$Alias = $_.Alias
$DisplayName = $_.Name
$Conf= get-wmiobject -class MSFT_SIPESUserSetting | Where-Object { $_.DisplayName -eq $DisplayName }
If ( $Conf -ne $null)
{
Add-Content -Path $resfile -Value "$($Conf.DisplayName),OK,$($Conf.Enabled),$($Conf.PrimaryURI),$($Conf.UCEnabled),$($Conf.RemoteCallControlTelephonyEnabled),$($Conf.LineServerURI),$($Conf.LineURI),$($Conf.EnabledForInternetAccess),$($Conf.EnabledForEnhancedPresence),$($Conf.AllowOrganizeMeetingWithAnonymousParticipants)"
}
Else
{
Add-Content -Path $resfile -Value "$($DisplayName),NOK"
}
}
Invoke-Item $resfile |
Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Il est possible de créer un lien hypertexte qui déclenche un appel Communicator.
Ce lien se presente sous la forme tel:+33 12345678
Cela permet de créer des racourci sur le bureau et dans le menu Démarrer, des Favoris dans Internet Explorer et Firefox, des liens hypertexte dans une page web ou une signature Outlook.



Cet article vous a aidé ou intéressé? Alors partagez-le en cliquant sur les boutons ci-dessous :
Commentaires récents