Any way to ask powershell get information from one of the web page?
Let's say I got below information:
$a= "UserID"
$URL= https://ebr.abc.com/admin/insync/#op=users-details/uid=$a/tabid=0
I need $c = email ID from the webpage
Any way to ask powershell get information from one of the web page?
Let's say I got below information:
$a= "UserID"
$URL= https://ebr.abc.com/admin/insync/#op=users-details/uid=$a/tabid=0
I need $c = email ID from the webpage