-
Notifications
You must be signed in to change notification settings - Fork 10
Get GAUserProperty
Spencer Varney edited this page Dec 9, 2016
·
2 revisions
Get-GAUserProperty [[-GShellObject] <GShellUserObject>] [-PropertyType] <GAUserPropertyType>
[[-UserName] <String>] [-Domain <String>] [-WhatIf] [-Confirm]
Get-GAUserProperty [[-GShellObject] <GShellUserObject>] [-AllTypes] [[-UserName] <String>] [-Domain <String>]
[-WhatIf] [-Confirm]
{{Fill in the Description}}
PS C:\> {{ Add example code here }}
{{ Add example description here }}
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
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
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
Help Text
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads