Giter Club home page Giter Club logo

microsoft's People

Contributors

rikvanduijn avatar wez3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

microsoft's Issues

Thanks for this just wanted to add some bits

For your command I would recommend the Get-EXOMailbox just because it is faster especially with large numbers of users.

A comment from MS on the AuditingEnabled property as this has thrown me off in the past

Get-Mailbox –ResultSize Unlimited -Filter "AuditEnabled -ne '$true' -and PersistedCapabilities -ne 'BPOS_S_EquivioAnalytics' -and PersistedCapabilities -ne 'M365Auditing'" 

Note: You must use a server-side filter to make Exchange Online determine which mailboxes have not been explicitly enabled because the value of the AuditEnabled property will always be True for mailboxes covered by global auditing.

One other thing, in the persistedcapabilities attribute you want to check for 'BPOS_S_ThreatIntelligenceAddOn', this as far as I can tell indicates E5 or E5 Auditing add on which gets you a couple more auditing settings.

            $DefaultAuditAdmin.add('Send')
            $DefaultAuditAdmin.add('MailItemsAccessed')

            $DefaultAuditDelegate.add('MailItemsAccessed')

            $DefaultAuditOwner.add('Send')
            $DefaultAuditOwner.add('MailItemsAccessed')

I have some functions I need to polish off which I'll try to share next week

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.