2 RootModule = 'Microsoft.Powershell.LocalAccounts'
3 ModuleVersion = '1.0.0.0'
4 GUID = '8e362604-2c0b-448f-a414-a6a690a644e2'
5 Author = 'Microsoft Corporation'
6 CompanyName = 'Microsoft Corporation'
7 Copyright = '© Microsoft Corporation. All rights reserved.'
8 Description = 'Provides cmdlets to work with local users and local groups'
9 PowerShellVersion = '5.1'
11 FormatsToProcess = @('LocalAccounts.format.ps1xml')
13 'Add-LocalGroupMember',
17 'Get-LocalGroupMember',
22 'Remove-LocalGroupMember',
29 AliasesToExport= @( "algm", "dlu", "elu", "glg", "glgm", "glu", "nlg", "nlu", "rlg", "rlgm", "rlu", "rnlg", "rnlu", "slg", "slu")
30 HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=717973'
31 CompatiblePSEditions = @('Desktop', 'Core')