Sync-WssAccount

Sync-WssAccount

Updates user and user group account information from the domain controller.

Syntax

Sync-WssAccount [ <CommonParameters>]

Detailed Description

The Sync-WssAccount cmdlet updates user and user group account information from the domain controller on demand. By default, updates user and user group account information from the domain controller every five minutes.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Update user and user group account information

This command updates user and user group account information from the domain controller.

PS C:\> Sync-WssAccount
PS C:\>