Hello AskPerf blog, Travis Gradert here from Microsoft Customer Services and Support. I handle quite a number of Powershell cases for our support team, and have noticed that we get a lot of cases where customers are asking for help with things that we do not support. I wanted to write here to help explain what we do and do not handle in our support team when it comes to Powershell. The easy part of this is that we do not support custom or 3rd party scripts. There is no support for the creation of a script. CSS representatives may put in a best effort to you as the customer, however engineers may not have the expertise required.
Instead of engaging a Customer Services and Support team, if you are a premier customer and have a Technical Account Manager, they should be contacted to engage Microsoft Consulting Services for the creation or debugging of a custom or 3rd party script.
[note scripts found in the Powershell Gallery are not supported scripts. Issues with scripts need to be addressed with the author, found on the page where the script was downloaded.]
So what is and is not supported? If a specific cmdlet, or the Powershell engine itself seems to be having an unexpected failiure, Customer Support and Services will be able to assist and work towards resolution of the failure. Below are some examples of supported requests.
Examples of Unsupported requests
I’d like to provide some links that I think are helpful when looking for assistance with Powershell Scripts:
Using ISE to debug scripts
Remote Runspace Debugging
https://devblogs.microsoft.com/powershell/powershell-runspace-debugging-part-1/
Transcription and Logging:
https://blogs.technet.microsoft.com/ashleymcglone/2017/03/29/practical-powershell-security-enable-au...
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.host/start-transcript?view=p...
Measuring Command Performance:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.