Mar 14 2021 04:45 AM
Hello!
I'm building a PowerShell library to interact with SCCM. I want this library to be as portable as possible, so I don't want to depend on the SCCM cmdlets, because they require to install the full console, and only work in Windows machines.
I started using the administration service, because I thought being a REST based service would be the most portable thing possible. However, I have found that it still has many limitations.