PowerShell/src/Modules/Windows-Core+Full/Microsoft.PowerShell.LocalAccounts/Microsoft.PowerShell.LocalAccounts.psd1
PowerShell Team c748652c34 Copy all mapped files from [SD:725290]
commit 8cec8f150da7583b7af5efbe2853efee0179750c
2016-07-28 23:23:03 -07:00

33 lines
2 KiB
PowerShell
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
RootModule = 'Microsoft.Powershell.LocalAccounts'
ModuleVersion = '1.0.0.0'
GUID = '8e362604-2c0b-448f-a414-a6a690a644e2'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '© Microsoft Corporation. All rights reserved.'
Description = 'Provides cmdlets to work with local users and local groups'
PowerShellVersion = '3.0'
CLRVersion = '4.0'
FormatsToProcess = @('LocalAccounts.format.ps1xml')
CmdletsToExport = @(
'Add-LocalGroupMember',
'Disable-LocalUser',
'Enable-LocalUser',
'Get-LocalGroup',
'Get-LocalGroupMember',
'Get-LocalUser',
'New-LocalGroup',
'New-LocalUser',
'Remove-LocalGroup',
'Remove-LocalGroupMember',
'Remove-LocalUser',
'Rename-LocalGroup',
'Rename-LocalUser',
'Set-LocalGroup',
'Set-LocalUser'
)
AliasesToExport= @( "algm", "dlu", "elu", "glg", "glgm", "glu", "nlg", "nlu", "rlg", "rlgm", "rlu", "rnlg", "rnlu", "slg", "slu")
HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=717973'
}