mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-02-14 07:48:37 +01:00
Optimize the tests
This commit is contained in:
parent
9e6f386819
commit
19c6612a47
2 changed files with 4 additions and 12 deletions
|
@ -869,12 +869,8 @@ licensing.mp.microsoft.com/v7.0/licenses/content
|
|||
login.live.com/ppsecure/deviceaddcredential.srf
|
||||
purchase.mp.microsoft.com/v7.0/users/me/orders
|
||||
) do if not defined resfail (
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { if ($_.Exception.Response -eq $null) { exit 3 } }"
|
||||
if !errorlevel!==3 (
|
||||
echo:
|
||||
set resfail=1
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { Write-Host """"[%%#] $($_.Exception.Message)"""" -ForegroundColor Red -BackgroundColor Black }"
|
||||
)
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { if ($_.Exception.Response -eq $null) { Write-Host """"[%%#] $($_.Exception.Message)"""" -ForegroundColor Red -BackgroundColor Black; exit 3 } }"
|
||||
if !errorlevel!==3 set resfail=1
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
@ -632,12 +632,8 @@ licensing.mp.microsoft.com/v7.0/licenses/content
|
|||
login.live.com/ppsecure/deviceaddcredential.srf
|
||||
purchase.mp.microsoft.com/v7.0/users/me/orders
|
||||
) do if not defined resfail (
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { if ($_.Exception.Response -eq $null) { exit 3 } }"
|
||||
if !errorlevel!==3 (
|
||||
echo:
|
||||
set resfail=1
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { Write-Host """"[%%#] $($_.Exception.Message)"""" -ForegroundColor Red -BackgroundColor Black }"
|
||||
)
|
||||
%psc% "try { !tls! irm https://%%# -Method POST } catch { if ($_.Exception.Response -eq $null) { Write-Host """"[%%#] $($_.Exception.Message)"""" -ForegroundColor Red -BackgroundColor Black; exit 3 } }"
|
||||
if !errorlevel!==3 set resfail=1
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue