Question

In: Computer Science

Using the multi-level list feature of your work processor, suggest a useful organization of 6-10 subdirectories...

  1. Using the multi-level list feature of your work processor, suggest a useful organization of 6-10 subdirectories for your Documents folder. The hierarchy should be at least 2 levels deep. Write and test a PowerShell Script that uses the PowerShell command New-Item (as opposed to using the mkdir command) to create this hierarchy in the current directory, whatever it happens to be. (Hint: for the -Path switch specify a relative, not absolute path)

Solutions

Expert Solution

SOULTION:

New-Item -Path "." -Name "Documents" -ItemType "directory" -Force
cd Documents
New-Item -Path "." -Name "Personal" -ItemType "directory" -Force
New-Item -Path "." -Name "Business" -ItemType "directory" -Force
New-Item -Path ".\Personal" -Name "Family" -ItemType "directory" -Force
New-Item -Path ".\Personal" -Name "Education" -ItemType "directory" -Force
New-Item -Path ".\Personal" -Name "Finance" -ItemType "directory" -Force
New-Item -Path ".\Personal" -Name "Health" -ItemType "directory" -Force
New-Item -Path ".\Business" -Name "Client" -ItemType "directory" -Force
New-Item -Path ".\Business" -Name "Product" -ItemType "directory" -Force
New-Item -Path ".\Business" -Name "Finance" -ItemType "directory" -Force
Sample output:

THANK U


Related Solutions

Choose a company or organization you would like to work for. Explain your rational and list...
Choose a company or organization you would like to work for. Explain your rational and list the reasons why you would want to work for them.
You work for a large multi-national organization and the Canadian subsidiary is being spun off into...
You work for a large multi-national organization and the Canadian subsidiary is being spun off into a separate organization. You will need to start doing some of the accounting functions that were previously handled by the head office in London, England. You have been asked by the Controller to prepare a memo with the different monthly accruals required for the bi-weekly payroll and how each will be accrued. 
You work for a large multi-national organization and the Canadian subsidiary is being spun off into...
You work for a large multi-national organization and the Canadian subsidiary is being spun off into a separate organization. You will need to start doing some of the accounting functions that were previously handled by the head office in London, England. You have been asked by the Controller to prepare a memo with the different monthly accruals required for the bi-weekly payroll and how each will be accrued.
You work for a large multi-national organization and the Canadian subsidiary is being spun off into...
You work for a large multi-national organization and the Canadian subsidiary is being spun off into a separate organization. You will need to start doing some of the accounting functions that were previously handled by the head office in London, England. You have been asked by the Controller to prepare a memo with the different monthly accruals required for the bi-weekly payroll and how each will be accrued.
The organization is PETA. 6-10 needs to be answered for the Organization group PETA. 6. Total...
The organization is PETA. 6-10 needs to be answered for the Organization group PETA. 6. Total organizational budget, if available, and major categories of expenditures a. Also, if the organization is a nonprofit, ask about how they sustain their operations (where do they get their operating money) 7. Information about how the organization conducts strategic planning (how often, how far in advance) 8. Organizational goals 9. Information about how the organization measures performance 10. Information about how the organization ensure...
After graduation, you go work for a large multi-national organization as an accountant. You have a...
After graduation, you go work for a large multi-national organization as an accountant. You have a loving family, large debts and love to travel. You are approached multiple times by your manager and s/he told you to fudge some numbers on the financial statements to ensure the organization appears profitable.  Explain whether you would move forward with what you have been told to do and explain why or why not.   You love your job and have worked for the organization for...
Using BP. 1. List 2- 3 strategies that your organization has successfully executed in your opinion....
Using BP. 1. List 2- 3 strategies that your organization has successfully executed in your opinion. 2. Describe some of the leadership behaviors that you observed during the time in which these strategies were executed.
Create a list of the top 10 software engineering requirements for the organization. This list should...
Create a list of the top 10 software engineering requirements for the organization. This list should address requirements that are common to most of the software development projects rather than specific project requirements. Include descriptions for each of the requirements that provide sufficient information to align the requirements with architectural strategies that were defined in the previous week. Add the subtitle: Architecture Strategy Evaluation Discuss the pros and cons of the architectural strategy.
Suggest an organization of 7 subdirectories for your "Documents" folder. The hierarchy should be at least...
Suggest an organization of 7 subdirectories for your "Documents" folder. The hierarchy should be at least 2 levels deep. Write and test a PowerShell Script that uses the PowerShell command New-Item (as opposed to using the mkdir command) to create this hierarchy in the current directory, whatever it happens to be. (Hint: for the -Path switch specify a relative, not absolute path)
The teaching of Jesus suggest that the healing work is special. what is your view that...
The teaching of Jesus suggest that the healing work is special. what is your view that nursing is not only compassionate but redemptive.(500 words)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT