-
Notifications
You must be signed in to change notification settings - Fork 10
Remove GAUserProperty
Spencer Varney edited this page Dec 9, 2016
·
2 revisions
Remove-GAUserProperty [-GShellObject <GShellUserObject>] [[-PropertyType] <GAUserPropertyType>]
[[-Index] <Int32>] [-Force] [[-UserName] <String>] [-Domain <String>] [-WhatIf] [-Confirm]
Remove-GAUserProperty [-GShellObject <GShellUserObject>] [[-PropertyType] <GAUserPropertyType>] [-ClearType]
[-Force] [[-UserName] <String>] [-Domain <String>] [-WhatIf] [-Confirm]
Remove-GAUserProperty [-GShellObject <GShellUserObject>] [-ClearAll] [-Force] [[-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: Named
Default value:
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Possible values: address, email, externalid, im, organization, phone, relation
Type: GAUserPropertyType
Parameter Sets: ClearOneProperty, ClearOneType
Aliases: Type
Accepted values: address, email, externalid, im, organization, phone, relation
Required: False
Position: 3
Default value: Address
Accept pipeline input: False
Accept wildcard characters: False
The 0-based index number of the item you want to remove for the given Property Type. (The first item in the list is an index of 0.)
Type: Int32
Parameter Sets: ClearOneProperty
Aliases:
Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Clear the entire selected property type for the given user.
Type: SwitchParameter
Parameter Sets: ClearOneType
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Clear all property types for the given user.
Type: SwitchParameter
Parameter Sets: ClearAll
Aliases:
Required: False
Position: 6
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Force the action to complete without a prompt to continue.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
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