fix: typo
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
|
|
||||||
# Set network connections provile to Private mode.
|
# Set network connections profile to Private mode.
|
||||||
Write-Output 'Setting the network connection profiles to Private...'
|
Write-Output 'Setting the network connection profiles to Private...'
|
||||||
$connectionProfile = Get-NetConnectionProfile
|
$connectionProfile = Get-NetConnectionProfile
|
||||||
While ($connectionProfile.Name -eq 'Identifying...') {
|
While ($connectionProfile.Name -eq 'Identifying...') {
|
||||||
|
|||||||
Reference in New Issue
Block a user