Restore-OneDrive (the PowerShell way)
Recently I moved from OneDrive to OneDrive for Business (which is not automated task by the way…) and was hoping to have more control over my data and also email because I also migrated...
Uncategorized
Recently I moved from OneDrive to OneDrive for Business (which is not automated task by the way…) and was hoping to have more control over my data and also email because I also migrated...
Uncategorized
To automate things, that’s why Snover did create PowerShell for, we sometimes need to pre-provision users OneDrive storage. New users will not have the storage ready when we licensed the user – instead the...
Uncategorized
In Teams we can save (or bookmark) chat conversations, mentions, and other type of notifications so we can respond to them in a more convenient time. So, how do we bookmark a message to...
Uncategorized
You may noticed the Search bar in Microsoft Teams, but have you used it yet? No? Here’s one quick tip! If you type the slash-sign “/” you will see some commands that will help...
Uncategorized
I’ve noticed both in the field and at the community that there are some concerns about the Firewall rules for Microsoft Teams. Some of you may not noticed that there are some firewall rules...
Uncategorized
Really cool feature within Azure Active Directory. I have created a few Dynamic Groups, both for users but also for devices like “All Windows 10 Clients”, “All iPhones” and so on… But now its...
Uncategorized
Now that the PowerShell team is releasing new bits on the PowerShell Core I thought we need to automate the update process and why not doing it with Chocolatey! First we need to install...
Uncategorized
I think it’s hard to remember to set automatic replies in Outlook when I’m on leave or just taking some time off. So I started to dig into Flow to see if that guy...
Uncategorized
I want to reach out and give Richard Hicks a big thank you for helping me with this issue and opening my eyes, thank you Rich! Don’t forget to visit his blog https://directaccess.richardhicks.com and hey,...
Uncategorized
Time to move or even delete some old files from your file server? Here´s an example of a PowerShell script that looks after files older than the value specified in $Date variable. You can...