You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Invoke-Command` runs `Get-IseSnippet` on the computers in the `Servers.txt` file. A pipeline
@@ -57,8 +60,8 @@ that is specified by the **Destination** parameter.
57
60
58
61
### Example 3: Display the title and text of each snippet on a local computer
59
62
60
-
This example uses the `Get-IseSnippet` and `Select-Xml` cmdlets to display the title and text of each
61
-
snippet on the local computer.
63
+
This example uses the `Get-IseSnippet` and `Select-Xml` cmdlets to display the title and text of
64
+
each snippet on the local computer.
62
65
63
66
```powershell
64
67
#Parse-Snippet Function
@@ -93,7 +96,8 @@ Text: (c) Fabrikam, Inc. 2012
93
96
94
97
### Example 4: Display the title and description of all snippets in the session
95
98
96
-
This example displays the title and description of all snippets in the session, including built-in snippets, user-defined snippets, and imported snippets.
99
+
This example displays the title and description of all snippets in the session, including built-in
100
+
snippets, user-defined snippets, and imported snippets.
This command uses the `Copy-Item` cmdlet to copy the **Mandatory** snippet from the folder where
@@ -228,7 +237,8 @@ is created, but an error message appears when Windows PowerShell tries to add th
228
237
snippet to the session. To use the new snippet (and other unsigned user-created snippets), change
229
238
the execution policy, and then restart Windows PowerShell ISE.
230
239
231
-
For more information about Windows PowerShell execution policies, see [about_Execution_Policies](../Microsoft.PowerShell.Core/About/about_Execution_Policies.md).
240
+
For more information about Windows PowerShell execution policies, see
0 commit comments