Forum Discussion
Sam1209
May 02, 2025Brass Contributor
SharePoint Guest Expiry
We have recently enabled the SharePoint guest expiry setting on our tenant and set this at 30 days. However, we have noticed that this hasn't filtered down to all existing sites which have a custom...
obiobis
Aug 06, 2025Brass Contributor
Enable the visitor expiration policy in Azure AD external collaboration settings. You can also set it through PowerShell:
Set-SPOTenant -ExternalUserExpirationRequired $true -ExternalUserExpireInDays 30