About Me

My photo
HANUMANGARH, RAJASTHAN, India
Showing posts with label Agile/Scrum Q&A. Show all posts
Showing posts with label Agile/Scrum Q&A. Show all posts

Tuesday, 12 December 2023

Agile/Scrum

 Which of the following is the value of Agile?

Select one:

a. All of the above

b. Individuals and Interactions Over Process and Tools

c. Working Software Over Comprehensive documentation

d. Responding to change Over following a Plan

e. Customer Collaboration Over Contract Negotiation

 

Extract Disk Info from Remote host

 # Define the remote hostname or IP address $remoteHost = Get-Content "C:\temp\RemoteServer.txt" # Define the output CSV file path...