Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Windows single sign-on / NTLM question

by haukex (Archbishop)
on Jan 23, 2019 at 19:48 UTC ( [id://1228886]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IPC::Run3 'run3';
    run3 ['powershell', '-Command', 'Invoke-WebRequest', '-Uri', $uri,
        '-OutFile', $filename, '-UseDefaultCredentials'];
    $? and die "run3 failed with \$?=$?";
    
  2. or download this
    use File::Temp qw/tempfile/;
    use IPC::Run3 'run3';
    ...
        unlink $tfn;
        return $data;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1228886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found