Spit out FY H-1B Cap Count from USCIS – PowerShell

########################################################################### # # NAME: USCIS_H-1B # # AUTHOR: Siva Mulpuru # # COMMENT: This script will spit out FY H-1B Cap Count by parsing through # HTML Body # # VERSION HISTORY: # 1.0 4/27/2011 – Initial release # ########################################################################### cls $ie= new-object -com InternetExplorer.Application $ie.Navigate(‘http://www.uscis.gov/h-1b_count’) sleep 1 #Time Allowed to fetch the webpage if(!(Test-Path …

WordPress Appliance - Powered by TurnKey Linux