Test multiple URLs with PowerShell Script

If you are a web application administrator or you are building infrastructure, you may need to work with many URLs and test them at the same time.

This script allows you to create URLs with .txt documents or web address parameters you write and test them with Internet Explorer or Chrome. It also allows you to get test results as .log.

Please do not hesitate to contact me if you need a similar script or if you have any problems.
Do not forget to follow 🙂

2018-06-27_11-51-29

#Script starts here

#Get country and language codes with fr/fr format
#$counlang = Get-Content ‘C:\script\counlang.txt’
# Test Country and Language
$counlang = “noo/no”,”no/no”,”fi/en”,”fi/tr”

Continue reading “Test multiple URLs with PowerShell Script”

How to fix SCCM 2012 Software Update fails #2

Errors:

testmachine5.00.7804.1202MRTKY\TESTMACHINE11423-2147467259Unknown Error (-2147467259)05.06.2013 12:44:23HTTPS://SCCM1.POLSKIECELL.COM:853126Failed

Pasted from <http://sccm1/Reports/Pages/Report.aspx?ItemPath=%2fConfigMgr_TCP%2fSoftware+Updates+-+D+Scan%2fScan+3+-+Clients+of+a+collection+reporting+a+specific+state+(secondary)>

testmachine

5.00.7804.1202

MRTKY\TESTMACHINE

11423

-2147467259

Unknown Error (-2147467259)

04.06.2013 09:47:42

HTTPS://SCCM1.POLSKIECELL.COM:8531

25

Failed

 Pasted from <http://sccm1/Reports/Pages/Report.aspx?ItemPath=%2fConfigMgr_TCP%2fSoftware+Updates+-+D+Scan%2fScan+3+-+Clients+of+a+collection+reporting+a+specific+state+(secondary)>

Symptoms:

\\testmachine\admin$\System32\GroupPolicy\Machine

Open Registry.pol file with Pol Reader and the following error appears

Untitled picture
Continue reading “How to fix SCCM 2012 Software Update fails #2”