The introduction of Onedrive For Business and Known Folder Moves has allowed for businesses to move from the traditional methods of redirected profiles and the limitations that come with them. There are two primary advantages of moving or redirecting Windows known folders (Desktop, Documents, Pictures, Screenshots, and Camera Roll) to Microsoft OneDrive for the users…
Tag: Powershell
How to clear Microsoft Teams Cache
If you ever run into issues with Microsoft Teams, one of the best things you can do to try and remediate the issue is clearing the cache for the application. Unfortuantely however, Microsoft have not made this easy with teams. Teams caches data in several folders and remoting on to a users pc to delete…
Exchange management shell on Windows 10
Trying to run Exchange Management Shell on Windows 10 versions later than 1709 can be a frustrating experience – one of the issues which i have encountered recently is in relation to this. The Problem When trying to run Exchange Management Shell on Windows 10 1909 i come across the following error. The type initializer…
Microsoft Teams – How to list all external team members with team owners and team name – Part 2
In Part 1 of this post i demonstrated how to list all external team members with team owners and team name. Although this returned the data that we want. it doesn’t present it in a format that is easy to read and work with. In this post i will show you how to get this…
Microsoft Teams – List all external team members with team owners and team name – Part 1
Enabling External Collaboration With the introduction of new collaboration tools such as Microsoft teams, administrators and technology teams begin to face new challenges. One of the challenges that i faced recently is finding the balance between giving our end users an open experience with Microsoft Teams, while reducing the administrative overhead that comes along with…
Add users to AD Group based on office location with Powershell
Recently i did some work for an organisation which was based out of an 8 story building. They advised me that one of the things that they needed my help with, is automating the distribution list that users get added to based on their office location. The office location attribute they were referring to was…
How to remove Proxy Addresses using Powershell
There is a requirement as part of domain migrations, that none of the domains being released can be referenced in the ProxyAddresses attribute using SIP or SMTP. In order to tackle this requirement I created a powershell script to remove the proxy addresses that use any of the domains which are being removed as part…
How to change the UPN for a list of users with powershell
There is a requirement as part of domain migrations that none of the domains being released can be referenced in a UPN. In order to tackle this requirement I will need to change the UPN suffix for all the affected users. To get a list of all our target users we will first need to…
How to export SIP and SMTP proxy addresses with powershell
As part of a domain migration, there is a requirement that none of the domains being migrated can be referenced within a SIP or SMTP attribute in AzureAD or the “release” of the domain wont go through. One of these attributes which can contain these addresses is the “proxyaddresses’ attribute in AD. As a result,…