New-LocalUser
1 TopicNew_LocalUser not working
I'm trying to use powershell 7 to create a new local user on my computer and I always get an error message. PowerShell 7.2.6 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. PS C:\Windows\System32> new-localuser -name 'bob' cmdlet New-LocalUser at command pipeline position 1 Supply values for the following parameters: Password: New-LocalUser: Could not load type 'Microsoft.PowerShell.Telemetry.Internal.TelemetryAPI' from assembly 'System.Management.Automation, Version=7.2.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. PS C:\Windows\System32>Solved8.3KViews0likes8Comments