Skip to content

Fix content issues for PlatyPS #4005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 147 additions & 84 deletions docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicy.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docset/winserver2016-ps/DFSR/Import-DfsrClone.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The term downstream refers to the non-authoritative server that is a clone of th
```
PS C:\> Import-DfsrClone -Volume "C:" -Path C:\DfsRClone
This operation will import the database and clone DFSR. It can take a long time to complete. Use Get-DfsrCloneState or
DFSR event 2404 to determine when the import has succeeded. Volume:
DFSR event 2404 to determine when the import has succeeded. Volume:
c:\ Path: C:\Dfsrclone
Are you sure you want to continue to import the database clone? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):Y
```
Expand Down Expand Up @@ -139,7 +139,7 @@ Use this parameter for scripted cloning.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -172,7 +172,7 @@ After you export the DFS Replication database, but before you perform the import
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down Expand Up @@ -206,7 +206,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### [none]
### None

## NOTES

Expand Down
8 changes: 4 additions & 4 deletions docset/winserver2016-ps/DFSR/Remove-DfsReplicationGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you do not specify this parameter, the cmdlet uses the current domain.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 100
Expand All @@ -94,7 +94,7 @@ Use this parameter for scripted removal of replication groups.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -127,7 +127,7 @@ Indicates that the cmdlet removes any replicated folders belonging to the replic
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### [none]
### None

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Download Help Link: https://aka.ms/winsvr-2016-pshelp
Help Version: 1.0.0.0
Locale: en-US
Module Name: Microsoft.Windows.ServerManager.Migration
Module Guid: 00000000-0000-0000-0000-000000000000
ms.date: 01/03/2017
schema: 2.0.0
title: Microsoft.Windows.ServerManager.Migration
---


# Microsoft.Windows.ServerManager.Migration Module

## Description

This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate server roles, features, operating system settings, and other data and shares to computers that are running the latest version of Windows Server.

## Microsoft.Windows.ServerManager.Migration Cmdlets

### [Export-SmigServerSetting](./Export-SmigServerSetting.md)

Exports selected Windows features and operating system settings from the local computer, and stores them in a migration store.

### [Get-SmigServerFeature](./Get-SmigServerFeature.md)

Gets the set of all Windows features that can be migrated from the local server or from a migration store.

### [Import-SmigServerSetting](./Import-SmigServerSetting.md)

Imports selected Windows features, and operating system settings from a migration store, and applies them to the local computer.

### [Receive-SmigServerData](./Receive-SmigServerData.md)

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server.

### [Send-SmigServerData](./Send-SmigServerData.md)

Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000.

22 changes: 11 additions & 11 deletions docset/winserver2016-ps/MultiPoint/Get-WmsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ The **Get-WmsUser** cmdlet gets local user account information for a specified u
```
PS C:\> Get-WmsUser -All
Name : Administrator
Password :
FullName :
Password :
FullName :
Description : Built-in account for administering the computer/domain
UserType : Administrator
ComputerName : Test1
Name : Guest
Password :
FullName :
Password :
FullName :
Description : Built-in account for guest access to the computer/domain
UserType : Standard
ComputerName : Test1
Expand All @@ -57,7 +57,7 @@ Indicates that this operation applies to all sessions on the target host.
```yaml
Type: SwitchParameter
Parameter Sets: GetAllUsers
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -72,7 +72,7 @@ Specifies the name of the user to get.
```yaml
Type: String
Parameter Sets: GetUser
Aliases:
Aliases:

Required: True
Position: Named
Expand Down Expand Up @@ -106,16 +106,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

###
### WmsUser

This cmdlet returns a **WmsUser** collection as **PSObject** collection.

## NOTES

## RELATED LINKS

[New-WmsUser]()

[Remove-WmsUser]()
[New-WmsUser](New-WmsUser.md)

[Set-WmsUser](./Set-WmsUser.md)
[Remove-WmsUser](Remove-WmsUser.md)

[Set-WmsUser](Set-WmsUser.md)
13 changes: 6 additions & 7 deletions docset/winserver2016-ps/MultiPoint/New-WmsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use the **Get-Credential** cmdlet to get a **PSCredential** object.
```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -71,7 +71,7 @@ Specifies a description.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 3
Expand All @@ -86,7 +86,7 @@ Specifies the full name of the user.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 2
Expand Down Expand Up @@ -122,7 +122,7 @@ The acceptable values for this parameter are:
```yaml
Type: UserTypePS
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: Administrator, Standard, DashboardUser

Required: True
Expand Down Expand Up @@ -162,7 +162,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-WmsUser]()

[Remove-WmsUser]()
[New-WmsUser](New-WmsUser.md)

[Remove-WmsUser](Remove-WmsUser.md)
9 changes: 4 additions & 5 deletions docset/winserver2016-ps/MultiPoint/Remove-WmsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Specifies the name of the user account to remove.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down Expand Up @@ -110,9 +110,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-WmsUser]()
[Get-WmsUser](Get-WmsUser.md)

[New-WmsUser]()

[Set-WmsUser](./Set-WmsUser.md)
[New-WmsUser](New-WmsUser.md)

[Set-WmsUser](Set-WmsUser.md)
17 changes: 8 additions & 9 deletions docset/winserver2016-ps/MultiPoint/Set-WmsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Specifies a **PSCredential** object. Use the **Get-Credential** cmdlet to get a
```yaml
Type: PSCredential
Parameter Sets: UseCreds
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -62,7 +62,7 @@ Specifies a description.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -77,7 +77,7 @@ Specifies the full name of the user.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -92,7 +92,7 @@ Specifies a name for the user.
```yaml
Type: String
Parameter Sets: UseUserName
Aliases:
Aliases:

Required: True
Position: 0
Expand Down Expand Up @@ -126,7 +126,7 @@ Specifies the user type. The acceptable values for this parameter are:
```yaml
Type: UserTypePS
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: Administrator, Standard, DashboardUser

Required: False
Expand All @@ -151,9 +151,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-WmsUser]()
[Get-WmsUser](Get-WmsUser.md)

[New-WmsUser]()

[Remove-WmsUser]()
[New-WmsUser](New-WmsUser.md)

[Remove-WmsUser](Remove-WmsUser.md)
13 changes: 6 additions & 7 deletions docset/winserver2016-ps/MultiPoint/Stop-WmsSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-WmsSystem]()
[Add-WmsSystem](Add-WmsSystem.md)

[Get-WmsSystem]()
[Get-WmsSystem](Get-WmsSystem.md)

[Remove-WmsSystem]()
[Remove-WmsSystem](Remove-WmsSystem.md)

[Restart-WmsSystem]()
[Restart-WmsSystem](Restart-WmsSystem.md)

[Search-WmsSystem]()

[Set-WmsSystem]()
[Search-WmsSystem](Search-WmsSystem.md)

[Set-WmsSystem](Set-WmsSystem.md)
Loading
Loading