PS D:deployScript> $user=(Get-SPUser -IDENTITY "i:0e.t|xmssts|zhangshan" -Web http://
tset.com )
PS D:deployScript> $user.UserLogin
SELECT tp_Login, * FROM dbo.UserInfo WHERE tp_Login LIKE '%zhangshan%'
PS D:deployScript> $user=(Get-SPUser -IDENTITY "i:0e.t|xmssts|zhangshan" -Web http://
tset.com )
PS D:deployScript> $user.UserLogin
SELECT tp_Login, * FROM dbo.UserInfo WHERE tp_Login LIKE '%zhangshan%'