Giter Club home page Giter Club logo

Comments (8)

Bananovics avatar Bananovics commented on May 30, 2024

Solved by myself :)

from ews-office365-contact-sync.

rypto avatar rypto commented on May 30, 2024

Hi, how did you solve this?

from ews-office365-contact-sync.

Bananovics avatar Bananovics commented on May 30, 2024

Hi!

I added a condition when import GAL to $contactlist.
I used
$ContactList = Get-User -ResultSize unlimited | Where {$.SKUAssigned -eq "TRUE" -and $.UserAccountControl -eq "NormalAccount"}
instead of
$ContactList = Get-User -ResultSize unlimited

You can find these lines in EWSContacts\Module\functions\contacts\Get-GALContacts.ps1 line 53.

Cheers!

from ews-office365-contact-sync.

rypto avatar rypto commented on May 30, 2024

Thanks!
I replaced the line but get an error

Where : The term '$.SKUAssigned' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:34

  • ... unlimited | Where {$.SKUAssigned -eq "TRUE" -and $.UserAccountControl ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: ($.SKUAssigned:String) [Where-Object], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.WhereObjectCommand

Any idea?

from ews-office365-contact-sync.

Bananovics avatar Bananovics commented on May 30, 2024

You can run only command
Get-User -ResultSize unlimited | Where {$.SKUAssigned -eq "TRUE" -and $.UserAccountControl -eq "NormalAccount"}
in PS and check the result.
If it starts to listing user mailboxes it is good.

from ews-office365-contact-sync.

Chudinnio avatar Chudinnio commented on May 30, 2024

Hi all,
I got same issue when i start only this command:
Get-User -ResultSize unlimited | Where {$.SKUAssigned -eq "TRUE" -and $.UserAccountControl -eq "NormalAccount"}

The result is:
Where : The term '$.SKUAssigned' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:34

  • ... unlimited | Where {$.SKUAssigned -eq "TRUE" -and $.UserAccountControl ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: ($.SKUAssigned:String) [Where-Object], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.WhereObjectCommand

Any idea how reslove it?

from ews-office365-contact-sync.

Bananovics avatar Bananovics commented on May 30, 2024

Hi!

There is a _ character missing after $ signs.
For some reason Github cut it out from comment..

Attached in right format as picture.
Screenshot 2021-11-25 081853

from ews-office365-contact-sync.

Chudinnio avatar Chudinnio commented on May 30, 2024

@Bananovics
Thank you very much for your realy fast help! It works perfectly. We can close case.

from ews-office365-contact-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.