Skip to content
Spencer Varney edited this page Dec 9, 2016 · 2 revisions

This Cmdlet has been depreciated and discontinued as of v0.9.8

Get-GAUserProperty

SYNOPSIS

SYNTAX

OneType

Get-GAUserProperty [[-GShellObject] <GShellUserObject>] [-PropertyType] <GAUserPropertyType>
 [[-UserName] <String>] [-Domain <String>] [-WhatIf] [-Confirm]

AllTypes

Get-GAUserProperty [[-GShellObject] <GShellUserObject>] [-AllTypes] [[-UserName] <String>] [-Domain <String>]
 [-WhatIf] [-Confirm]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

Example 1

PS C:\>  {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-GShellObject

The GShellUserObject to act upon. For example, the result of Get-GAUser

Type: GShellUserObject
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-PropertyType

Possible values: address, email, externalid, im, organization, phone, relation

Type: GAUserPropertyType
Parameter Sets: OneType
Aliases: Type
Accepted values: address, email, externalid, im, organization, phone, relation

Required: True
Position: 3
Default value: Address
Accept pipeline input: False
Accept wildcard characters: False

-AllTypes

Get all property types for the given user as a Property Collection.

Type: SwitchParameter
Parameter Sets: AllTypes
Aliases: 

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

-UserName

Help Text

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

INPUTS

gShell.Cmdlets.Directory.GShellUserObject

System.String

OUTPUTS

NOTES

RELATED LINKS

Clone this wiki locally