Skip to content

Commit 13fbdde

Browse files
authored
Merge branch 'master' into patch-2
2 parents b9ac2e0 + bd7a45b commit 13fbdde

File tree

2 files changed

+119
-7
lines changed

2 files changed

+119
-7
lines changed

skype/skype-ps/skype/Grant-CsTeamsUpgradePolicy.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
1414
## SYNTAX
1515

1616
```
17-
Grant-CsTeamsUpgradePolicy [[-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Confirm] [<CommonParameters>]
17+
Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Global] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -69,10 +69,10 @@ The above cmdlet assigns the "UpgradeToTeams" policy to user [email protected].
6969

7070
### Example 2: Grant Policy to the entire tenant
7171
```
72-
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName SfBOnly
72+
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName SfBOnly -Global
7373
```
7474

75-
To grant a policy to all users in the org (except any that have an explicit policy assigned), omit the identity parameter.
75+
To grant a policy to all users in the org (except any that have an explicit policy assigned), omit the identity parameter. If you do not specify the -Global paramter, you will be prompted to confirm the operation.
7676

7777
## PARAMETERS
7878

@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```
9595
9696
### -PolicyName
97-
{{Fill PolicyName Description}}
97+
The name of the policy instance.
9898
9999
```yaml
100100
Type: Object
@@ -109,6 +109,22 @@ Accept pipeline input: False
109109
Accept wildcard characters: False
110110
```
111111
112+
### -Global
113+
Use this switch if you want to grant the specified policy to be the default policy for all users in the tenant.
114+
115+
```yaml
116+
Type: SwitchParameter
117+
Parameter Sets: (All)
118+
Aliases:
119+
Applicable: Skype for Business Online
120+
121+
Required: False
122+
Position: 1
123+
Default value: None
124+
Accept pipeline input: False
125+
Accept wildcard characters: False
126+
```
127+
112128
### -Confirm
113129
Prompts you for confirmation before running the cmdlet.
114130
@@ -157,7 +173,7 @@ Accept wildcard characters: False
157173
158174
## NOTES
159175
160-
Legacy mode in TeamsUprgradePolicy has been deprecated and it is no longer possible to grant legacy mode. Customers using Legacy mode must update their configuration of TeamsUpgradePolicy to use one of the other modes.
176+
Legacy mode in TeamsUpgradePolicy has been deprecated and it is no longer possible to grant legacy mode. Customers using Legacy mode must update their configuration of TeamsUpgradePolicy to use one of the other modes.
161177
162178
TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. All components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead. TeamsInteropPolicy is no longer honored and should not be used for routing.
163179

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

Lines changed: 98 additions & 2 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 [-Credentials <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>] [-NumberOfVersionToKeep <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>]-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>] [-DuplidatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
1919
```
2020

2121
## DESCRIPTION
@@ -409,7 +409,6 @@ Accept wildcard characters: False
409409
```
410410
### -WorkingFolder
411411
By default, the working folder is %appdata%\Microsoft\MigrationToolStorage. If you wish to specify your own specific working folder, create it first, then use it as -WorkingFolder parameter. The changed working folder will take effect till you close the PowerShell window.
412-
413412
Notes:
414413
Make sure that your working folder has a minimum of 150 GB of free space. It may need more depending on the size of the data you plan to migrate.
415414
@@ -424,7 +423,104 @@ Default value: %appdata%\Microsoft\MigrationToolStorage
424423
Accept pipeline input: False
425424
Accept wildcard characters: False
426425
```
426+
### -SkipSitesWithName
427+
To prevent certain sites from migrating, list each site name, separating it with a semicolon. The default value is null.
428+
```yaml
429+
Type: String
430+
Parameter Sets:
431+
Aliases:
432+
applicable: SharePoint Migration Tool
433+
Required: False
434+
Position: Named
435+
Default value:null
436+
Accept pipeline input: False
437+
Accept wildcard characters: False
438+
```
439+
### -SkipListsWithName
440+
To prevent certain list from migrating, list each list name, separating it with a semicolon. The default value is null.
441+
```yaml
442+
Type: String
443+
Parameter Sets:
444+
Aliases:
445+
applicable: SharePoint Migration Tool
446+
Required: False
447+
Position: Named
448+
Default value:null
449+
Accept pipeline input: False
450+
Accept wildcard characters: False
451+
```
452+
### -SkipContentTypesWithName
453+
To prevent certain content types from migrating, list each content type name, separating it with a semicolon. The default value is null.
454+
```yaml
455+
Type: String
456+
Parameter Sets:
457+
Aliases:
458+
applicable: SharePoint Migration Tool
459+
Required: False
460+
Position: Named
461+
Default value:null
462+
Accept pipeline input: False
463+
Accept wildcard characters: False
464+
```
465+
### -SkipContentTypesWithName
466+
To prevent certain list from migrating, list each site name, separating it with a semicolon. The default value is null.
467+
```yaml
468+
Type: String
469+
Parameter Sets:
470+
Aliases:
471+
applicable: SharePoint Migration Tool
472+
Required: False
473+
Position: Named
474+
Default value:"RENAME"
475+
Accept pipeline input: False
476+
Accept wildcard characters: False
477+
```
478+
### -DuplidatePageBehavior
479+
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.
481+
The value can be "RENAME", or "OVERWRITE", or "SKIP", or "NO_PAGES_MIGRATION".
482+
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.
483+
For OVERWRITE, we will overwrite the conflicted page file on the target using the source page file.
484+
For SKIP, we will skip migrating this conflicted page file.
485+
For NO_PAGES_MIGRATION, we will skip all the page files no matter they conflict with the target or not during the migration.
427486
487+
```yaml
488+
Type: String
489+
Parameter Sets:
490+
Aliases:
491+
applicable: SharePoint Migration Tool
492+
Required: False
493+
Position: Named
494+
Default value:null
495+
Accept pipeline input: False
496+
Accept wildcard characters: False
497+
```
498+
### -MigrateNavigation
499+
By default this is set to On. We will migrate the site and web navigation nodes when doing the migration.
500+
```yaml
501+
Type: String
502+
Parameter Sets:
503+
Aliases:
504+
applicable: SharePoint Migration Tool
505+
Required: False
506+
Position: Named
507+
Default value:null
508+
Accept pipeline input: False
509+
Accept wildcard characters: False
510+
```
511+
### -MigrateTermGroups
512+
By default this is set to On. We will migrate the term groups when doing the migration.
513+
```yaml
514+
Type: String
515+
Parameter Sets:
516+
Aliases:
517+
applicable: SharePoint Migration Tool
518+
Required: False
519+
Position: Named
520+
Default value:null
521+
Accept pipeline input: False
522+
Accept wildcard characters: False
523+
```
428524
## INPUTS
429525
430526
### None

0 commit comments

Comments
 (0)