Starting in January 2025, Microsoft will charge organizations for unlicensed OneDrive account storage. Therefore, admins must manage these unlicensed OneDrive accounts before the organization ends up with unexpected costs or deleted OneDrive files. In this article, you will learn how to get all unlicensed OneDrive user accounts report in the SharePoint admin center. Unlicensed OneDrive… Continue reading
Signing a security.txt File with a GPG Key
Step 1 Choose the contact address. To whom do you want the notification to be sent? To your company or to your IT service provider? Make an estimate of who can or will handle the notifications. Step 2 Use the tool on securitytxt.org and fill in at least the contact address and expiration date. Then,… Continue reading
What is SPF Lookup Limit and How to Fix It?
Preface Exceeding the 10 SPF lookup limit is a common problem among SPF-compliant domain owners. Once your SPF record reaches the limit, email recipients consider your SPF record invalid, and your domain gets blocked. This limitation can hamper your business reputation by impacting sales, marketing, and PR exercises. This blog discusses everything you need to know about SPF… Continue reading
Microsoft’s Different Copilots
How Microsoft Copilot Helps you in your Everyday Work? Creates Excel formulas Suggests words, phrases and sentences based on your style and tone in documents Generates and formats charts, graphs and tables Interprets data and provide a summary with insights and recommendations Generates draft word documents Helps finalize and organizes findings and data from various… Continue reading
Secure Cloud Business Applications (ScubaGear)
A Microsoft tenant encompasses numerous Microsoft admin centers and configuration settings. Verifying the security status each time can be time-consuming. Establishing a security baseline is essential for determining the starting point or focus areas. Think of it as a checklist for security recommendations. This article demonstrates how to utilize a PowerShell script to retrieve all… Continue reading
McAfee SVM manager usefull commands
Run these commands with root rights from the /opt/McAfee/movesvamanager directory: • sudo ./msmclient.sh osscount — Displays the number of SVMs attached to the SVM Manager. • sudo ./msmclient.sh ossinfo — Displays some basic information about the SVMs attached to the SVM Manager. •sudo ./msmclient.sh ossdetails — Displays some advanced information about the SVM: current SVM… Continue reading
Add and Remove-MailboxPermission
Remove-MailboxPermission -Identity ‘ shared mailbox ‘ -User ‘user’ -AccessRight FullAccess Add-MailboxPermission -Identity ‘shared mailbox’ -User ‘user’ -AccessRight FullAccess -InheritanceType All -Automapping $true
Get list off all users of shared mailbox
Get-MailboxPermission communicatie | Format-Table Identity,User,AccessRights