tags
office 365
43 Einträge
20 Einträge

Office 365 – Adding email addresses based on Email Address Policy
Email Address Policies are bread and butter in Microsoft Exchange world. If you work with On-Premise Exchange 2007, Exchange 2010,…

Office 365 – Creating Archive Mailboxes with PowerShell in bulk
Quick PowerShell Script that allows to enable Archive Mailboxes for users that don’t have it enabled. Below script just does…

Office 365 – Emails sent to Office 365 group contain Chinese characters
Recently I’ve noticed that when I send email to Office 365 group from my iPhone (iOS) standard Mail application and…

Office 365 – Find Users Forwarding Emails (PowerShell)
Use PowerShell to find Office 365 users who forward email through inbox rules so you can audit external forwarding and risky mail flow.

Office 365 – Limiting license to minimum apps required
Office 365 has a lot of options and applications to choose from. Enabling one E1, E3, or any other license gives the user a lot of features…

Office 365 – Migrating mail from Office 365 to Office 365 account using Outlook
Migrate email from one Office 365 account to another with Outlook, using a practical approach for tenant-to-tenant mailbox moves.

Office 365 – msExchHideFromAddressLists does not synchronize with Office 365
In my life I’ve deployed multiple Office 365 tenants connected with Active Directory and I’ve been synchronizing msExchHideFromAddressLists…

Office 365 – Report containing User Information and Mailbox Usage
Working with Office 365 is my bread and butter in the last few months. I’m a System Architect and I am dropped in multiple projects, both n…

Office 365 – Sharing SharePoint access with External customers
Office 365 is a great package of tools for business. It brings Exchange Online, SharePoint Online, Skype for Business and OneDrive…

Office 365 – The following error occurred during validation in agent Archive ParameterSet Enforcement Agent
If you try to use Enable-Mailbox for cloud-only Office 365 users, Exchange Online can return an Archive ParameterSet Enforcement Agent erro…

Office 365 – Using dynamic variable as prefix for Office 365 commands
One of the nice features of an Import-PSSession is Prefix parameter. If you have never used one let me try to…

Office 365 – Using Import-PSSession from separate module
Import-PSSession inside a module can surprise you because the imported commands may stay scoped to that module unless you deliberately impo…

Office for Mac 2016 activation problem
Downloading Office for Mac 2016 from Office 365 subscription seems an easy task. Unfortunately it doesn’t always go as planned….

PowerShell Modules I worked on in 2019
A 2019 roundup of PowerShell modules, growth, retirements, and download trends across the projects built and maintained that year.

PowerShell way to get all information about Office 365 Service Health
Office 365 is an excellent cloud service. But like any service, there’s some infrastructure behind it that has to be cared for. Since this…

PowerShell – Converting advanced object to flat object
PowerShell language allows you to work and build complicated objects. There are multiple ways to save them, such as XML or JSON, but someti…

Preparing Azure App Registrations permissions for Office 365 Service Health
As you may have seen in my other post, there’s a simple, PowerShell way to get Office 365 Health Service data for you to use any way you li…

PSWinDocumentation – Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD
Today I’m pushing forward with PSWinDocumentation project. I’ve fixed some bugs but I also added a couple of new features. I did lie a bit…

Sending email as an alias (proxy address) with Office 365
Exchange Online can send from a mailbox alias, but the tenant-level setting must be enabled first before users will see predictable alias-s…

Sending Messages to Microsoft Teams from PowerShell just got easier and better
Send Microsoft Teams messages from PowerShell with PSTeams, using richer message cards and easier formatting for Office 365 notifications.