Creating a new address list for Exchange Online (Office 365) by two parameters

Good day!
I need to create two new address list in Exchange Online 2013 (Office 365) that users will choose the two parameters.
Address sheet1: No staff
Address Sheet2: Staff
Parameters address sheet not staff:
Parameter 1: Company
It must match the value - MyCompany
Parameter 2: job title
it must be different from the value - Staff
Parameters address sheet Staff:
Parameter 1: Company
It must match the value - MyCompany
Parameter 2: job title
It must match the value - Staff
Problems:
1) Is it possible to filter user mailboxes on the parameter of discrepancy?
2) Can not find the parameter values ​​for the script field job title
https://technet.microsoft.com/ru-ru/library/aa996912%28v=exchg.150%29.aspx
https://technet.microsoft.com/en-us/library/bb738157%28v=exchg.150%29.aspx
While on the side of 365 in the user properties such parameter is:
http://joxi.ru/MAj0Jj7hGyDbme
Company option too.

I got to build a team that I need (describes the necessary conditions)
and successfully held in PS 4.0 after connecting to the office 365:
1) Set-ExecutionPolicy unrestricted
2) $ UserCredential = Get-Credential
(Data Entry Administrator 365)
3) $ Session = New-PSSession -ConfigurationName
Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $ UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $ Session
4)
PS C:\Windows\system32> New-AddressList -Name 'TEST1234' -RecipientFilter {((RecipientType -eq 'UserMailbox') -and ((Com
pany -eq 'Company1') -and (Title -ne 'Student')))}
Name                      DisplayName               RecipientFilter
TEST1234                  TEST1234                  ((RecipientType -eq 'UserMailbox')
-and (((Company -eq 'Company1...
As a result, the new address list TEST1234 immediately appears. (When creating a new letter in the menu "To"), but on the inside
it is empty (although there is 1 user which is fully consistent with those described in the filter conditions.).
= (
Tried a simple version:
Office365
не отображается в адресном списке.">The same thing - the only user with such parameters in AD -> Office365 is not displayed in the address list.
(After running for a list TEST123 more than two days)
Tell me what could be the problem?

Similar Messages

  • Error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable

    error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable.
    I am creating many site collections reading records from sharepoint list using powershell in sharepoint online tenant (office 365).
    Few site collections are created and then getting above error so this error record will be skipped then few succeeding record processed then again getting error.
    pattern is like:
    success
    success
    success
    success
    Error
    success
    success
    success
    success
    success
    success
    error
    success

    Hi,
    As it is an online environment, to troubleshoot this issue in an easier way, I suggest you contact Office 365 Support to see if there is any useful information in
    the log files in the server side:
    https://support.office.com/en-us/article/Contact-Office-365-for-business-support-32a17ca7-6fa0-4870-8a8d-e25ba4ccfd4b?ui=en-US&rs=en-US&ad=US
    Best regards
    Patrick Liang
    TechNet Community Support

  • Migrating Public Folders on Exchange Server 2007 SP1 to Exchange Online\Office 365

    Hello,
    Our company is looking to migrate from Exchange 2007 on premises to Exchange Online/Office 365. We have a number of public folders on our exchange server that function similarly to how the new shared mailboxes work in Exchange Online. That is to say that
    we have many outside users (customers and wholesale dealers) emailing this public folder ([email protected]) and our end users are given permission to view and respond as themselves ([email protected]). I've been looking all over but haven't found a clean
    way to migrate the current public folders directly into shared mailboxes. I'd just start from scratch, but we want to keep the records of the emails we've received at these public folders for customer support reasons. Can anyone help?

    Hi psh8989,
    According to your description, I know that you want to migrate public folder from Exchange 2007 to Office 365.
    Since Office 365 is different from Exchange On-Premises, I suggest ask Office 365 Forum for help so that you can get more professional suggestions. For your convenience:
    http://community.office365.com/en-us/default.aspx
    However, I can also share some information for your reference : )
    Based on my knowledge, Exchange supports moving your public folders to Office 365 and Exchange Online from Exchange 2007 SP3 RU10 or later. I notice that your Exchange server version is SP1, please upgrade to SP3 RU10 first and perform migration.
    More detailed information to see:
    Migrate legacy public folders to Office 365 and Exchange Online 
    http://technet.microsoft.com/en-us/library/jj983799(v=exchg.150).aspx
    Thanks
    Mavis Huang
    TechNet Community Support

  • Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Since CSOM provides methods for operations related to people per
    user scope, you could retrieve all site users first using SP.Web.siteUsers
    property. and then use SP.UserProfiles.PeopleManager.getUserProfilePropertyFor
    Method to get property.
    [custom.development]

  • New Address List in Exchange 2013, with EMS Multi tenant with emaildomain

    HI I want to create a Addresslist in Exchange Online using the filter with specific with each domain by using the email address as
    *@xyz.com , since my present scenario is I have two domains and all the recipients are fully populated in the Default GAL.
    Br

    Hi,
    You may implement the address book segregation by the following ways: The method uses the Custom Attribute set for the iusers
    1. Create Address List for Organization 1
    New-AddressList -name “Organization 1” -RecipientFilter {(CustomAttribute1 -eq “Org 1 Member”)} -DisplayName “Organization 1 List”
    2. Create Global Address List for the Organization 1
    New-GlobalAddressList -name “GAL_Organization 1” -RecipientFilter {(CustomAttribute1 -eq “Org 1 Member”)}
    3. Create corresponding Offline Address List
    New-OfflineAddressBook -name “OAB_Organization1” -AddressLists “GAL_Organization1”
    4. Create an Address Book Policy for Org 1
    New-AddressBookPolicy -name “ABP_Org1” -AddressLists “Organization 1” -OfflineAddressBook “OAB_Organization1” -GlobalAddressList “GAL_Organization 1”
    5. Assign the ABP to the Org 1 Users
    Get-Mailbox -resultsize unlimited | where {$_.CustomAttribute1 -eq “Org 1 Member”} | Set-Mailbox -AddressBookPolicy “ABP_Org1”
    Mailboxes that have 'Org1 Member' as the value of the CustomAttribute1, will only see Other members of their Organization.
    Regards from ExchangeOnline.in|Windows Administrator Area | Skype:[email protected]

  • Template reference not getting reflected after Creating WSP file of SubSite in SharePoint Online ( Office 365)

    Hi all,
    I am following below Steps:
    Going to Library Setting.
    After Click on Some Custom Content Types in content Type section.
    Click on
    Document
    Set settings in Settings.
    Brows and Upload Document Template in “Default Content” Section.
    Click OK.
    After Uploading Default Template I want these uploade template in my newly created Sub site  (After saving Site as Template) which is created with wsp.
    When i  create new subsite i am not getting Default Content which have brwsed and Uploaded in Contenten Types.
    Please Give some idea regarding below Screen Shot.
    Thanks In Advance. Your help will be heighly appreciable.
    For example i have given Document Link from any Library/List but not getting that link in new subsite which was created  with wsp.
    Thanks In Advance. Your help will be heighly appreciable.
    Thanks,
    Vivek Pandey

    Hi Christoph,
    From the article you mentioned, it needs add JPG file type to Search Service Application, which was not supported for SharePoint online.
    I tried to add Picture content type to normal document library and tested the issue, it still displayed as item in Search results.
    However, if I created a Picture Library and add Document content type to it, both image and document can be previewed in search result.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Exchange Online Office 365 integration questions

    Hi Guys,
    I am about to setup a pilot and wanted to ask a few questions.
    I am planning a multi-domain exchange deployment...where I am hosting my main email on site with a domain of company.com and I want to host 1.company.com and 2.company.com on my office 365 Exchange online implementation. To do this do I have to define the
    new domains on my current exchange server and then setup the users on office 365?
    one of the things that my user base wants is single sign on but they won't be using rich clients. I know this works well for rich clients, but can single sign on also sign on to Office 365 web and one drive?
    I will be implementing ADFS and DIrSync for AD replication and ADFS for single sign on.
    How does licensing work? if my entire directory replicates to Office 365 and I only want some users over there activated, how do those I want activated. Can I easily activated a bunch of users for only some services at one time? If I deactivate or delete
    an account locally, will  those changes take at office 365? How does that work with licensing? do my licenses get automatically freed up?

    Hi Emil,
    Thank you for your question.
    There are two sentences I don’t understand: 
    Leave both environments as is 
    Would this work also (X500 addresses would be written and updated, move requests would work, F/B, etc)?
    AD trust is important for us to share organization information between ADs.
    AAD has capability which AD and Exchange multi-forest forest environment can be extended to cloud, so we could not run it in both AD environment. There is a alternative solution which use FIM. We could refer to the following link:
    http://azure.microsoft.com/en-us/documentation/articles/active-directory-whatis/
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • Multiple OnPremise Orgs -- Migration to Exchange Online / Office 365

    Hi,
    we have two separate forests (and two separate MSX orgs). We want to migrate to Exchange Online. The information I find states that we need to establish a trust-relationship between the ADs of both forests. Also it states that we run AAD Sync only in one
    forest and connect it to the other. I also read that Hybrid Configuration Wizard might fail, if we do not do what was written above.
    So, I am wondering why would I need a AD trust? I would also want to know if you can't do the following in our case:
    Leave both environments as is  
    run aad sync in both environments (there are only unique objects in the Ads)
    run HCW against one Org and do all the steps manually on the other Org (Org relationship)
    (if we decide to use ADFS, we could install it also in each forest separately)
    Would this work also (X500 addresses would be written and updated, move requests would work, F/B, etc)?
    Is there more detailed information available? Technet isn't really precise here (https://technet.microsoft.com/en-us/library/jj873754%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396)
    Thanks for all input!
    Emil

    Hi Emil,
    Thank you for your question.
    There are two sentences I don’t understand: 
    Leave both environments as is 
    Would this work also (X500 addresses would be written and updated, move requests would work, F/B, etc)?
    AD trust is important for us to share organization information between ADs.
    AAD has capability which AD and Exchange multi-forest forest environment can be extended to cloud, so we could not run it in both AD environment. There is a alternative solution which use FIM. We could refer to the following link:
    http://azure.microsoft.com/en-us/documentation/articles/active-directory-whatis/
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • Is set-csclientpolicy not available for Lync Online (Office 365) ?

    Is set-csclientpolicy not available as a cmdlet to administer Lync Online?  we need to set the DisableCalendarPresence setting for our organization.

    If it's helpful, here's a listing of Lync Online cmdlets:
    http://technet.microsoft.com/en-us/library/jj994021.aspx
    As Richard noted, it's a very small subset of Lync 2013 on premises commands and set-csclientpolicy isn't one of the ones listed.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Single inbox for exchange and office 365

    hi , we have single inbox for exchange configured, customer now has some test users on office 365.
    can we have integrations to both environments on same unity connection box? Broadly speaking, would that be a new service to office 365 with the office 365 users using that service?  regards
    jag                  

    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCug48560
    This patch did not make it in 8.62 su3

  • Exchange 2010 New Address List insufficient access rights

    Hi,
    I have tried to perform two actions within our new Exchange 2010 system and they fail with the same error.
    The first was to convert an existing Address Lists using LDAP to OPATH
    I used the following command:
    set-addresslist "Exchange 2010 Test" -recipientfilter {(recipienttype -eq "MailUniversalSecurityGroup") -or (recipienttype -eq "MailUniversalDistributionGroup") -and (name -like "exchange2010.*")}
    I get the error Access is Denied Active Directory response 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    I also get the same error when I use the Exchange 2010 EMC to try and create a new address list.  Note I have no problems managing address lists from Exchange 2003.
    I have seen plenty of articles about the making sure that the user performing the action has the "Include inheritable permissions from this objects parent". 
    I did check my Exchange admin user and this was not ticked.  Turns out that because I was also a domain admin so my account was in a protected group (Domain admins) the tick box was continually being removed.
    I created a new Exchange user that was in the Exchange Organization Administrators security group, made sure the above box was ticked on the account but this did not fix the problem.
    I have however noticed in Adsiedit that the "CN=All Address Lists" container does not have the "Include inheritable permissions from this objects parent" ticked.  I suspect that this might be the issue but I don't want to tick it
    in case it breaks my address lists.
    Should the inherit box be ticked on the "CN=All Address Lists" container?.  It is ticked on all the containers under the "CN=All Address Lists" container. 
    At present the only Exchange permissions on the container are:
    Exchange Admins: Full Control
    Exchange Domain Servers: Read
    Exchange Services: Full Control
    I think that crucially the "Exchange Trusted Subsytem" security group is not listed
    I have added my new Exchange account with Full control permissions but this has not made a difference
    Your hopefully
    Matt

    Hi Matt,
    From your description, I would like to clarify the following things:
    1. "Include inheritable permissions from this object's parent" should be checked.
    2. "Exchange Trusted Subsystem" should be added to the All Address Lists container.
    So you are in the right direction.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • I have a new email address and updated it with my apple id/icloud and updated on my iPhone, but i'm getting a pop up to enter my password with my old email address listed for iCloud/Apple id.

    I have a new email address and updated my apple id/icloud  with the new address. I updated on my iPhone, but i'm keep getting a pop up to enter my password with my old email address listed for iCloud/Apple id.  How do I get it to go away?

    Did you create a NEW Apple ID or did you change the email address for your OLD Apple ID? This will affect how you update apps in the future.
    Anyway, go to Settings/iTunes&App Stores, log out, then log in with the new ID.

  • I have 3 apple devices and I use the same apple ID for all 3.  I would like to create a new I'd for one of my devices, but do not want to loose the apps on that device.  Anyone know how I can do this?

    I have 3 apple devices and I use the same apple ID for all 3.  I would like to create a new I'd for one of my devices, but do not want to loose the apps on that device.  Anyone know how I can do this?

    Create a new ID:
    On the iPod go to
    - Settings>Messages>Send and receive and sign out your ID and sign into the other one. Make sure that only her ID email address is listed.
    - Settings>FaceTime sign out of your ID and sign into the other one. Make sure that under You can be reached at only the newID email address is listed
    - Settings>iCloud and sign out and sign in with the new one
    - Settings>iTunes and App Store and sign out your ID and sign in with the new one.
    - Apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.

  • Local hosted exchange (2013) to Full Online Office 365 for School District : Pointers for migration appreciated!

    Good afternoon all,
    The school district I manage is currently using locally hosted exchange server(s) for mail.  (Server 2012 box that has Exchange 2013, and an older Server 2008 box that has Exchange 2010)
    We are wanting to make the migration to full online Office 365.  We're talking about 450-500 mailboxes maximum.
    In order to do this as seamlessly as possible, I need some help. 
    Any of you pros that have any gotchas/recommendations/best practices or walk-thrus for this i'm all ears.  
    Thanks so much, i really appreciate any help that can be given on this. 

    Vasil, thank you very much for this...it really helps a lot. One question for you, and i hope i'm understanding this correctly. In our school district, we have 2000+ students, and 350~ faculty. We will still be locally managing our users (who will
    be tied to email addresses that will then be hosted in office 365) through local active directory. Will this be a problem? The only reason I ask this is because of reading this: Do you want to manage user accounts in your on-premises organization? No (listed
    for cutover) We will keep our user account management (if that's what this is talking about) local on the DCs that are on our domain through ADUC. Is this what it's talking about, or is it talking about managing their email addresses? Maybe i'm making this
    more difficult than it is... thanks for all the help!

  • How can I create a new ring tone for my iPhone 4?

    How can I create a new ring tone for my iPhone 4? I followed the Garage Band process and ended up with the ring tone I want as a AAC audio file. It got stored in my iTunes a a song rather than a ring tone. How do I make it a ring tone vs. a song? I tried dragging it t the Ring Tone category at the bottom of the ITunes list, but it won't alloow me to move it?

    There's also an easy to use Applescript over at Doug's Applescripts for iTunes. It automates the whole thing. All you do is set the start and stop time on a file in iTuens and run the script. It will do everything else.
    Make Ringable v1.1
    http://dougscripts.com/475

Maybe you are looking for

  • How do I access my icloud contacts from windows mail?

    My PC is synced with iCloud - my contacts are there, but when I try and send an email from Windows Mail (I have g-mail), I can't access my contacts to retrieve an email address. Can anyone help me with this? Do I have to switch to Outlook?

  • Can I upgrade my processor and graphics card in my HP Pavilion g6-2244sa Notebook PC?

    Hi I bought this laptop 2 years ago for gaming purposes and school work. I was told by the shop assistant that it can run most fo your big games such as Call Of Duty and FIFA. Well frankly i was lied to and this laptop struggles to even play the simp

  • Headphones Icon at the top of My Phone display.

    One has appeared and I cant see how to get rid of it.It seems when people call they can hear me but I cant hear them.Can anyone please help me get rid of it. Thanks for your help.

  • XSD to RFC Mapping

    Hello I have XSD as source and RFC as destination. When I am testing mapping in repository, unable to see any output. <?xml version="1.0" encoding="UTF-8"?> <xsd:schema targetNamespace="http://pac.bluecross.ca/Common/Types" xmlns="http://pac.bluecros

  • QT conversion in FCE4

    Hi, Being very simplistic here. Taking a QT file and wanting to work with it in FCE3.5HD. Sending it thru conversion as a DV stream, I get picture but no sound. I am assuming there is not a way to do this and instead need mpeg streamclip or something