This post is a result of the query asked on the Facebook page of Bangalore PowerShell User Group . When someone asks a question regarding a Script, it becomes very difficult to follow through it especially if it is related to some very different domain like SQL, SharePoint (especially for me). I personally feel one could attempt to even try answering the question if he knows what happens behind the scenes like the Verbose Output associated with the cmdlets one is executing and the type of Objects that are being emitted etc. Someone could ask the beginners to pipe the Objects into the Get-Member cmdlet to see the intricacies of the Object, or the Process one follows. Here we can leverage transcripts. Already transcripts are used by PowerShell Gurus in the presentations or trainings , so that later you can see them and find out what went in which order. In short Transcripts capture whatever appears in the PowerShell Console host. Note! Windows PowerShell ISE doesn't support t
Infra + Dev's ramblings