Remove "People with the link" link type on a tenant level
Currently, removing the "People with the link" sharing option is only possible per site:
Set-SPOSite -DisableCompanyWideSharingLinks Disabled -Identity $siteUrl
Considering that the recommendation from Microsoft is to allow all FTEs to create O365 Groups (therefore, SPO sites), disabling this link on every new site would require automation (adds complexity, costs) and would be done with delay.
Our Chief Security Officer sees it as a security threat, and to limit accidental exposure, requested this sharing link to be disabled on a tenant level (with an option to enable it per site).
The following would be very useful:
Set-SPOTenant -DisableCompanyWideSharingLinks

This will be resolved for protected content. This request should also be logged in SPO uservoice forum for a more general option.