you need to create a shared folder on a computer running windows 10. it must have following parameters: located in c:\corpdata; domain users of practicelabs domain must have full access to it. which windows powershell command you need to run?

Respuesta :

There are no quotation marks around the security group Domain Users or the domain name practicelabs, which prevents Windows from mapping account names to security IDs.

What is meant by Domain users?

Any user whose username and password are saved on a domain controller rather than the machine they are logging into is referred to as a domain user. The computer queries the domain controller to determine your privileges when you log in as a domain user.

Users who are added to the domain users group on a domain controller are known as domain users. At the server, these domain users can be centrally managed. While local users are those who have been added to the local system. You can choose users in BPC from one of these options alone or in combination.

The complete question is : You created a folder named "codeplans" on a domain member server. You want to share this folder and entered the following Windows PowerShell command:

New-SmbShare -Name "codeplans" -Path "c:\corpdata" -Fullaccess practicelabs\domain users

You get the following error message which you saved as a screenshot. What is cause of this error message?

To learn more about Domain user refer to :

https://brainly.com/question/14481481

#SPJ1