I have a very simple question. How do i import DLL's into my powershell script. I am using power shell 3.0. I've looked at a few articles and they all seem to be very confusing. I would just like a simple example.
I have the DLL complied and in a folder on my C drive.
What command do i need to use at the top of my script load the DLL's? Please don't reference me to another article a simple example would be appreciated.