Connecting to Exchange Online in PowerShell

  Рет қаралды 75,758

David Dalton

David Dalton

Күн бұрын

Пікірлер
@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.
@fudoshin2776
@fudoshin2776 Жыл бұрын
Your KZbin videos are the best David . Thank you so much !!!!!!!
@ddaltonyvcc
@ddaltonyvcc Жыл бұрын
I'm glad they are helpful.
@MrKedarbasu
@MrKedarbasu 3 жыл бұрын
This is simply a great tutorial Sir .... Helped a lot!!
@ddaltonyvcc
@ddaltonyvcc 3 жыл бұрын
I'm glad.
@supriyochatterjee4095
@supriyochatterjee4095 3 жыл бұрын
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
@ioulios12
@ioulios12 2 жыл бұрын
You are officially a GOD. The proccess was very well explained and easy to follow.! Thank you
@ddaltonyvcc
@ddaltonyvcc 2 жыл бұрын
Glad it was helpful.
@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.
@bryantpayne6587
@bryantpayne6587 2 жыл бұрын
This is so much better than Microsoft Docs. Thank you!
@ddaltonyvcc
@ddaltonyvcc 2 жыл бұрын
Glad it was helpful.
@blavine01
@blavine01 3 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
@@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
@ConcertAIIndia
@ConcertAIIndia Жыл бұрын
Thanks, your video helped me for what i was looking for
@ddaltonyvcc
@ddaltonyvcc Жыл бұрын
Excellent! Glad to hear it.
@stupidchicken03
@stupidchicken03 2 жыл бұрын
Major help to me today... thank you sir
@ddaltonyvcc
@ddaltonyvcc 2 жыл бұрын
Glad it was helpful.
@privatelink
@privatelink 2 жыл бұрын
THIS WAS VERY HELPFUL
@jhantudas7608
@jhantudas7608 2 жыл бұрын
Awesome, Thanks for sharing
@ddaltonyvcc
@ddaltonyvcc Жыл бұрын
Glad it was helpful.
@javedahmed01
@javedahmed01 4 ай бұрын
Thanks David
@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.
@araviund601
@araviund601 Жыл бұрын
Bro i need some of commands in powershell will you able to help me?
@bardus_hobus
@bardus_hobus 3 жыл бұрын
Is that a lowercase L or a one ? Maybe that's why it didn't show you the commands?
@ddaltonyvcc
@ddaltonyvcc 3 жыл бұрын
Could be. :)
@MosquitoCoding
@MosquitoCoding Жыл бұрын
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
@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.
@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!
@sanofamotivation
@sanofamotivation 2 жыл бұрын
Is there any way that we can direct connect to exchange online without running PowerShell as administrator
@ddaltonyvcc
@ddaltonyvcc 2 жыл бұрын
There is some limited admin you can do from the web interface but many of the admin functions will need to use PowerShell.
@adrianovskyn36
@adrianovskyn36 2 жыл бұрын
Thank you
@ddaltonyvcc
@ddaltonyvcc 2 жыл бұрын
I'm glad it was helpful
@kriptosys
@kriptosys 9 ай бұрын
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 9 ай бұрын
Unfortunately, I don't at the moment.
@pcread
@pcread 2 жыл бұрын
What is the point of a 360p video of a PowerShell window? It's as good as illegible.
How to Set Up Room Finder Room Lists in Office 365
8:19
Meeting Room 365
Рет қаралды 9 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Learn and use PowerShell with just three commands - OLD
13:26
TechThoughts
Рет қаралды 252 М.
Connecting to Azure AD in PowerShell
6:17
David Dalton
Рет қаралды 28 М.
Microsoft Exchange Hybrid in Just 30mins
38:07
Andy Malone MVP
Рет қаралды 56 М.
Microsoft PowerShell for Beginners - Video 1 Learn PowerShell
27:57
Shane Young
Рет қаралды 1,7 МЛН
Microsoft Exchange Online for Beginners!
31:11
Andy Malone MVP
Рет қаралды 84 М.
5 Tips to Help You Learn Windows PowerShell
18:34
Gary Explains
Рет қаралды 45 М.
PowerShell Master Class - PowerShell Fundamentals
1:14:50
John Savill's Technical Training
Рет қаралды 478 М.
How to understand Microsoft Exchange Online Mail Flow
23:49
Andy Malone MVP
Рет қаралды 35 М.
IT: Common Office 365 Outlook Issues
19:21
Kevtech IT Support
Рет қаралды 10 М.