ArielAuxFn.psd1
# # �������� ������ ��� ������ "PSGet_ArielAuxFn". # # �������: FluffyBeaver # # ���� ��������: 21.06.2021 # @{ # ���� ������ �������� ��� ��������� ������, ��������� � ���� ����������. RootModule = 'ArielAuxFn.psm1' # ����� ������ ������� ������. ModuleVersion = '2.0.0' # �������������� ������� PSEditions # CompatiblePSEditions = @() # ���������� ������������� ������� ������ GUID = '4c8d0c83-88cb-4d3a-aac7-907a1e72aa54' # ����� ������� ������ Author = 'FluffyBeaver' # ��������, ��������� ������ ������, ��� ��� ��������� CompanyName = '����������' # ��������� �� ��������� ������ �� ������ Copyright = '(c) 2021 FluffyBeaver. ��� ����� ��������.' # �������� ������� ������� ������ Description = 'This module contains a few additional cmdlets which can help you to write your scripts faster.' # ����������� ����� ������ ����������� Windows PowerShell, ����������� ��� ������ ������� ������ PowerShellVersion = '5.1' # ��� ���� Windows PowerShell, ������������ ��� ������ ������� ������ # PowerShellHostName = '' # ����������� ����� ������ ���� Windows PowerShell, ����������� ��� ������ ������� ������ # PowerShellHostVersion = '' # ����������� ����� ������ Microsoft .NET Framework, ����������� ��� ������� ������. ��� ������������ ���������� ������������� ������ ��� ������� PowerShell, ���������������� ��� �����������. # DotNetFrameworkVersion = '' # ����������� ����� ������ ����� CLR (������������ ����� ����������), ����������� ��� ������ ������� ������. ��� ������������ ���������� ������������� ������ ��� ������� PowerShell, ���������������� ��� �����������. # CLRVersion = '' # ����������� ���������� (���, X86, AMD64), ����������� ��� ����� ������ # ProcessorArchitecture = '' # ������, ������� ���������� ������������� � ���������� ����� ����� ��������������� ������� ������ # RequiredModules = @() # ������, ������� ������ ���� ��������� ����� ��������������� ������� ������ # RequiredAssemblies = @() # ����� �������� (PS1), ������� ����������� � ����� ���������� ������� ����� �������� ������� ������. # ScriptsToProcess = @() # ����� ���� (.ps1xml), ������� ����������� ��� ������� ������� ������ # TypesToProcess = @() # ����� ������� (PS1XML-�����), ������� ����������� ��� ������� ������� ������ # FormatsToProcess = @() # ������ ��� ������� � �������� ��������� ������� ������, ���������� � ��������� RootModule/ModuleToProcess # NestedModules = @() # � ����� ����������� ����������� ������������������ ������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ������� ��� ��������. FunctionsToExport = 'Add-NativeMethods', 'Register-NativeMethod', 'ConvertFrom-GenTime', 'ConvertTo-GenTime', 'ConvertTo-SID', 'ConvertTo-Translit', 'Get-ErrorDetail', 'Get-WarningDetail', 'Get-IniContent', 'Get-MD5Hash', 'New-DotNetToast', 'New-NetworkShortcut', 'New-RandomPassword', 'Set-DesktopWallpaper', 'Set-LockScreenWallpaper', 'Write-ATMDEventLog', 'Get-UserADEntry', 'Get-ComputerADEntry', 'Get-ADEntryGroups', 'Clear-UserRecycleBin', 'Connect-NetworkDrive', 'Set-AtmdScheduledTask', 'Write-AtmdScriptLog', 'Invoke-ATMDFileDeployment', 'Invoke-ATMDRegistryUpdate', 'Test-IsNetworkDomainAuthenticated' # � ����� ����������� ����������� ������������������ ���������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ����������� ��� ��������. CmdletsToExport = '*' # ���������� ��� �������� �� ������� ������ VariablesToExport = '*' # � ����� ����������� ����������� ������������������ ���������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ����������� ��� ��������. AliasesToExport = '*' # ������� DSC ��� �������� �� ����� ������ # DscResourcesToExport = @() # ������ ���� �������, �������� � ����� ������� ������ # ModuleList = @() # ������ ���� ������, �������� � ����� ������� ������ # FileList = @() # ������ ������ ��� �������� � ������, ��������� � ��������� RootModule/ModuleToProcess. �� ����� ����� ��������� ���-������� PSData � ��������������� ����������� ������, ������� ������������ � PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. # Tags = @() # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. ProjectUri = 'http://git.atmd.ru/projects/PSMODULES/repos/arielauxfn/browse' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module ReleaseNotes = 'See a changelog on http://git.atmd.ru/projects/PSMOD/repos/arielauxfn/browse/CHANGELOG.md' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false # External dependent modules of this module # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # ��� URI ��� HelpInfo ������� ������ # HelpInfoURI = '' # ������� �� ��������� ��� ������, ���������������� �� ����� ������. �������������� ������� �� ��������� � ������� ������� Import-Module -Prefix. # DefaultCommandPrefix = '' } |