Skip to content

Commit fd69b29

Browse files
authored
Merge branch 'master' into master
2 parents c20ad23 + 9470981 commit fd69b29

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

skype/skype-ps/skype/Set-CsMeetingConfiguration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Accept wildcard characters: False
177177
```
178178
179179
### -EnableAssignedConferenceType
180+
This parameter is not available in Skype for Business Online.
181+
180182
Indicates whether users are allowed to schedule public meetings.
181183
With a public meeting, the conference ID and the meeting link remain consistent each time the meeting is held.
182184
With a private meeting, the conference ID and meeting link change from meeting to meeting.
@@ -186,7 +188,7 @@ The default value is True.
186188
Type: Boolean
187189
Parameter Sets: (All)
188190
Aliases:
189-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
191+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
190192

191193
Required: False
192194
Position: Named

spmt/spmt-ps/spmt/Register-SPMTMigration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After a session is registered, the user can add a migration task to the migratio
1515
## SYNTAX
1616

1717
```
18-
Register-SPMTMigration [-SPOCredentials<PSCredential>][-Incremental <bool>] [-ScanOnly <bool>][-MigrateFilesAndFoldersWithInvalidChars <bool>][-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtensions <string>] [-MigrateHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>][-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplidatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
18+
Register-SPMTMigration [-SPOCredentials<PSCredential>][-Incremental <bool>] [-ScanOnly <bool>][-MigrateFilesAndFoldersWithInvalidChars <bool>][-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtensions <string>] [-MigrateHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>][-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplicatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
1919
```
2020

2121
## DESCRIPTION
@@ -475,9 +475,9 @@ Default value:"RENAME"
475475
Accept pipeline input: False
476476
Accept wildcard characters: False
477477
```
478-
### -DuplidatePageBehavior
478+
### -DuplicatePageBehavior
479479
Determine the behavior of the page file migration when encountering a page file with the same name or same id on the target.
480-
By default, DuplidatePageBehavior is set to RENAME.
480+
By default, DuplicatePageBehavior is set to RENAME.
481481
The value can be "RENAME", or "OVERWRITE", or "SKIP", or "NO_PAGES_MIGRATION".
482482
For RENAME, we will keep the conflicted page file on the target and rename the source page file with a new name by adding current date.
483483
For OVERWRITE, we will overwrite the conflicted page file on the target using the source page file.

0 commit comments

Comments
 (0)