SharpView icon indicating copy to clipboard operation
SharpView copied to clipboard

Resetting password Error

Open aleemladha opened this issue 4 years ago • 0 comments

PS C:\Users\user1\Desktop> .\SharpView.exe Set-DomainUserPassword -Identity user1-AccountPassword (ConvertTo-SecureString 'Password1' -AsPlainText -Force) Parsing Error AccountPassword: TypeConverter cannot convert from System.String. [Get-PrincipalContext] Error creating binding for object ('labu') context : System.IO.FileNotFoundException: Could not load file or assembly 'PCRE.NET.Wrapper, Version=0.7.0.0, Culture=neutral, PublicKeyToken=8f58d558eeff25a3' or one of its dependencies. The system cannot find the file specified. File name: 'PCRE.NET.Wrapper, Version=0.7.0.0, Culture=neutral, PublicKeyToken=8f58d558eeff25a3' at PCRE.Support.Caches.CreateRegex(RegexKey key) at PCRE.Support.PriorityCache`2.GetOrAdd(TKey key) at PCRE.PcreRegex..ctor(String pattern, PcreRegexSettings settings) at SharpView.Utils.RegexMatch.IsMatch(String pattern, String text) at SharpView.PowerView.Get_PrincipalContext(Args_Get_PrincipalContext args)

WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

aleemladha avatar Feb 17 '21 18:02 aleemladha