Good Morning
I have a problem with groups on my system, when I am going to "Local Users and Groups" i am getting an error (Without clicking anywhere):
The following error occurred while attempting to read group properties: The specified local group does not exist
After OK Clik
I see groups
In CMD
C:\Users\Administrator>net localgroup "MOVEit Users-Editor"
System error 1376 has occurred.
The specified local group does not exist.
C:\Users\Administrator>net localgroup "MOVEit Users-Editor" /add
System error 1379 has occurred.
The specified local group already exists.
C:\Users\Administrator>net localgroup "MOVEit Users-Editor" /delete
System error 1376 has occurred.
The specified local group does not exist.
In Powershell:
PS C:\Users\Administrator> get-LocalGroup | ft Name, SID
Name SID
---- ---
MOVEit Admin S-1-5-21-3499335769-3795752122-1725511333-1001
MOVEit Log S-1-5-21-3499335769-3795752122-1725511333-1000
get-LocalGroup : Group was not found.
At line:1 char:1
+ get-LocalGroup | ft Name, SID
+ ~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-LocalGroup], GroupNotFoundException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.GroupNotFoundException,Microsoft.PowerShell.Commands.GetLo
calGroupCommand