Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rockafly

    Wscript.network and Get-cred

    Ok so I'm trying to map a network drive with a user name and password. The issue I'm having is that the Get-creditial.password is not accepted as a parameter in Wscirpt.network.mapnetwork drive. This is the code I'm using $cred = get-credential $domain = "t2.local" $user = $cred.UserName...

Part and Inventory Search

Back
Top