Connecting to Exchange Online in PowerShell

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 45

  • @a_a_ron_87
    @a_a_ron_87 2 ปีที่แล้ว

    This video helped me go from knowing nothing about Exchange Online Management to being able to install the module, connect to EOM, and run the commands I needed. Cheers.

    • @ddaltonyvcc
      @ddaltonyvcc  ปีที่แล้ว

      I am glad it was helpful.

  • @supriyochatterjee4095
    @supriyochatterjee4095 3 ปีที่แล้ว +4

    Great video, please kindly upload more videos related to Windows Server Migration and Active Directory Management and Windows Server Troubleshooting and Patching using Powershell and various other Exchange/Outlook Management and Troubleshooting scenarios using Powershell and CMD

  • @blavine01
    @blavine01 3 ปีที่แล้ว +8

    It is assumed you are allowed to run scripts before following the procedure described in this video. If you get no result when entering in these commands run this first to enable script execution. Set-ExecutionPolicy RemoteSigned

    • @ddaltonyvcc
      @ddaltonyvcc  3 ปีที่แล้ว

      Good point Ben. That was addressed in another video but it is a great reminder if someone didn't see the other one first.

    • @UltratecJS
      @UltratecJS 2 ปีที่แล้ว

      Great point.

    • @JoshuaDay0550
      @JoshuaDay0550 2 ปีที่แล้ว

      @@UltratecJS i did this and still get an error that no match was found for exchangeonlinemanagement

    • @UltratecJS
      @UltratecJS 2 ปีที่แล้ว +2

      @@JoshuaDay0550 Make sure you don't have any typos.
      -Run Powershell as admin
      -Install-module exchangeonlinemanagement (hit yes to all)
      -Set-ExecutionPolicy RemoteSigned
      -Connect-exchangeonline (login with global admin)

    • @JoshuaDay0550
      @JoshuaDay0550 2 ปีที่แล้ว +1

      @@UltratecJS came back to say i got it figured out. Our organization put ThreatLocker on our systems so the damn thing was blocking it. Once I put my PC into learning mode, I was able to update the security and install the module. shit has been driving me crazy for weeks

  • @fudoshin2776
    @fudoshin2776 ปีที่แล้ว

    Your TH-cam videos are the best David . Thank you so much !!!!!!!

    • @ddaltonyvcc
      @ddaltonyvcc  ปีที่แล้ว

      I'm glad they are helpful.

  • @MrKedarbasu
    @MrKedarbasu 3 ปีที่แล้ว +4

    This is simply a great tutorial Sir .... Helped a lot!!

  • @barnendugoswami8635
    @barnendugoswami8635 ปีที่แล้ว +2

    A practical, concise tutorial. I was so close, but fiddling with a bunch of parameters that I didn't need to use! - thank you 🙏🏼👍🏼

    • @ddaltonyvcc
      @ddaltonyvcc  ปีที่แล้ว

      I am glad it was helpful.

  • @ioulios12
    @ioulios12 2 ปีที่แล้ว

    You are officially a GOD. The proccess was very well explained and easy to follow.! Thank you

    • @ddaltonyvcc
      @ddaltonyvcc  2 ปีที่แล้ว +1

      Glad it was helpful.

  • @ConcertAIIndia
    @ConcertAIIndia 11 หลายเดือนก่อน

    Thanks, your video helped me for what i was looking for

    • @ddaltonyvcc
      @ddaltonyvcc  11 หลายเดือนก่อน

      Excellent! Glad to hear it.

  • @bryantpayne6587
    @bryantpayne6587 2 ปีที่แล้ว

    This is so much better than Microsoft Docs. Thank you!

    • @ddaltonyvcc
      @ddaltonyvcc  2 ปีที่แล้ว

      Glad it was helpful.

  • @jhantudas7608
    @jhantudas7608 ปีที่แล้ว

    Awesome, Thanks for sharing

  • @javedahmed01
    @javedahmed01 2 หลายเดือนก่อน

    Thanks David

  • @privatelink
    @privatelink 2 ปีที่แล้ว

    THIS WAS VERY HELPFUL

  • @stupidchicken03
    @stupidchicken03 2 ปีที่แล้ว

    Major help to me today... thank you sir

    • @ddaltonyvcc
      @ddaltonyvcc  2 ปีที่แล้ว

      Glad it was helpful.

  • @sasidharrathnam2057
    @sasidharrathnam2057 ปีที่แล้ว

    Which version powershell you are using?

    • @ddaltonyvcc
      @ddaltonyvcc  ปีที่แล้ว

      Currently I am using Windows PowerShell 5. I go back and forth between that at PowerShell 7. They each support slightly different things.

  • @kriptosys
    @kriptosys 6 หลายเดือนก่อน

    Tanks for the tutorial, helped me to conect to try enable SMTP autentication. Unfortunately, enabling SMTP did not work for me.
    You don't have any tutorial to enable SMTP and not die trying, hahaha???, thanks

    • @ddaltonyvcc
      @ddaltonyvcc  6 หลายเดือนก่อน

      Unfortunately, I don't at the moment.

  • @sanofamotivation
    @sanofamotivation 2 ปีที่แล้ว

    Is there any way that we can direct connect to exchange online without running PowerShell as administrator

    • @ddaltonyvcc
      @ddaltonyvcc  2 ปีที่แล้ว +1

      There is some limited admin you can do from the web interface but many of the admin functions will need to use PowerShell.

  • @araviund601
    @araviund601 ปีที่แล้ว

    Bro i need some of commands in powershell will you able to help me?

  • @pio1923
    @pio1923 ปีที่แล้ว

    Hi, the result of my get-mailbox command shows that the "name" and "externaldirectoryobjectId" are the same. the users are created in on-premise. How to change it so that it show next time the name of the user when using the command get-mailbox. Thank you

    • @ddaltonyvcc
      @ddaltonyvcc  ปีที่แล้ว

      I would start by piping the results of the get-mailbox command to get-member to see all available properties. You can also use get-mailbox, select the correct property, and pipe it to get-aduser to pull the username from there.

  • @bardus_hobus
    @bardus_hobus 3 ปีที่แล้ว +1

    Is that a lowercase L or a one ? Maybe that's why it didn't show you the commands?

    • @ddaltonyvcc
      @ddaltonyvcc  3 ปีที่แล้ว +1

      Could be. :)

    • @geiler_stecher
      @geiler_stecher ปีที่แล้ว

      Yeah I was like "What? Is he seriously not noticing? DUDE, just copy & paste xD Why are you typing this in the first place"
      I mean I guess you could oversee this.. But... You wrote a freaking skript that pretty much does copy paste for you xD while writing that script you had so much time to notice xD

  • @mulisaurus
    @mulisaurus 2 ปีที่แล้ว

    OH MY GOODNESS!! THANK YOU!! After going from site to site lookingf for help, you my friend, taught me so much!! The MS docs were so confusing and should be more like Get-Fked -- tthanks again!

  • @adrianovskyn36
    @adrianovskyn36 2 ปีที่แล้ว

    Thank you

    • @ddaltonyvcc
      @ddaltonyvcc  2 ปีที่แล้ว

      I'm glad it was helpful

  • @pcread
    @pcread 2 ปีที่แล้ว

    What is the point of a 360p video of a PowerShell window? It's as good as illegible.