pf-basic.psd1

@{
RootModule = 'pf-basic.psm1'
ModuleVersion = '1.0.0.77'
GUID = '757be14c-fd58-4cab-b29a-fd839b224966'
Author = 'John.Leyva'
CompanyName = 'Unknown'
Copyright = '(c) John.Leyva. All rights reserved.'
Description = 'pf-basic.psd1'
FunctionsToExport = 'Add-FilenameSuffix', 'Add-Object_PropertyMember', 'Add-Path', 
               'Assert-Administrator', 'Assert-FileExists', 'Clear-PSCache', 
               'Compare-ByFolderAndFileName', 'Compare-HashTable', 'Compress-Name', 
               'ConvertFrom-EnvironmentVariables_To_Ps1', 
               'ConvertFrom-HastTable_ToCollection', 
               'ConvertFrom-HastTable_ToObject', 
               'ConvertFrom-PSObject_ToHashtable', 'ConvertFrom-Variables_To_Ps1', 
               'ConvertTo-HashTable', 'Copy-Env', 'Copy-File', 'Copy-Folder', 
               'Expand-8_3_Path', 'Expand-Path', 'Expand-Path_LocalDrives', 
               'Expand-ZipFile', 'Export-Context', 'Export-ToFile', 'Find-App', 
               'Find-InPath', 'Find-Path_Up', 'Find-Path_Up_Extended', 'Find-WalkUp', 
               'Get-Argument', 'Get-CmdAllArgs', 'Get-CmdUnboundArgs', 
               'Get-CSV_Matrix', 'Get-EnvDiff', 'Get-EnvironmentVariables', 'Get-Exe', 
               'Get-FileNamePart_Max', 'Get-Files_Ignore', 'Get-FolderWithFiles', 
               'Get-HashTable_Flat', 'Get-Ignore_Files', 'Get-InvokeArguments', 
               'Get-Item_Where_Mode', 'Get-ItemUse', 'Get-LastFile_ByName_InFolders', 
               'Get-LastWriteTime_Max', 'Get-Log_Folder', 'Get-Path', 
               'Get-Path_Ancestors', 'Get-PathExistingParent', 'Get-PathItem', 
               'Get-Powershell_Call', 'Get-Process_Parents', 'Get-ProcessArgument', 
               'Get-ProcessUsingItem', 'Get-Property', 'Get-PS_WorkingFolder', 
               'Get-PSCache', 'Get-PSScriptValue', 'Get-ScriptLine', 'Get-ScriptPath', 
               'Get-SecureKey', 'Get-SecureKey_Plain', 'Get-SmbShareMap', 
               'Get-Text_Filter', 'Get-UNC_FileName', 'Get-Unzip_Path', 
               'Get-Url_NoPort', 'Get-VariableAssigment', 'Get-WebFile', 
               'Import-settings', 'Initialize-ExportFile', 'Invoke-Dispose', 
               'Invoke-Exe', 'Invoke-Exe_Scope', 'Invoke-InLocation', 'Invoke-WQL', 
               'Join-ExeArguments', 'Join-WQLFilterArguments', 'New-Credential', 
               'New-Folder_EnsureExists', 'New-HashTable_Clone', 
               'New-ProcessExeInfo', 'New-ScriptBlock', 'New-SymLink', 'Register-Exe', 
               'Remove-ComObject', 'Remove-EmptyValues', 'Remove-FolderAsync', 
               'Remove-HashTable', 'Remove-HashTable_Values', 'Remove-PSPath_Prefix', 
               'Remove-SymLink', 'Remove-UnEncrypted', 'Rename-Item_Replace', 
               'Resolve-Exe', 'Set-Content_Encrypt', 'Set-Content_UnEncrypt', 
               'Set-EnvGlobal', 'Set-Log_Folder', 'Set-SecureKey', 'skip-until', 
               'Split-Path_Ex', 'Start-ProcessAsAdmin', 'Test-Administrator', 
               'Test-File_Access', 'Test-HashTable', 'Update-ExeArguments_Encode', 
               'Update-HashTable_Swap_KeyValue', 'Update-Path_EnsureQuoted', 
               'Update-Path_ReplaceFileSpecialChars', 'Wait-Exe', 'Write-Time'
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
PrivateData = @{

    PSData = @{

    }

}

}