Using Windows PowerShell* to Push Wi-Fi Delta Profiles to Intel® Active Management Technology Remote Managed Clients

Documentation

Install & Setup

000020922

03/08/2019

You can push Wi-Fi profiles to remote clients using Windows PowerShell*. Refer to the Intel® Active Management Technology (Intel® AMT) documentation for information on setting the Wi-Fi profile.

How do I enable Wi-Fi on the managed clients?
In addition, you need to enable Wi-Fi on the managed clients for the pushed profiles to work. Use the command below to enable Wi-Fi on a remote managed client:

winrm invoke RequestStateChange http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort '@{RequestedState="32769"}' -remote:$vproHost:16992/man -u:$user -p:$pass -a:$auth -encoding:utf-8