en-US/MyGroupMembership-Standard.dll-Help.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
<?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> |