In Reply to: RE: Not trying to beat up on you posted by E-Stat on October 5, 2020 at 13:45:30:
And powershell is not really a "shell" programming environment in the traditional sense. It is 100% object oriented. It supports classes and other object oriented code paradigms - although I didn't create any classes for this solution.
It is more like an abstraction layer above the complete .net and windows ecology.
It can drive the complete .Net API, including everything, all the lower level layers of windows and microsoft technology- eveything from Active Directory to Sql Server API, Windows forms, WPF, WEb APIs, and even directly execute C# and the other .net CLR programming languages.
There is actually one single line of dos commands in that script, but only one line. The rest is all powershell.
I know I am getting a little far afield now of the original posting subject.
This post is made possible by the generous support of people like you and our sponsors:
Follow Ups
- RE: Not trying to beat up on you - LtMandella 14:45:19 10/05/20 (0)