Companies Home Search Profile

Learn PowerShell Scripting in a Month of Lunches, Second Edition, Video Edition

Focused View

8:16:27

0 View
  • 001. Part 1.mp4
    01:41
  • 002. Chapter 1. Before you begin.mp4
    05:50
  • 003. Chapter 1. Is this book for you.mp4
    01:51
  • 004. Chapter 1. What you need for this book.mp4
    02:52
  • 005. Chapter 1. How to use this book.mp4
    02:05
  • 006. Chapter 1. Expectations.mp4
    00:31
  • 007. Chapter 1. How to ask for help.mp4
    00:45
  • 008. Chapter 1. Summary.mp4
    00:22
  • 009. Chapter 2. Setting up your scripting environment.mp4
    01:23
  • 010. Chapter 2. PowerShell.mp4
    01:03
  • 011. Chapter 2. Administrative privileges and execution policy.mp4
    01:23
  • 012. Chapter 2. Script editors.mp4
    03:28
  • 013. Chapter 2. Our lab environment.mp4
    01:14
  • 014. Chapter 2. Example code.mp4
    01:06
  • 015. Chapter 2. Your turn.mp4
    00:49
  • 016. Chapter 2. Summary.mp4
    01:33
  • 017. Chapter 3. WWPD What would PowerShell do.mp4
    05:01
  • 018. Chapter 3. Naming your tools.mp4
    02:24
  • 019. Chapter 3. Naming parameters.mp4
    02:32
  • 020. Chapter 3. Producing output.mp4
    02:50
  • 021. Chapter 3. Don t assume.mp4
    02:34
  • 022. Chapter 3. Avoid innovation.mp4
    01:15
  • 023. Chapter 3. Summary.mp4
    00:54
  • 024. Chapter 4. Review Parameter binding and the PowerShell pipeline.mp4
    02:14
  • 025. Chapter 4. It s all in the parameters.mp4
    01:58
  • 026. Chapter 4. Pipeline ByValue.mp4
    09:11
  • 027. Chapter 4. ByPropertyName.mp4
    07:42
  • 028. Chapter 4. Summary.mp4
    00:35
  • 029. Chapter 5. Scripting language A crash course.mp4
    04:52
  • 030. Chapter 5. The If construct.mp4
    05:45
  • 031. Chapter 5. The ForEach construct.mp4
    05:04
  • 032. Chapter 5. The Switch construct.mp4
    01:30
  • 033. Chapter 5. The DoWhile construct.mp4
    01:13
  • 034. Chapter 5. The For construct.mp4
    02:38
  • 035. Chapter 5. Break.mp4
    02:39
  • 036. Chapter 5. Summary.mp4
    00:26
  • 037. Chapter 6. The many forms of scripting (and which to choose).mp4
    03:21
  • 038. Chapter 6. Thinking about tools.mp4
    05:01
  • 039. Chapter 6. Thinking about controllers.mp4
    03:28
  • 040. Chapter 6. Comparing tools and controllers.mp4
    00:52
  • 041. Chapter 6. Some concrete examples.mp4
    08:51
  • 042. Chapter 6. Control more.mp4
    01:19
  • 043. Chapter 6. Lab.mp4
    01:53
  • 044. Chapter 6. Summary.mp4
    00:59
  • 045. Chapter 7. Scripts and security.mp4
    04:25
  • 046. Chapter 7. Execution policy.mp4
    07:56
  • 047. Chapter 7. PowerShell isn t the default application.mp4
    01:04
  • 048. Chapter 7. Running scripts.mp4
    02:48
  • 049. Chapter 7. Recommendations.mp4
    03:36
  • 050. Chapter 7. Summary.mp4
    00:42
  • 051. Part 2.mp4
    01:26
  • 052. Chapter 8. Always design first.mp4
    03:49
  • 053. Chapter 8. Tools are testable.mp4
    02:38
  • 054. Chapter 8. Tools are flexible.mp4
    02:02
  • 055. Chapter 8. Tools look native.mp4
    03:14
  • 056. Chapter 8. For example.mp4
    09:39
  • 057. Chapter 8. Your turn.mp4
    05:06
  • 058. Chapter 8. Summary.mp4
    00:51
  • 059. Chapter 9. Avoiding bugs Start with a command.mp4
    05:24
  • 060. Chapter 9. Breaking it down, and running it right.mp4
    04:11
  • 061. Chapter 9. Running commands and digging deeper.mp4
    03:21
  • 062. Chapter 9. Process matters.mp4
    00:59
  • 063. Chapter 9. Know what you need.mp4
    01:31
  • 064. Chapter 9. Your turn.mp4
    03:35
  • 065. Chapter 9. Summary.mp4
    01:31
  • 066. Chapter 10. Building a basic function and script module.mp4
    08:23
  • 067. Chapter 10. Creating a script module.mp4
    02:40
  • 068. Chapter 10. Prereq check.mp4
    01:20
  • 069. Chapter 10. Running the command.mp4
    03:08
  • 070. Chapter 10. Your turn.mp4
    05:46
  • 071. Chapter 10. Summary.mp4
    01:09
  • 072. Chapter 11. Getting started with advanced functions.mp4
    15:32
  • 073. Chapter 11. Your turn.mp4
    01:57
  • 074. Chapter 11. Summary.mp4
    01:02
  • 075. Chapter 12. Objects The best kind of output.mp4
    03:51
  • 076. Chapter 12. Constructing and emitting output.mp4
    01:47
  • 077. Chapter 12. A quick test.mp4
    01:06
  • 078. Chapter 12. An object alternative.mp4
    01:33
  • 079. Chapter 12. Enriching objects.mp4
    03:05
  • 080. Chapter 12. Your turn.mp4
    02:45
  • 081. Chapter 12. Summary.mp4
    01:14
  • 082. Chapter 13. Using all the streams.mp4
    02:42
  • 083. Chapter 13. Adding verbose and warning output.mp4
    01:19
  • 084. Chapter 13. Doing more with -Verbose.mp4
    02:47
  • 085. Chapter 13. Information output.mp4
    06:23
  • 086. Chapter 13. Your turn.mp4
    01:04
  • 087. Chapter 13. Summary.mp4
    01:08
  • 088. Chapter 14. Simple help Making a comment.mp4
    01:50
  • 089. Chapter 14. Getting started.mp4
    02:02
  • 090. Chapter 14. Going further with comment-based help.mp4
    01:13
  • 091. Chapter 14. Broken help.mp4
    00:21
  • 092. Chapter 14. Beyond comments.mp4
    02:47
  • 093. Chapter 14. Your turn.mp4
    01:36
  • 094. Chapter 14. Summary.mp4
    01:49
  • 095. Chapter 15. Errors and how to deal with them.mp4
    03:58
  • 096. Chapter 15. Bad handling.mp4
    01:32
  • 097. Chapter 15. Two reasons for exception handling.mp4
    01:11
  • 098. Chapter 15. Handling exceptions in your tool.mp4
    03:28
  • 099. Chapter 15. Capturing the exception.mp4
    00:33
  • 100. Chapter 15. Handling exceptions for non-commands.mp4
    00:52
  • 101. Chapter 15. Going further with exception handling.mp4
    01:38
  • 102. Chapter 15. Your turn.mp4
    02:09
  • 103. Chapter 15. Summary.mp4
    01:28
  • 104. Chapter 16. Filling out a manifest.mp4
    02:42
  • 105. Chapter 16. Creating a new manifest.mp4
    01:13
  • 106. Chapter 16. Examining the manifest.mp4
    07:52
  • 107. Chapter 16. Your turn.mp4
    01:20
  • 108. Chapter 16. Summary.mp4
    00:59
  • 109. Part 3.mp4
    01:55
  • 110. Chapter 17. Changing your brain when it comes to scripting.mp4
    06:29
  • 111. Chapter 17. Example 2.mp4
    05:27
  • 112. Chapter 17. Your turn.mp4
    02:23
  • 113. Chapter 17. Summary.mp4
    00:37
  • 114. Chapter 18. Professional-grade scripting.mp4
    02:17
  • 115. Chapter 18. Code clarity.mp4
    02:18
  • 116. Chapter 18. Effective comments.mp4
    01:44
  • 117. Chapter 18. Formatting your code.mp4
    01:59
  • 118. Chapter 18. Meaningful variable names.mp4
    01:33
  • 119. Chapter 18. Avoiding aliases.mp4
    00:40
  • 120. Chapter 18. Logic over complexity.mp4
    01:19
  • 121. Chapter 18. Providing help.mp4
    00:25
  • 122. Chapter 18. Avoiding Write-Host and Read-Host.mp4
    01:54
  • 123. Chapter 18. Sticking with single quotes.mp4
    00:34
  • 124. Chapter 18. Not polluting the global scope.mp4
    00:32
  • 125. Chapter 18. Being flexible.mp4
    00:53
  • 126. Chapter 18. Prioritizing security.mp4
    00:39
  • 127. Chapter 18. Striving for elegance.mp4
    01:46
  • 128. Chapter 18. Summary.mp4
    00:25
  • 129. Chapter 19. An introduction to source control with Git.mp4
    01:54
  • 130. Chapter 19. What is Git.mp4
    03:38
  • 131. Chapter 19. Repository basics.mp4
    06:25
  • 132. Chapter 19. Using Git with VS Code.mp4
    03:26
  • 133. Chapter 19. Integrating with GitHub.mp4
    05:26
  • 134. Chapter 19. Summary.mp4
    00:43
  • 135. Chapter 20. Pestering your script.mp4
    01:36
  • 136. Chapter 20. Problems with manual testing.mp4
    01:10
  • 137. Chapter 20. Benefits of automated testing.mp4
    01:12
  • 138. Chapter 20. Introducing Pester.mp4
    01:04
  • 139. Chapter 20. Coding to be tested.mp4
    01:05
  • 140. Chapter 20. What do you test.mp4
    03:01
  • 141. Chapter 20. Writing a basic Pester test.mp4
    09:39
  • 142. Chapter 20. Summary.mp4
    00:42
  • 143. Chapter 21. Signing your script.mp4
    01:59
  • 144. Chapter 21. A word about certificates.mp4
    03:14
  • 145. Chapter 21. Configure your script signing policy.mp4
    01:18
  • 146. Chapter 21. Code-signing basics.mp4
    08:26
  • 147. Chapter 21. Summary.mp4
    00:43
  • 148. Chapter 22. Publishing your script.mp4
    01:16
  • 149. Chapter 22. Exploring the PowerShell Gallery.mp4
    00:59
  • 150. Chapter 22. Other publishing options.mp4
    00:36
  • 151. Chapter 22. Before you publish.mp4
    04:40
  • 152. Chapter 22. Ready, set, publish.mp4
    02:58
  • 153. Chapter 22. Publishing scripts.mp4
    04:29
  • 154. Chapter 22. Summary.mp4
    00:29
  • 155. Part 4.mp4
    02:13
  • 156. Chapter 23. Squashing bugs.mp4
    03:02
  • 157. Chapter 23. Dealing with syntax bugs.mp4
    02:47
  • 158. Chapter 23. Dealing with results bugs.mp4
    00:29
  • 159. Chapter 23. Dealing with logic bugs.mp4
    10:04
  • 160. Chapter 23. Your turn.mp4
    01:58
  • 161. Chapter 23. Summary.mp4
    00:57
  • 162. Chapter 24. Enhancing script output presentation.mp4
    01:58
  • 163. Chapter 24. Creating a default view.mp4
    12:32
  • 164. Chapter 24. Your turn.mp4
    01:47
  • 165. Chapter 24. Summary.mp4
    01:27
  • 166. Chapter 25. Wrapping up the .NET Framework.mp4
    07:10
  • 167. Chapter 25. Exploring a class.mp4
    04:53
  • 168. Chapter 25. Making a wrapper.mp4
    02:50
  • 169. Chapter 25. A more practical example.mp4
    01:23
  • 170. Chapter 25. Your turn.mp4
    02:12
  • 171. Chapter 25. Summary.mp4
    01:48
  • 172. Chapter 26. Storing data not in Excel!.mp4
    03:56
  • 173. Chapter 26. Setting up everything.mp4
    02:52
  • 174. Chapter 26. Using your database Creating a table.mp4
    05:34
  • 175. Chapter 26. Saving data to SQL Server.mp4
    03:07
  • 176. Chapter 26. Querying data from SQL Server.mp4
    02:14
  • 177. Chapter 26. Summary.mp4
    00:52
  • 178. Chapter 27. Never the end.mp4
    01:51
  • 179. Chapter 27. Taking your next step.mp4
    04:29
  • 180. Chapter 27. What s in your future.mp4
    01:43
  • 181. Chapter 27. Summary.mp4
    01:23
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 181
    • duration 8:16:27
    • Release Date 2024/11/03