Because Clicking Around in Search Admin Is Not a Strategy: Microsoft Search Cmdlets Landed in PnP PowerShell
I had this pull request merged back in February and then... forgot to blog about it. Better late than never. Here you go!Z PR: https://github.com/pnp/powershell/pull/5242 If you’ve ever tried to automate Microsoft Search verticals and result types and ended up rage-clicking in admin UIs instead, this one is for you. What was added This PR adds cmdlets for managing Microsoft Search configuration through PnP PowerShell: Search verticals Get-PnPSearchVertical New-PnPSearchVertical Set-PnPSearchVertical Remove-PnPSearchVertical Set-PnPSearchVerticalOrder Search result types Get-PnPSearchResultType New-PnPSearchResultType Set-PnPSearchResultType Remove-PnPSearchResultType New-PnPSearchResultTypeRule Site connections Get-PnPSearchSiteConnection In short: proper scripting support for verticals/result types/site connections, instead of “hope-and-click” operations in multiple portals. Important caveat (read this) These cmdl...