< Back

Invoke-FreeIPAAPIrole_remove_member

Sat Jan 18, 2020 10:17 am

NAME Invoke-FreeIPAAPIrole_remove_member



SYNOPSIS





SYNTAX

Invoke-FreeIPAAPIrole_remove_member [-all] [-raw] [[-version] <String>] [-no_members] [[-users] <String[]>]

[[-groups] <String[]>] [[-hosts] <String[]>] [[-hostgroups] <String[]>] [[-services] <String[]>] [-name] <String>

[-FullResultsOutput] [<CommonParameters>]





DESCRIPTION

Remove members from a role.





PARAMETERS

-all [<SwitchParameter>]

Retrieve and print all attributes from the server. Affects command output.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-raw [<SwitchParameter>]

Print entries as stored on the server. Only affects output format.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-version <String>

Client version. Used to determine if server will accept request.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-no_members [<SwitchParameter>]

Suppress processing of membership attributes.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-users <String[]>

users to remove



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-groups <String[]>

groups to remove



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hosts <String[]>

hosts to remove



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hostgroups <String[]>

host groups to remove



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-services <String[]>

services to remove



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>

Role name



Required? true

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FullResultsOutput [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Management.Automation.PSObject







RELATED LINKS