Browse by Tags

All Tags » Scripting » PowerShell (RSS)

How To: Remotely Show Machine Advertisement Information for a ConfigMgr Client using PowerShell by gramsey

Here's a quick example for how to query advertisements from a remote (or local) system. Just replace "myComputerName" with the computer name to query. Provided you have proper rights to that...

How to Trigger ConfigMgr Hardware Inventory using PowerShell by gramsey

Here's a brief "How To" for initiating hardware inventory on a remote system using Windows PowerShell. Here it is in simple form: $SMSCli = [wmiclass] "\\myComputerName\root\ccm:SMS_Client"...
Powered by Community Server (Commercial Edition), by Telligent Systems