The Lansweeper Community will be under construction as of March 2nd, 2026. This site will move to a static version—join us on Reddit to keep the conversations going. More info here.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Michaelzip0
Engaged Sweeper III

I needed to deploy a new SSID to multiple Windows Laptops and Desktops, and didn't really see anything in Lansweeper for this, so I figured I would post something. 

4 REPLIES 4
Michaelzip0
Engaged Sweeper III

After all that I started looking at cleanup so I added a waite timer command just to make sure I dint delete the xml to quickly. 

TIMEOUT /T 15

And last, the Delete command

del "C:\Apps\Your_SSID_Name.xml"

Michaelzip0
Engaged Sweeper III

Another Command for adding the new profile in with the .xml

netsh wlan add profile filename="C:\Apps\Your_SSID_Name.xml"

Michaelzip0
Engaged Sweeper III

Created a deployment and then added a Command

copy "\\192.168.209.109\DefaultPackageShare$\Scripts\Your_SSID_Name.xml" "C:\Apps\Your_SSID_Name.xml"

Michaelzip0
Engaged Sweeper III

Built a new .xml based on an export, which there are examples of all over regarding this. 

 

<?xml version="1.0"?>
<name>Your_SSID_Name</name>
<SSIDConfig>
<SSID>
<name>Your_SSID_Name</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA3SAE</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
<transitionMode xmlns="http://www.microsoft.com/networking/WLAN/profile/v4">true</transitionMode>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>Your_Password_Here</keyMaterial>
</sharedKey>
</security>
</MSM>
<enableRandomization>false</enableRandomization>
<randomizationSeed>3803818030</randomizationSeed>
</MacRandomization>
</WLANProfile>

Deployment Packages

Share topics/ issues related to deployment packages. Please use/rely on content with caution as it is publicly generated.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now