If you manage an online SharePoint tenant you will run into a lot of situations where PowerShell will be the surest way to accomplish your tasks. Permanently deleting a site via PowerShell Remove-SPOSite -Identity https://site.sharepoint.com Managing Hub Sites 2,000 hub sites per tenant A modern SharePoint site can be promoted to a Hub site As a team site As a communications site Global navigation added automatically Configure who is allowed to add sites to the hub Can also configure an approval workflow Hub site can be registered in the admin center Admins can choose who can associate sites with hub - Users, Security Groups, Office 365 Groups Hub site can be registed with PowerShell (to make it a hub site) Register-SPOHubSite -Site https://site.sharepoint.com/sites/hubsite -Principals $null To associate other sites to a hub Unregistering a hubsite disconnects it from the hub Unregister-SPOHubSite -Identity https://sites.sharepoint.com/sites/an-existing-associated-site In ...
At the GNU General Public License, hit Next Select Destination Location C:\Program Files\Git Select Components Checked Associate .git* configuration files with the default text editor Associate .sh files to be run with Bash (NEW!) Scalar (Git add-on to manage large-scale repositories) Select Start Menu Folder Git Choosing the default editor used by Git Use Notepad as Git's default editor Adjusting the name of the initial branch in new repositories Override the default branch name for new repositories main Adjusting your PATH environment Git from the command line and also from 3rd-party software Choosing the SSH executable Use bundled OpenSSH Choosing HTTPS transport backend Use the native Windows Secure Channel library Configuring the line ending conversions Checkout Windows-style, commit Unix-style line endings Configuring the terminal emulator to use with Git Bash Use Windows' default console window Choose the default behavior of 'git pull' Fast-forward or merge - thi...
This quick reference article goes over how to create a simple wiki knowledge base site on SharePoint Online. Create a brand new site It's best if you are a SharePoint Online admin. Which template to use? Communication site or team site? Use the team site without the Teams space, this requires the SharePoint Admin role Metadata Add columns in grid view Pin columns to filters pane (so you can filter on them quickly) Once you apply a filter, you can save the view as a new view (Save the view as). For example, if you want to create a new web part with most recently created articles, you can create a new view Create a front-page view, i.e. Recent Changes, and limit to about 10, make the window height flexible to as big as it gets Audience targeting It's possible to set audience targeting on quick links and left-hand side navigation Edit the web part on the page, and select Enable audience targeting on the web part itself, i.e. quick links web part Edit the quick link, and select the...