]> insang Git - newton-cn_pos.git/blob
4c5f2495d797dbb67e973cde41c2a4891843461e
[newton-cn_pos.git] /
1 @{
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'
10 CLRVersion = '4.0'
11 FormatsToProcess = @('LocalAccounts.format.ps1xml')
12 CmdletsToExport = @(
13     'Add-LocalGroupMember',
14     'Disable-LocalUser',
15     'Enable-LocalUser',
16     'Get-LocalGroup',
17     'Get-LocalGroupMember',
18     'Get-LocalUser',
19     'New-LocalGroup',
20     'New-LocalUser',
21     'Remove-LocalGroup',
22     'Remove-LocalGroupMember',
23     'Remove-LocalUser',
24     'Rename-LocalGroup',
25     'Rename-LocalUser',
26     'Set-LocalGroup',
27     'Set-LocalUser'
28     )
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')
32 }