- 75
- 271 048
Microsoft & beyond
เข้าร่วมเมื่อ 24 ก.ย. 2022
This channel is all about Microsoft Cloud, On-Premise solutions & other security products. Also will cover Daily end-user IT-related issues and solutions.
How to Find and Remove Microsoft Office 365 users External email forwarding address using Powershell
script link and cmd in below.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
drive.google.com/file/d/1RHwWkZ3C4nBKxW4f3Uw7lVFTHiZhVIvX/view?usp=sharing
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
drive.google.com/file/d/1RHwWkZ3C4nBKxW4f3Uw7lVFTHiZhVIvX/view?usp=sharing
มุมมอง: 45
วีดีโอ
How to find last time users changed their O365 account password by using MS Graph & Powershell |2024
มุมมอง 4821 วันที่ผ่านมา
Connect-MgGraph -Scopes "User.Read.All" C:\Scripts\.\O365userpasschange.ps1 -ExportPath "C:\Scripts\O365userpasschange.csv" Script download link: drive.google.com/drive/folders/1d0RaQFB6lj9c4VigFby7l-bBNKqj_ntC?usp=drive_link
How to Find empty groups in O365 portal and How to copy group members to another group by MS Graph
มุมมอง 63หลายเดือนก่อน
drive.google.com/drive/folders/1y6_9WP4FlW7GS_8Az_Ump5P7utirDdix?usp=sharing
How to Install Powershell version 7 and Install Microsoft Graph Module in Windows 10/11 step by step
มุมมอง 812 หลายเดือนก่อน
Install PowerShell version 7 Current version check $PSVersionTable.PSVersion Run cmd: iex "& { $(irm aka.ms/install-powershell.ps1) } -UseMSI" Install Microsoft Graph Module Set-ExecutionPolicy RemoteSigned -Force Install-Module PowershellGet -Force Install-Module Microsoft.Graph -Force Connect MS Graph Connect-MgGraph -Scopes "User.Read.All" Get Info C:\scripts\.\Get-MgInfo.ps1 Scripts drive.g...
How to extend disk size (OS or Data drive) of your Azure VM from Azure portal|Resize Disk|Azure VM
มุมมอง 1182 หลายเดือนก่อน
In this video you can see the step by step process to extend azure VM OS disk & data disk size extend/Resize. learn.microsoft.com/en-us/azure/virtual-machines/windows/expand-os-disk
How to install Trend Micro Deep Security Manager with SQL Express 2022 Step by step|Tutorial|2024
มุมมอง 2583 หลายเดือนก่อน
below is the software package download link. 1. Trend Micro Deep Security Manager: help.deepsecurity.trendmicro.com/software.html 2. SQL Express 2022 www.microsoft.com/en-us/download/details.aspx?id=104781 3. SQL Server Management Studio (SSMS) learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16
how to configure basic alert policy in Microsoft O365 admin portal without additional license |2024
มุมมอง 1823 หลายเดือนก่อน
Basic alert policy without Defender for O365 Licenses in Office 365 Portal admin.microsoft.com/Adminportal/Home#/servicehealth admin.microsoft.com/Adminportal/Home#/MessageCenter admin.exchange.microsoft.com/#/alertpolicydetails security.microsoft.com/alertpoliciesv2?tid=f034530e-4511-4e1e-99b2-32d1e1f83015 admin.teams.microsoft.com/notifications/rules
Exam AZ-800: Administering Windows Server Hybrid Core Infrastructure| Renewal| Question answer|2024
มุมมอง 984 หลายเดือนก่อน
learn.microsoft.com/en-us/credentials/certifications/exams/az-800/ I have passed my renewal by those answers. Hope you will pass too.
Exam MS-700: Managing Microsoft Teams renewal assessment questions answers|Update on August 2024
มุมมอง 2804 หลายเดือนก่อน
I have got 72% with these answers. You can try. Hopefully, you will pass too.
How to get Microsoft 365 security recommandation reports using PowerShell by SCuBA Step by Step|2024
มุมมอง 3204 หลายเดือนก่อน
#microsoft365security #securityM365 #o365 #O365security www.alitajran.com/microsoft-365-security-recommendations/ A Microsoft tenant has so many Microsoft admin centers and configuration settings. Checking if the security is on point every time can take much of your time. Everyone wants to have a security baseline so they know where to start or where to look. You can also see it as a security r...
How to create an app password in Microsoft O365 using admin portal|ERP & Application server||2024
มุมมอง 6K5 หลายเดือนก่อน
#apppassword are created for each MFA-enabled account to allow signing in to non-browser applications (in which case you are unable to use additional security verification methods, such as providing a code sent via a text message or approving a notification through the Microsoft Authenticator app) #apppassword
How to delete a spam Spoofing email from all user's mailbox using Office 365 admin & PowerShell|2024
มุมมอง 1K6 หลายเดือนก่อน
#spammail #spoofing #deletemail To delete a spam or spoofing email from all users’ mailboxes in Office 365 using the admin center and PowerShell, you can follow these steps: Using Office 365 Admin Center Assign Permissions: Ensure you have the necessary permissions. You need to be part of the eDiscovery Manager role group. Create a Content Search: Using PowerShell Connect to Security & Complian...
How to connect Office 365 Exchange online powershell using self signed cerificate step by step
มุมมอง 77710 หลายเดือนก่อน
PDF link for all steps: drive.google.com/file/d/15JrY-5iGY6CLZK5qZnewfamFNO_0Tw8U/view?usp=sharing Web page link I follow: techgenix.com/managing-exchange-online-powershell/
How to fix a hacked/compromised Microsoft Office 365 user account in 10 STEPS|User Account Security|
มุมมอง 844ปีที่แล้ว
10 STEPS to take when an O365 user account is hacked/compromised. 1. RESET ACCOUNT PASSWORD 2. SIGN OUT ALL SESSIONS 3. REMOVE THE ACCOUNT FROM ALL ADMIN ROLES. 4. RE-ENROLL (ENFORCE) MFA 5. CHECK FOR ENTERPRISE APPS AUTHORIZED FOR THE USER 6. SCAN DEVICES FOR MALWARE 7. REVIEW MAILBOX RULES AND FORWARDING 8. REVIEW AUDIT LOGS FOR ANY OTHER UNUSUAL ACTIVITY 9. REVIEW EMAIL APPS AND CHANGE AVAIL...
How to Restrict a O365 User from Sending External Email & Allowed only Specific Domain using rules
มุมมอง 1.2Kปีที่แล้ว
www.codetwo.com/admins-blog/how-to-prevent-office-365-users-from-sending-emails-outside-organization/
How to Migrate Email from Gsuite (Google Workspace) to Office 365 using IMAP migration step by step
มุมมอง 4.7Kปีที่แล้ว
How to Migrate Email from Gsuite (Google Workspace) to Office 365 using IMAP migration step by step
Exam MS-700: Managing Microsoft Teams renewal assessment questions answers|Update link on below|2023
มุมมอง 1.9Kปีที่แล้ว
Exam MS-700: Managing Microsoft Teams renewal assessment questions answers|Update link on below|2023
How to create an Auto BCC Rule/Auto forwarding transport rule| Microsoft O365 Exchange admin center
มุมมอง 2.2Kปีที่แล้ว
How to create an Auto BCC Rule/Auto forwarding transport rule| Microsoft O365 Exchange admin center
Save Outlook email attachments automatically to OneDrive for Business Using Microsoft Power Automate
มุมมอง 1.6Kปีที่แล้ว
Save Outlook email attachments automatically to OneDrive for Business Using Microsoft Power Automate
How to Allow only authorized pendrive and block other USB device using Microsoft Intune Step by Step
มุมมอง 9Kปีที่แล้ว
How to Allow only authorized pendrive and block other USB device using Microsoft Intune Step by Step
How to Get Microsoft Office 365 free trial licenses without credit card information|O365|TRIAL|2023
มุมมอง 14Kปีที่แล้ว
How to Get Microsoft Office 365 free trial licenses without credit card information|O365|TRIAL|2023
How to get Microsoft Office 365 All Users Multi Factor MFA Status using PowerShell scripts |MFA|2023
มุมมอง 3.2Kปีที่แล้ว
How to get Microsoft Office 365 All Users Multi Factor MFA Status using PowerShell scripts |MFA|2023
How to get the total number of Emails sent and received by Users in Office 365 using PowerShell|2023
มุมมอง 1.3Kปีที่แล้ว
How to get the total number of Emails sent and received by Users in Office 365 using PowerShell|2023
Let specific users change their password in Microsoft 365 | Enable self-service password reset| 2023
มุมมอง 1.1Kปีที่แล้ว
Let specific users change their password in Microsoft 365 | Enable self-service password reset| 2023
How to Create bulk Distribution Groups, Add Members and Add Contacts on Office 365 using PowerShell
มุมมอง 10Kปีที่แล้ว
How to Create bulk Distribution Groups, Add Members and Add Contacts on Office 365 using PowerShell
Installation of Trend Micro Apex One On-premise Endpoint server|| Step-by-Step Installation with SQL
มุมมอง 5Kปีที่แล้ว
Installation of Trend Micro Apex One On-premise Endpoint server|| Step-by-Step Installation with SQL
How to Create and Configure Azure Recovery Services Vault |Recovery Vault|Azure Backup|Soft delete
มุมมอง 641ปีที่แล้ว
How to Create and Configure Azure Recovery Services Vault |Recovery Vault|Azure Backup|Soft delete
How to find All Office 365 Users mailbox & Archive mailbox Size using Exchange PowerShell scripts
มุมมอง 4.1Kปีที่แล้ว
How to find All Office 365 Users mailbox & Archive mailbox Size using Exchange PowerShell scripts
How to Automate Azure VM Shutdown & Start during off hours to reduce costs |VM Auto Start OFF| 2023
มุมมอง 3.9Kปีที่แล้ว
How to Automate Azure VM Shutdown & Start during off hours to reduce costs |VM Auto Start OFF| 2023
How to Identify inactive mailbox or users in the Microsoft Office 365 portal using PowerShell
มุมมอง 1.1Kปีที่แล้ว
How to Identify inactive mailbox or users in the Microsoft Office 365 portal using PowerShell
Why can't microsoft make simple instructions as these readily available? This has been most helpful!!!
Thank you. I got this from a customer and it worked every time. Searched on the web but did not get accurate results.
Hello, this can be used in Exchange onprem? I need generate a report of all user mailbox with mailbox and archive size. Thanks!
Will share the cmd for on Prem.
@microsoftbeyond That would be great!!!
Thank you so much!
www.alitajran.com/get-mailbox-size-all-users-in-exchange-with-powershell/
you can try this.
for personal email setting
No. Personal email will not work.
Blow your nose 😂
Sorry for the inconvenience 🥲
thanks bro. I was searching for hours and it was so simple (step 2) Give me a son.
Glad I could help
working fine but admins can able to access it. Is there a way to restrict even Admins so that only Intune Admin can manage through policies
Will look into it
Hello! I used the guid for authenticate my mailbox to IMAP and SMTP. But i can't connect mailbox with outlook or another app with IMAP and SMTP. What i can change for set up in outlook?
After completing the steps you cannot acces the mailbox using imap or pop. This settings will help you to get email from your ERP or SMTP server which do no support mordern authentication.
Can this access be used for a shared mailbox, or just a user mailbox ? - Also, once all settings have been done according to this guide, how do i access the mailbox - is it simply IMAP with the user/pass for the mailbox ?
1. This is not for shared mailbox. 2. After completing the steps you cannot acces the mailbox using imap or pop. This settings will help you to get email from your ERP or SMTP server which do no support mordern authentication.
Thank you so much brother it's a great job, It's helped me a lot.
You are most welcome
You seriously sat there and recorded yourself snorting snot and boogers up your nose the entire video. Disgusting hygiene. Like what the actual fuck..
Disgusting you keep snorting snot up your nose during this video. Absolutely repulsive.
Does this method work if the default security settings are disabled in Entra ID? For instance, if I have turned the defaults off so I can use conditional access policies instead.
It will work if your security default are enabled. No issues.
Do i need any specific license to follow this procedure….or any office365 account i can create app password using this method..
any O365 account. No need additional licenses.
@@microsoftbeyond Thank you for your reply
Thnx it worked...🎉
Welcome 👍
Thank you for your support helped alot
Glad I could help
Nice
Thanks
@@microsoftbeyond Do you have video about restoring a VM from a backup and after restoration how to verify data integrity and networking of restored VM will be same as before so users won't have issue accessing the services on restored VM. Thanks.
I do not have this video. If you have the backup of an VM and faced any issue after restore you can take support from azure portal. Microsoft azure support is very good and helpful. They do not have annoying O365 level 1 support.
Cool
Thank you
Thanks for the video. Very helpful. It worked perfect.
Thank you 🙏
this is the latest video for now! Thank you!
Hope you like it!
How to decrease the size?
Will share in later videos
Thankyou so much for this helpful video, keep making these types of videos. Thanks
So nice of you
thank you😇
You're welcome 😊
it work thank you
You're welcome!
is it possible with a personal account?
Yes. Outlook hotmail also possible
any solution ? guys
Need to check again as Microsoft changes things pretty quick
@@microsoftbeyond yae even we connected over ticket waiting for update
not working bro in any mailer
Try again
Thanks for the video. Very helpful. It worked perfect and literally saved me after a couple of days with my outlook frozen.
Great to hear!
Thanks a lot man, you just saved me
Glad I could help
this is not working kindly give new one
It's still working for me. Kindly please share your error in email: Microsoftandbeyond@gmail.com
Does not work.
Please go through step by step. It will work.
Thank you.
You're welcome!
Security / Email & collaboration / Policies & rules / Threat policies / Anti-spam / Anti-spam inbound policy (Default)
yes
Hello! Thank you for this video! I have question, I do NOT need to include the GUIDs for Monitors, keyboard, mouse, etc if I ONLY want to allow specific USB hardware ID and USB Class GUID to be accessible right ? (USB drives)
Yes you do
Thank you Brother
Welcome
adding payment methods in Microsoft should be an optional or should be remove. it's kinda cruicial and scary if user's provide their credit card details they collect all the information of the card including CVV which is kinda scary. this might be use as inside job for scammers. so if we don't provide credit card details we cannot use it anymore even for trial?
Now not possible. Microsoft shut all the doors
@@microsoftbeyond yeah. maybe we users should give feedback about this? maybe Microsoft will take this consideration. It's really scary tho, even tho you give your details and fake your CVV only, they know it was not correct. Kinda scary for inside job for scam and fraud of this adding payment method. Now it's hard to work on trial getting free trial licenses.
@@jramazing Yes. absolutely agree with you. For trial or practice purpose Microsoft should have provide free trial. Provide credit card information is not a solution.
@@microsoftbeyond yeah. I just used my company's tenant for trial they won't ask card details, but if you want to extend a license they will ask for the card details 😅 Good option to use Microsoft 365 E5 Developer subcription, it remains active as long as you're actively using it.
Do i need to first use the . onmicrosoft domain and then after add my custom domain.?
Onmicrosoft domain is a default domain. Its here from the beginning. You need to add your custom domain.
Do you need to have a subscription to office365?
In "Request API permissions", no office365 is shown, only Azure choices, what should we do for IMAP
Documents might have changed from Microsoft side as this is prepared based on Microsoft link. Now name of the services could be changed. Need to check.
I have three folders for Office 14.0, 16.0, and several folders that say Office, but based on the version I have, they are Office 2016 Home and Business. Where should I follow these steps? I also have an Exchange Plan 2 on this account.
Do this on 16.0
can we schedule it to start & stop from Monday-Friday in week ?
Currently not possible. Also auto start is on preview stage and in my VM auto start is not working. Raise a ticket to Microsoft support.
Thank you ❤
Welcome!
Bro I want to contact you. Please give your whatsapp number
Good morning, I want to migrate email from Gmail --> O365 Do I also have to follow the procedure for the .csv file @mailGmail,@mailO365,passwordGmail
Very great presentation and this guide has eased my security assessment for Microsoft 365 tenants
Thank you. Credit goes to Ali tajran.
not showing options like u when click on user prfile
It should but Microsoft changed lots of things over time. It was from 2022.
Really helpful, thank you so much.
Glad it was helpful!
Great video!!, exactly what I needed - but yes the noise was annoying and the volume very low. However, it's the content you provided that really matters, great job and thanks again!
Thanks for the tips!
Excelent DEmo!
Thank you
Content Search find all messages i need, but not delete them (i tryed Soft and Hard delete)
You can delete them with right permission
Sou do Brazil. Venho deixar meus agradecimentos. Muito obrigado amigo!!!!
Thank you too