I am a C# .net developer/architect and I am learning powershell.
I have the basics down packed and understand that it uses objects (.Net objects) and not just streams/text.
I would like to be able to use powershell to call methods on my .net (C# library) assembies.
How do I reference an assembly in powershell and use the assemlbY?
Thanks in advance.