Thursday 5 May 2022

Load DLL in to PowerShell

Load DLL in to PowerShell

 Add-Type -Path 'C:\inetpub\Discovery\bin\AlphaFS.dll'
[void][System.Reflection.Assembly]::LoadWithPartialName("Alphaleonis.Win32.Filesystem")

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive