ICYMI: PowerShell Week of 28-May-2021
Topics include PowerBI SQL, Exchange online and more
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux
Hiding TaskBar Search with PowerShell
by Jeff Hicks on 21st May
Here are some PowerShell functions that will hide and unhide the Search box in a Windows 10 desktop. Yes, there are manual steps to hide this feature, but I’m automating here!
Monitoring with PowerShell: Monitoring oAuth application changes
by Kelvin Tegelaar on 25th May
Sometimes you approve an application that wants too many permissions or sometimes there’s an admin that is not 100% sure on what they are doing. This blog helps you cover those, or cover situations in which you cannot disable app consent by normal users.
How to Create an Azure SQL Database with PowerShell
by Gijs Reijn on 25th May
If you need to make changes to a SQL database, you could open SQL Server Management Studio, click around a little bit and make it happen. But what happens when you need to create an Azure SQL database 10 or 100 times or in some automation script? You need to use PowerShell!
Most Useful PowerShell Cmdlets to Manage Exchange Online Mailboxes
by Unknown on 25th May
This blog lists the top 15 use-cases to monitor your Exchange Online environment in a better way.
Reddit /r/PowerShell - Most Popular Weekly Post
Redditor shares his script for hangman in PowerShell
Tweet of the Week
#PowerShell 7.2-preview.6 is out!
Youtube: Refresh Power BI Dataset Using Rest API & PowerShell
Amazing cool tricks to refresh Power BI Deataset using Rest API & Power Shell
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
ICYMI: PowerShell Week of 08-October-2021
Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October
ICYMI: PowerShell Week of 03-September-2021
Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August