ArielAuxFn.ps1

$GUID = '4c8d0c83-88cb-4d3a-aac7-907a1e72aa54'
$ModuleName = 'ArielAuxFn'
$Author = 'FluffyBeaver'
$Description = 'This module contains a few additional cmdlets which can help you to write your scripts faster.'
$ReleaseNotes = 'See a changelog on http://git.atmd.ru/projects/PSMOD/repos/arielauxfn/browse/CHANGELOG.md'
$ModuleVersion = '2.0.0'
$RequiredModules = $null
$ExternalModuleDependencies = $null
$ProjectURL = 'http://git.atmd.ru/projects/PSMODULES/repos/arielauxfn/browse'
$ExpFuncs = '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'
$ExpVars = '*'