Friday, February 1, 2013

Read SecureString from user in Powershell

$aa=Read-Host "enter:" -AsSecureString


Example from powershell:-

PS C:\Users\username> $aa=Read-Host "enter:" -AsSecureString
enter:: ***

No comments:

Post a Comment

SharePoint document metadata not updating

I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...