You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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].
The text was updated successfully, but these errors were encountered: