A
Size: a a a
A
VB
VB
A
VB
A
VB
AS
AS
AS
$request='https://google.com'
$scriptblock = {
convertfrom-json ( Invoke-WebRequest -Uri $request).Content
}
$response = &'C:\Program Files\PowerShell\7\pwsh.exe' -Command { $scriptblock -request $request }
AS
AF
A
$command = "Invoke-RestMethod -Uri $request"
$response = & 'C:\Program Files\PowerShell\7\pwsh.exe' -Command $command
AF
AS
AS
AF
AS
AF
AS