From 1f928a8a4a59835d6409c9b51c9ccd4c8af93b02 Mon Sep 17 00:00:00 2001 From: Sylvia Okafor Date: Tue, 25 Feb 2020 15:32:56 -0800 Subject: [PATCH] Create Governance.ExternalSharingTimer.yml Added YAML file so that this tool can be pulled into the Office and M365 resource galleries automatically (https://developer.microsoft.com/en-us/office/gallery) --- .../Governance.ExternalSharingTimer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Solutions/Governance.ExternalSharingTimer/Governance.ExternalSharingTimer.yml diff --git a/Solutions/Governance.ExternalSharingTimer/Governance.ExternalSharingTimer.yml b/Solutions/Governance.ExternalSharingTimer/Governance.ExternalSharingTimer.yml new file mode 100644 index 000000000..2ae42cde9 --- /dev/null +++ b/Solutions/Governance.ExternalSharingTimer/Governance.ExternalSharingTimer.yml @@ -0,0 +1,14 @@ +page_type: sample +products: + - office-sp + - office-onedrive +languages: + - aspx + - csharp +extensions: + contentType: tools + technologies: + - Add-ins + createdDate: '1/1/2016 12:00:00 AM' +title: External Sharing governance enforcement +description: SharePoint Online makes it extremely easy to share sites and content with external users. For this reason, SharePoint Online has seen rapid adoption for many extranet scenarios and in OneDrive for Business. SharePoint Online provides administrators the tools to manage external sharing, including enabling/disabling sharing and visibility into external users within a site collection. External sharing is simple, secure, and extremely powerful. However, once content is shared externally, it stays shared forever…or at least until it is manually revoked by a content owner or administrator. This solution helps implement expiration timers on external sharing in SharePoint Online. The solution will also give content owners easy methods to extend/revoke external user access.