Get-ChildItem -Path "C:\WiFiBackup" -Filter *.xml | ForEach-Object { netsh wlan add profile filename=$_.FullName user=all }