Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.22 KB

Resolve-KshUser.md

File metadata and controls

61 lines (42 loc) · 1.22 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Resolve-KshUser

SYNOPSIS

Validates a user.

SYNTAX

Resolve-KshUser [-LoginName] <String> [<CommonParameters>]

DESCRIPTION

The Resolve-KshUser cmdlet checks whether the user is a valid user of the current site, and add it to the site if not exists.

EXAMPLES

Example 1

PS C:\> Resolve-KshUser -LoginName '[email protected]'

Validates a user.

PARAMETERS

-LoginName

Specifies the login name.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.User

NOTES

RELATED LINKS