mercredi 11 janvier 2017

Ajouter un membre à un groupe de distribution Exchange 2010




Ajouter un membre à un groupe de distribution

S’applique à : Exchange Server 2010 SP2, Exchange Server 2010 SP3

Après avoir créé un groupe de distribution, vous pouvez y ajouter ou supprimer des membres manuellement. Les membres appartenant à un groupe de distribution recevront les messages électroniques envoyés à ce groupe.

Utilisation de la console de gestion Exchange pour ajouter un membre à un groupe de distribution

Des autorisations doivent vous être attribuées avant de pouvoir exécuter cette procédure. Pour voir les autorisations qui vous sont nécessaires, voir Entrée « Groupes de distribution » dans la rubrique Autorisations de boîtes aux lettres.

  1. Dans l’arborescence de la console, accédez à Configuration du destinataire > Groupe de distribution.
  2. Dans le volet Résultats, sélectionnez le groupe de distribution auquel vous voulez ajouter un membre.
  3. Dans le volet Actions, sous le nom de groupe de distribution, cliquez sur Propriétés.
  4. Dans <Groupe de distribution> Propriétés, sous l’onglet Membres, cliquez sur Ajouter pour ouvrir la boîte de dialogue Sélectionnez un destinataire.
  5. Dans Sélectionnez un destinataire, cliquez sur le destinataire que vous voulez ajouter au groupe de distribution, puis cliquez sur OK.

RemarqueRemarque :
Pour ajouter plusieurs destinataires, maintenez la touche CTRL enfoncée tout en sélectionnant les destinataires.

  1. Cliquez sur OK pour enregistrer vos modifications.

Utilisation de l’environnement de ligne de commande Exchange Management Shell pour ajouter un membre à un groupe de distribution

Des autorisations doivent vous être attribuées avant de pouvoir exécuter cette procédure. Pour voir les autorisations qui vous sont nécessaires, voir Entrée « Groupes de distribution » dans la rubrique Autorisations de boîtes aux lettres.

Cet exemple montre comment ajouter l’utilisateur adam@contoso.com au groupe de distribution Marketing Managers.

# Add-DistributionGroupMember -Identity "Marketing Managers" -Member adam@contoso.com

mardi 10 janvier 2017

Outlook Continually Prompts For Password



If you're on Windows 7 and change your password on a regular basis follow these steps:
  1. Click Start
  2. Click Control Panel
  3. View by: Small Icons
  4. User Accounts
  5. Manage your credentials
  6. Delete everything in here.
OR

If you are being prompted for your password in Outlook try the steps below, one at a time to resolve the issue.
  1. Can the user log in to OWA?  If yes, have them restart Outlook.
     
  2. check the "remember credentials" box.
     
  3. Clear your cached passwords (Note: you may need Admin rights to do this)
    • Exit Outlook and Lync.
    • Choose Start | Control Panel | View by Large Icons (upper right of window) | User Accounts | Manage your credentials (left column)
    • Select all credentials for Microsoft, Outlook or Lync and choose Remove from Vault
    • Exit and reboot your computer.
       
  4. Rename the Outlook .ost file (if get error about "cannot open set of folders")
    • Close Outlook and Lync.
    • From the Start menu, choose Run.
    • In the Run window, type this path in the Open box  "%LOCALAPPDATA%\Microsoft\Outlook\"
    • Click OK
    • Find the .ost file and rename it (you may need to Show Hidden Files and Show Extensions to see the file)
    • Restart the computer
    • Restart Outlook
       
  5. Verify that prompt for Credentials isn’t checked in profile:
    • Start Outlook
    • Choose  File | Account Settings | Account Settings
    • Select your Exchange account  
    • If prompted, in the Password: text box, type your password
    • Click the Change button 
    • Click the More Settings button
    • Select the Security tab
    • Deselect the "Always prompt for logon credentials" check box
    • Click OK,
    • OK
    • Choose Close
    • Restart Outlook.
       
  6. Creating a New Profile (when you create a new profile, you will need to re-add any email account you check including shared departmental accounts)
    • Exit Outlook and Lync
    • Choose Start | Control Panel | View by  Large Icons (upper right of window) | Mail (may say Mail 32-bit)
    • Click Show Profiles
    • Click Add
    • Type the name of the profile e.g. your name and click OK
    • ​Enter your name and email if it doesn’t default in automatically
    • Click Next – it should auto configure
    • Click Finish
    • Back in the Mail window – Select your new profile in the "Always use this profile" dialog box and click Ok. 
NOTE:  you will need to reopen any .pst or archive files you have.  
  1. Turn off Outlook Anywhere – don’t do this if this is a laptop that connects to email without using the VPN software.  If VPN doesn’t sound familiar and it’s a laptop, skip this.
    • Open Outlook
    • Choose File | Account settings | Account settings
    • Double click your account
    • Click the More Settings button
    • On the Connection Tab, uncheck "Connect to Microsoft Exchange using HTTP"
    • Click Apply
    • Click Ok until closes.
    • Restart Outlook.  Some users have trouble making this setting stick. 
    • If #2 doesn’t stick, you will need to create a new exchange profile.

vendredi 6 janvier 2017

kerberos authentication error on Exchange Server 2010 Management Consol




Solutions:
Essayer une des solutions suivantes

==> Redémarrer les services IIS:
open CMD as an Administrator " iisreset /restart :D "
Open an elevated prompt (as administrator) and execute IISRESET

==> If you are unable to open EMC and EMS, open command prompt and run the following cmdlets. First cmd to check if there is any proxy and if there is run the second cmd.
===============
netsh winhttp show proxy
==============
Now run
===============
netsh winhttp reset proxy
===============
This should be able to access EMS and EMC.

==> Open a command prompt on the server and type
" WinRM QuickConfig "
Answer "y" or yes to all prompts.
Keep runnign the above command until it returns a positive result.
(WinRM already set up to receive)
After that returns a similiar message as above, open up the services (start, run, services.msc) and locate the following three services,
IIS Admin Service
Windows Remote Management (WS-Management)
World Wide Web Publishing Service.
Make sure all three are running and set to start automatically, if not, start them and set them.
Now, navigate to start, all programs, administrative tools, IIS Manager. Click on the "Default Site" and on the far right make sure the site is started. If it shows a little play button with "Start" next to it, click it, it means it's not started.
If it fails to start, let me know, we have more to do then.

==> Voir le temps sur le serveur Exchange
il doit synchroniser avec le temps de l'AD

==> restart the " World Wide Web Publishing Service "

==> dans les registres
Method 1:
Close all MMC/EMC instances before proceeding.
Open Registry Editor (regedit) as the user you run the EMC under.
Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\ExchangeServer\v14\AdminTools
Look for value NodeStructureSetting.
If it is there, back it up and then remove it.

Method 2:
Close all MMC/EMC Instances before proceeding.
Open Powershell or Powershell IDE as the user you run the EMC under and execute the following command:.
Remove-ItemProperty -Path HKCU:\Software\Microsoft\ExchangeServer\v14\AdminTools\ -Name NodeStructureSettings
Close Powershell
After performing either of the methods above to remove the registry entry you should be able to open the Exchange Management Console and it will discover another Exchange server and connect.