Skip to content

Commit

Permalink
5.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Apr 7, 2022
1 parent d81e8e3 commit 28c4411
Show file tree
Hide file tree
Showing 20 changed files with 1,290 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- v*.*.*

env:
BUILD_VERSION: 5.0.1.${{github.run_number}}
BUILD_VERSION: 5.0.2.${{github.run_number}}

jobs:
build:
Expand Down
167 changes: 156 additions & 11 deletions docs/Set-KshTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Changes the tenant.
## SYNTAX

```
Set-KshTenant [-AddressbarLinkPermission <AddressbarLinkPermissions>]
[-AllowCommentsTextOnEmailEnabled <Boolean>] [-AllowDownloadingNonWebViewableFiles <Boolean>]
[-AllowedDomainListForSyncClient <Guid[]>] [-AllowEditing <Boolean>]
Set-KshTenant [-AddressbarLinkPermission <TenantRoleType>] [-AllowCommentsTextOnEmailEnabled <Boolean>]
[-AllowDownloadingNonWebViewableFiles <Boolean>] [-AllowedDomainListForSyncClient <Guid[]>]
[-AllowEditing <Boolean>] [-AllowEveryoneExceptExternalUsersClaimInPrivateSite <Boolean>]
[-AllowLimitedAccessOnUnmanagedDevices <Boolean>] [-AllowOverrideForBlockUserInfoVisibility <Boolean>]
[-AnyoneLinkTrackUsers <Boolean>] [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
[-AuthenticationContextResilienceMode <ResilienceMode>] [-BccExternalSharingInvitations <Boolean>]
Expand All @@ -27,9 +27,10 @@ Set-KshTenant [-AddressbarLinkPermission <AddressbarLinkPermissions>]
[-CommentsOnListItemsDisabled <Boolean>] [-CommentsOnSitePagesDisabled <Boolean>]
[-CompatibilityRange <String>] [-ConditionalAccessPolicy <ConditionalAccessPolicyType>]
[-ConditionalAccessPolicyErrorHelpLink <String>] [-ContentTypeSyncSiteTemplatesList <String[]>]
[-CustomizedExternalSharingServiceUrl <String>] [-DefaultContentCenterSite <SiteInfoForSitePicker>]
[-DefaultLinkPermission <SharingPermissionType>] [-DefaultOneDriveMode <String>]
[-DefaultSharingLinkType <SharingLinkType>] [-DisableAddToOneDrive <Boolean>]
[-CoreLoopDefaultSharingLinkRole <TenantRoleType>] [-CoreLoopDefaultSharingLinkScope <SharingScope>]
[-CoreLoopSharingCapability <SharingCapabilities>] [-CustomizedExternalSharingServiceUrl <String>]
[-DefaultContentCenterSite <SiteInfoForSitePicker>] [-DefaultLinkPermission <SharingPermissionType>]
[-DefaultOneDriveMode <String>] [-DefaultSharingLinkType <SharingLinkType>] [-DisableAddToOneDrive <Boolean>]
[-DisableBackToClassic <Boolean>] [-DisableCustomAppAuthentication <Boolean>]
[-DisabledModernListTemplateIds <Guid[]>] [-DisabledWebPartIds <Guid[]>]
[-DisableOutlookPSTVersionTrimming <Boolean>] [-DisablePersonalListCreation <Boolean>]
Expand Down Expand Up @@ -61,11 +62,14 @@ Set-KshTenant [-AddressbarLinkPermission <AddressbarLinkPermissions>]
[-NotificationsInSharePointEnabled <Boolean>] [-NotifyOwnersWhenInvitationsAccepted <Boolean>]
[-NotifyOwnersWhenItemsReshared <Boolean>] [-OfficeClientAdalDisabled <Boolean>]
[-OneDriveAccessRequests <SharingState>] [-OneDriveForGuestsEnabled <Boolean>]
[-OneDriveMembersCanShare <SharingState>] [-OneDriveSharingCapability <SharingCapabilities>]
[-OneDriveStorageQuota <Int64>] [-OptOutOfGrooveBlock <Boolean>] [-OptOutOfGrooveSoftBlock <Boolean>]
[-OneDriveLoopDefaultSharingLinkRole <TenantRoleType>] [-OneDriveLoopDefaultSharingLinkScope <SharingScope>]
[-OneDriveLoopSharingCapability <SharingCapabilities>] [-OneDriveMembersCanShare <SharingState>]
[-OneDriveSharingCapability <SharingCapabilities>] [-OneDriveStorageQuota <Int64>]
[-OptOutOfGrooveBlock <Boolean>] [-OptOutOfGrooveSoftBlock <Boolean>]
[-OrphanedPersonalSitesRetentionPeriod <Int32>] [-OwnerAnonymousNotification <Boolean>]
[-PermissiveBrowserFileHandlingOverride <Boolean>] [-PreventExternalUsersFromResharing <Boolean>]
[-ProvisionSharedWithEveryoneFolder <Boolean>] [-RequireAcceptingAccountMatchInvitedAccount <Boolean>]
[-ProvisionSharedWithEveryoneFolder <Boolean>] [-ReduceTempTokenLifetimeEnabled <Boolean>]
[-ReduceTempTokenLifetimeValue <Int32>] [-RequireAcceptingAccountMatchInvitedAccount <Boolean>]
[-RequireAnonymousLinksExpireInDays <Int32>] [-SearchResolveExactEmailOrUpn <Boolean>]
[-SharingAllowedDomainList <String>] [-SharingBlockedDomainList <String>]
[-SharingCapability <SharingCapabilities>] [-SharingDomainRestrictionMode <SharingDomainRestrictionMode>]
Expand Down Expand Up @@ -97,7 +101,7 @@ Changes properties of the tenant.
Specifies the address bar link permission.

```yaml
Type: AddressbarLinkPermissions
Type: TenantRoleType
Parameter Sets: (All)
Aliases:
Accepted values: None, View, Edit, Owner, LimitedView, LimitedEdit, Review, RestrictedView, Submit, ManageList
Expand Down Expand Up @@ -154,6 +158,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -AllowEveryoneExceptExternalUsersClaimInPrivateSite
Specifies whether to allow "Everyone except external users" claim in private site.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -AllowLimitedAccessOnUnmanagedDevices
Specifies whether to allow limited access on unmanaged devices.
Expand Down Expand Up @@ -450,7 +469,7 @@ Specifies the conditional access policy type.
Type: ConditionalAccessPolicyType
Parameter Sets: (All)
Aliases:
Accepted values: AllowFullAccess, AllowLimitedAccess, BlockAccess
Accepted values: AllowFullAccess, AllowLimitedAccess, BlockAccess, AuthenticationContext

Required: False
Position: Named
Expand Down Expand Up @@ -489,6 +508,54 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -CoreLoopDefaultSharingLinkRole
Specifies the Loop default sharing link role for SharePoint.
```yaml
Type: TenantRoleType
Parameter Sets: (All)
Aliases:
Accepted values: None, View, Edit, Owner, LimitedView, LimitedEdit, Review, RestrictedView, Submit, ManageList

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -CoreLoopDefaultSharingLinkScope
Specifies the Loop default sharing link scope for SharePoint.
```yaml
Type: SharingScope
Parameter Sets: (All)
Aliases:
Accepted values: Anyone, Organization, SpecificPeople, Uninitialized

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -CoreLoopSharingCapability
Specifies the Loop sharing capavility for SharePoint.
```yaml
Type: SharingCapabilities
Parameter Sets: (All)
Aliases:
Accepted values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -CustomizedExternalSharingServiceUrl
Specifies whether to customize the external sharing service URL.
Expand Down Expand Up @@ -1503,6 +1570,54 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -OneDriveLoopDefaultSharingLinkRole
Specifies the Loop default sharing link role for OneDrive.
```yaml
Type: TenantRoleType
Parameter Sets: (All)
Aliases:
Accepted values: None, View, Edit, Owner, LimitedView, LimitedEdit, Review, RestrictedView, Submit, ManageList

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -OneDriveLoopDefaultSharingLinkScope
Specifies the Loop default sharing link scope for OneDrive.
```yaml
Type: SharingScope
Parameter Sets: (All)
Aliases:
Accepted values: Anyone, Organization, SpecificPeople, Uninitialized

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -OneDriveLoopSharingCapability
Specifies the Loop sharing capability for OneDrive.
```yaml
Type: SharingCapabilities
Parameter Sets: (All)
Aliases:
Accepted values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -OneDriveMembersCanShare
Specifies the policy on re-sharing behavior in OneDrive.
Expand Down Expand Up @@ -1655,6 +1770,36 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ReduceTempTokenLifetimeEnabled
Specifies whether to enable reduce temporary token lifetime.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ReduceTempTokenLifetimeValue
Specifies the value of reduce temporary token lifetime.
```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -RequireAcceptingAccountMatchInvitedAccount
Specifies whether to require the accepting account to match the invited account.
Expand Down
Loading

0 comments on commit 28c4411

Please sign in to comment.