0% found this document useful (0 votes)
10 views2 pages

PowerShell Tips and Techniques Guide

The document contains a list of questions about various PowerShell topics including how to change PowerShell console properties, text file special characters, PowerShell performance, signing scripts, automating Outlook profile creation, PowerShell ISE extensions, filtering syntax, the "My" certificate store, piping to the clipboard, getting the currently running script name, PowerShell debugging, WMI Explorer, and finding Active Directory trusts. Links and code snippets are provided as answers to some of the questions.

Uploaded by

Ian Philpot
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

PowerShell Tips and Techniques Guide

The document contains a list of questions about various PowerShell topics including how to change PowerShell console properties, text file special characters, PowerShell performance, signing scripts, automating Outlook profile creation, PowerShell ISE extensions, filtering syntax, the "My" certificate store, piping to the clipboard, getting the currently running script name, PowerShell debugging, WMI Explorer, and finding Active Directory trusts. Links and code snippets are provided as answers to some of the questions.

Uploaded by

Ian Philpot
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Questions

How to change the PowerShell Console Properties? [Link] What are the text file special characters? What are the text file special characters? Guidance on PowerShell Performance? PowerShell Performance Series Part 1 (Warming Up) PowerShell Performance Series Part 2 (Get-PerformanceHistory.ps1) PowerShell Performance Series Part 3 (.NET method call not always faster as PowerShell shortcut) PowerShell Performance Series Part 4 (Version 1.0 wins this round ?) How to sign scripts? Hey, Scripting Guy! How Can I Sign Windows PowerShell Scripts with an Enterprise Windows PKI? (Part 1 of 2) Hey, Scripting Guy! How Can I Sign Windows PowerShell Scripts with an Enterprise Windows PKI? (Part 2 of 2) How to Automate Outlook Profile Creations? [Link] Does XP POS support PowerShell? Yes, System requirements - [Link] PowerShell ISE Extensions? [Link] PowerShell filter syntax? [Link] What does the My cert store equate to?

How to pipe to the clipboard? The Community extension has cmdlets that should allow this: [Link] Get the name of the currently running script? $[Link] More information on PowerShell Debugging [Link]

WMI Explorer [Link] How to find Active Directory Trusts? $domain = Get-ADDomain $trusts = $[Link]()

You might also like