en-US/MyGroupMembership-Standard.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml"> <!--Edited with: SAPIEN PowerShell HelpWriter 2020 v2.3.47--> <!--Generated by: SAPIEN PowerShell HelpWriter 2020 v2.3.47--> <!-- Module: MyGroupMembership Version: 1.1.0 --> <!--All Commands--> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <!--TAG: HASCOMMONPARAMETERS--> <!--Command--> <command:details> <command:name>Get-MyGroupMembership</command:name> <maml:description> <maml:para>Gets a list of the currently logged-in user's local and domain group membership.</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>MyGroupMembership</command:noun> <dev:version /> </command:details> <maml:description> <maml:para>Parses the output from 'whoami.exe' to retrieve a PowerShell object list of groups that the currently logged-in user in a member of.</maml:para> </maml:description> <command:syntax> <!--Parameter Sets--> <command:syntaxItem parametersetname="__AllParameterSets"> <!--NAME: __AllParameterSets--> <maml:name>Get-MyGroupMembership</maml:name> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases="t"> <maml:name>Type</maml:name> <maml:description> <maml:para>Indicates to only return the specified type(s) of 'groups' from whoami.exe.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">GroupType[]</command:parameterValue> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Alias</command:parameterValue> <command:parameterValue required="false" variableLength="false">Group</command:parameterValue> <command:parameterValue required="false" variableLength="false">Label</command:parameterValue> <command:parameterValue required="false" variableLength="false">WellKnownG</command:parameterValue> </command:parameterValueGroup> <dev:type> <maml:name>GroupType[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!--All Parameters--> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="0" aliases="t"> <maml:name>Type</maml:name> <maml:description> <maml:para>Indicates to only return the specified type(s) of 'groups' from whoami.exe.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">GroupType[]</command:parameterValue> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Alias</command:parameterValue> <command:parameterValue required="false" variableLength="false">Group</command:parameterValue> <command:parameterValue required="false" variableLength="false">Label</command:parameterValue> <command:parameterValue required="false" variableLength="false">WellKnownGroup</command:parameterValue> </command:parameterValueGroup> <dev:type> <maml:name>GroupType[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <!--Inputs--> <command:inputType> <dev:type> <maml:name>None </maml:name> <maml:uri></maml:uri> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!--Outputs--> <command:returnValue> <dev:type> <maml:name>MG.Membership.MyGroup</maml:name> <maml:uri></maml:uri> </dev:type> <maml:description> <maml:para>An object with "GroupName", "Type", "SID", and "Attributes".</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:examples> <!--Examples--> <command:example> <maml:title>EXAMPLE 1</maml:title> <maml:introduction> <maml:para>Retrieve only groups of the 'WellKnown' type.</maml:para> </maml:introduction> <dev:code>C:\PS> Get-MyGroupMembership -Type WellKnownGroup</dev:code> <dev:remarks> <maml:para /> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://github.com/Yevrag35/MyGroupMembership/wiki/Get-MyGroupMembership</maml:uri> </maml:navigationLink> <!--Links--> </maml:relatedLinks> </command:command> <!--Generated by: SAPIEN PowerShell HelpWriter 2020 v2.3.47--> </helpItems> |