- Created
Invoke-AdvApiLookupAccountName
function to call the advapi32.dll library'sLookupAccountName
function. - Created
Invoke-AdvApiLookupAccountSid
function to call the advapi32.dll library'sLookupAccountSid
function. - Created
Invoke-AdvApiLookupPrivilegeName
function to call the advapi32.dll library'sLookupPrivilegeName
function. - Created
Invoke-AdvApiLookupPrivilegeValue
function to call the advapi32.dll library'sLookupPrivilegeValue
function. - Created
Invoke-AdvApiLsaAddAccountRights
function to call the advapi32.dll library'sLsaAddAccountRights
function. - Created
Invoke-AdvApiLsaClose
function to call the advapi32.dll library'sLsaClose
function. - Created
Invoke-AdvApiLsaEnumerateAccountRights
function to call the advapi32.dll library'sLsaEnumerateAccountRights
function. - Created
Invoke-AdvApiLsaFreeMemory
function to call the advapi32.dll library'sLsaFreeMemory
function. - Created
Invoke-AdvApiLsaNtStatusToWinError
function to call the advapi32.dll library'sLsaNtStatusToWinError
function. - Created
Invoke-AdvApiLsaOpenPolicy
function to call the advapi32.dll library'sLsaOpenPolicy
function. - Created
Invoke-AdvApiLsaRemoveAccountRights
function to call the advapi32.dll library'sLsaRemoveAccountRights
function. - Created
Invoke-KernelFindFileName
to call the kernel32.dll library'sFindFirstFileNameW
andFindNextFileNameW
functions to find all the hardlinks to a file. - Created
Invoke-KernelGetVolumePathName
to call the kerndel32.dll library'sGetVolumePathName
function, which gets the volume mount point for a file.