@antonytm/mcp-sitecore-server 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/bundle.js +106 -12
- package/dist/register.js +7 -0
- package/dist/register.js.map +1 -1
- package/dist/tools/powershell/documentation/add-basetemplate.md +137 -0
- package/dist/tools/powershell/documentation/add-itemacl.md +254 -0
- package/dist/tools/powershell/documentation/add-itemversion.md +231 -0
- package/dist/tools/powershell/documentation/add-placeholdersetting.md +410 -0
- package/dist/tools/powershell/documentation/add-rendering.md +217 -0
- package/dist/tools/powershell/documentation/add-rolemember.md +88 -0
- package/dist/tools/powershell/documentation/clear-itemacl.md +131 -0
- package/dist/tools/powershell/documentation/close-window.md +32 -0
- package/dist/tools/powershell/documentation/commands-list.md +134 -0
- package/dist/tools/powershell/documentation/convertfrom-clixml.md +67 -0
- package/dist/tools/powershell/documentation/convertfrom-itemclone.md +118 -0
- package/dist/tools/powershell/documentation/convertto-clixml.md +66 -0
- package/dist/tools/powershell/documentation/disable-user.md +89 -0
- package/dist/tools/powershell/documentation/enable-user.md +89 -0
- package/dist/tools/powershell/documentation/expand-token.md +144 -0
- package/dist/tools/powershell/documentation/export-item.md +165 -0
- package/dist/tools/powershell/documentation/export-package.md +129 -0
- package/dist/tools/powershell/documentation/export-role.md +150 -0
- package/dist/tools/powershell/documentation/export-updatepackage.md +111 -0
- package/dist/tools/powershell/documentation/export-user.md +147 -0
- package/dist/tools/powershell/documentation/find-item.md +718 -0
- package/dist/tools/powershell/documentation/get-archive.md +73 -0
- package/dist/tools/powershell/documentation/get-archiveitem.md +138 -0
- package/dist/tools/powershell/documentation/get-cache.md +62 -0
- package/dist/tools/powershell/documentation/get-database.md +96 -0
- package/dist/tools/powershell/documentation/get-domain.md +75 -0
- package/dist/tools/powershell/documentation/get-item.md +186 -0
- package/dist/tools/powershell/documentation/get-itemacl.md +168 -0
- package/dist/tools/powershell/documentation/get-itemclone.md +100 -0
- package/dist/tools/powershell/documentation/get-itemclonenotification.md +95 -0
- package/dist/tools/powershell/documentation/get-itemfield.md +182 -0
- package/dist/tools/powershell/documentation/get-itemreference.md +152 -0
- package/dist/tools/powershell/documentation/get-itemreferrer.md +154 -0
- package/dist/tools/powershell/documentation/get-itemtemplate.md +152 -0
- package/dist/tools/powershell/documentation/get-itemworkflowevent.md +133 -0
- package/dist/tools/powershell/documentation/get-layout.md +142 -0
- package/dist/tools/powershell/documentation/get-layoutdevice.md +97 -0
- package/dist/tools/powershell/documentation/get-package.md +63 -0
- package/dist/tools/powershell/documentation/get-placeholdersetting.md +477 -0
- package/dist/tools/powershell/documentation/get-preset.md +70 -0
- package/dist/tools/powershell/documentation/get-rendering.md +248 -0
- package/dist/tools/powershell/documentation/get-renderingparameter.md +84 -0
- package/dist/tools/powershell/documentation/get-role.md +134 -0
- package/dist/tools/powershell/documentation/get-rolemember.md +131 -0
- package/dist/tools/powershell/documentation/get-scriptsession.md +128 -0
- package/dist/tools/powershell/documentation/get-searchindex.md +92 -0
- package/dist/tools/powershell/documentation/get-session.md +107 -0
- package/dist/tools/powershell/documentation/get-sitecorejob.md +102 -0
- package/dist/tools/powershell/documentation/get-spemodule.md +134 -0
- package/dist/tools/powershell/documentation/get-spemodulefeatureroot.md +113 -0
- package/dist/tools/powershell/documentation/get-taskschedule.md +136 -0
- package/dist/tools/powershell/documentation/get-updatepackagediff.md +110 -0
- package/dist/tools/powershell/documentation/get-user.md +193 -0
- package/dist/tools/powershell/documentation/get-useragent.md +38 -0
- package/dist/tools/powershell/documentation/import-function.md +83 -0
- package/dist/tools/powershell/documentation/import-item-1.md +180 -0
- package/dist/tools/powershell/documentation/import-item.md +180 -0
- package/dist/tools/powershell/documentation/import-role.md +137 -0
- package/dist/tools/powershell/documentation/import-user.md +137 -0
- package/dist/tools/powershell/documentation/initialize-item.md +87 -0
- package/dist/tools/powershell/documentation/initialize-searchindex.md +116 -0
- package/dist/tools/powershell/documentation/initialize-searchindexitem.md +85 -0
- package/dist/tools/powershell/documentation/install-package.md +95 -0
- package/dist/tools/powershell/documentation/install-updatepackage.md +90 -0
- package/dist/tools/powershell/documentation/invoke-javascript.md +22 -0
- package/dist/tools/powershell/documentation/invoke-script.md +111 -0
- package/dist/tools/powershell/documentation/invoke-shellcommand.md +144 -0
- package/dist/tools/powershell/documentation/invoke-workflow.md +142 -0
- package/dist/tools/powershell/documentation/lock-item.md +157 -0
- package/dist/tools/powershell/documentation/login-user.md +56 -0
- package/dist/tools/powershell/documentation/logout-user.md +30 -0
- package/dist/tools/powershell/documentation/merge-layout.md +102 -0
- package/dist/tools/powershell/documentation/new-domain.md +72 -0
- package/dist/tools/powershell/documentation/new-explicitfilesource.md +104 -0
- package/dist/tools/powershell/documentation/new-explicititemsource.md +146 -0
- package/dist/tools/powershell/documentation/new-filesource.md +128 -0
- package/dist/tools/powershell/documentation/new-itemacl.md +175 -0
- package/dist/tools/powershell/documentation/new-itemclone.md +139 -0
- package/dist/tools/powershell/documentation/new-itemsource.md +171 -0
- package/dist/tools/powershell/documentation/new-itemworkflowevent.md +140 -0
- package/dist/tools/powershell/documentation/new-package.md +81 -0
- package/dist/tools/powershell/documentation/new-placeholdersetting.md +255 -0
- package/dist/tools/powershell/documentation/new-rendering.md +243 -0
- package/dist/tools/powershell/documentation/new-role.md +56 -0
- package/dist/tools/powershell/documentation/new-securitysource.md +176 -0
- package/dist/tools/powershell/documentation/new-user.md +161 -0
- package/dist/tools/powershell/documentation/new-usingblock.md +95 -0
- package/dist/tools/powershell/documentation/out-download.md +123 -0
- package/dist/tools/powershell/documentation/protect-item.md +120 -0
- package/dist/tools/powershell/documentation/publish-item.md +224 -0
- package/dist/tools/powershell/documentation/read-variable.md +252 -0
- package/dist/tools/powershell/documentation/receive-file.md +244 -0
- package/dist/tools/powershell/documentation/receive-itemclonenotification.md +116 -0
- package/dist/tools/powershell/documentation/receive-scriptsession.md +108 -0
- package/dist/tools/powershell/documentation/remove-archiveitem.md +125 -0
- package/dist/tools/powershell/documentation/remove-basetemplate.md +137 -0
- package/dist/tools/powershell/documentation/remove-domain.md +70 -0
- package/dist/tools/powershell/documentation/remove-itemversion.md +209 -0
- package/dist/tools/powershell/documentation/remove-layout.md +151 -0
- package/dist/tools/powershell/documentation/remove-placeholdersetting.md +478 -0
- package/dist/tools/powershell/documentation/remove-rendering.md +253 -0
- package/dist/tools/powershell/documentation/remove-renderingparameter.md +83 -0
- package/dist/tools/powershell/documentation/remove-role.md +70 -0
- package/dist/tools/powershell/documentation/remove-rolemember.md +79 -0
- package/dist/tools/powershell/documentation/remove-scriptsession.md +72 -0
- package/dist/tools/powershell/documentation/remove-searchindexitem.md +79 -0
- package/dist/tools/powershell/documentation/remove-session.md +77 -0
- package/dist/tools/powershell/documentation/remove-user.md +97 -0
- package/dist/tools/powershell/documentation/reset-itemfield.md +149 -0
- package/dist/tools/powershell/documentation/reset-layout.md +130 -0
- package/dist/tools/powershell/documentation/restart-application.md +30 -0
- package/dist/tools/powershell/documentation/restore-archiveitem.md +126 -0
- package/dist/tools/powershell/documentation/resume-searchindex.md +84 -0
- package/dist/tools/powershell/documentation/send-file.md +160 -0
- package/dist/tools/powershell/documentation/send-sheermessage.md +66 -0
- package/dist/tools/powershell/documentation/set-hostproperty.md +90 -0
- package/dist/tools/powershell/documentation/set-itemacl.md +158 -0
- package/dist/tools/powershell/documentation/set-itemtemplate.md +156 -0
- package/dist/tools/powershell/documentation/set-layout.md +166 -0
- package/dist/tools/powershell/documentation/set-rendering.md +213 -0
- package/dist/tools/powershell/documentation/set-renderingparameter.md +97 -0
- package/dist/tools/powershell/documentation/set-user.md +221 -0
- package/dist/tools/powershell/documentation/set-userpassword.md +109 -0
- package/dist/tools/powershell/documentation/show-alert.md +53 -0
- package/dist/tools/powershell/documentation/show-application.md +150 -0
- package/dist/tools/powershell/documentation/show-confirm.md +61 -0
- package/dist/tools/powershell/documentation/show-fieldeditor.md +231 -0
- package/dist/tools/powershell/documentation/show-input.md +129 -0
- package/dist/tools/powershell/documentation/show-listview.md +276 -0
- package/dist/tools/powershell/documentation/show-modaldialog.md +137 -0
- package/dist/tools/powershell/documentation/show-result.md +158 -0
- package/dist/tools/powershell/documentation/show-yesnocancel.md +92 -0
- package/dist/tools/powershell/documentation/start-scriptsession.md +230 -0
- package/dist/tools/powershell/documentation/start-taskschedule.md +124 -0
- package/dist/tools/powershell/documentation/stop-scriptsession.md +78 -0
- package/dist/tools/powershell/documentation/stop-searchindex.md +84 -0
- package/dist/tools/powershell/documentation/suspend-searchindex.md +84 -0
- package/dist/tools/powershell/documentation/switch-rendering.md +248 -0
- package/dist/tools/powershell/documentation/test-account.md +74 -0
- package/dist/tools/powershell/documentation/test-basetemplate.md +97 -0
- package/dist/tools/powershell/documentation/test-itemacl.md +182 -0
- package/dist/tools/powershell/documentation/test-rule.md +111 -0
- package/dist/tools/powershell/documentation/unlock-item.md +124 -0
- package/dist/tools/powershell/documentation/unlock-user.md +84 -0
- package/dist/tools/powershell/documentation/unprotect-item.md +124 -0
- package/dist/tools/powershell/documentation/update-itemreferrer.md +234 -0
- package/dist/tools/powershell/documentation/update-listview.md +139 -0
- package/dist/tools/powershell/documentation/update-searchindexitem.md +79 -0
- package/dist/tools/powershell/documentation/wait-scriptsession.md +100 -0
- package/dist/tools/powershell/documentation/write-log.md +82 -0
- package/dist/tools/powershell/get-powershell-documentation.d.ts +2 -0
- package/dist/tools/powershell/get-powershell-documentation.js +47 -0
- package/dist/tools/powershell/get-powershell-documentation.js.map +1 -0
- package/dist/tools/powershell/run-powershell-script.d.ts +3 -0
- package/dist/tools/powershell/run-powershell-script.js +13 -0
- package/dist/tools/powershell/run-powershell-script.js.map +1 -0
- package/dist/tools/sitecore-cli/get-sitecore-cli-documentation.d.ts +3 -0
- package/dist/tools/sitecore-cli/get-sitecore-cli-documentation.js +24 -0
- package/dist/tools/sitecore-cli/get-sitecore-cli-documentation.js.map +1 -0
- package/dist/tools/sitecore-cli/sitecore-cli-documentation.md +70 -0
- package/package.json +8 -8
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Show-YesNoCancel
|
|
2
|
+
|
|
3
|
+
Shows Yes/No/Cancel dialog to the user and returns user choice.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Show-YesNoCancel \[-Title <String>\] \[-Width <Int32>\] \[-Height <Int32>\]
|
|
8
|
+
|
|
9
|
+
## Detailed Description
|
|
10
|
+
|
|
11
|
+
Shows Yes/No/Cancel dialog to the user and returns user choice as a string value.
|
|
12
|
+
|
|
13
|
+
Depending on the user response one of the 2 strings is returned:
|
|
14
|
+
|
|
15
|
+
* yes
|
|
16
|
+
* no
|
|
17
|
+
* cancel
|
|
18
|
+
|
|
19
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
20
|
+
|
|
21
|
+
## Parameters
|
|
22
|
+
|
|
23
|
+
### -Title <String>
|
|
24
|
+
|
|
25
|
+
Question to ask the user in the dialog
|
|
26
|
+
|
|
27
|
+
| Aliases | |
|
|
28
|
+
| :--- | :--- |
|
|
29
|
+
| Required? | false |
|
|
30
|
+
| Position? | named |
|
|
31
|
+
| Default Value | |
|
|
32
|
+
| Accept Pipeline Input? | false |
|
|
33
|
+
| Accept Wildcard Characters? | false |
|
|
34
|
+
|
|
35
|
+
### -Width <Int32>
|
|
36
|
+
|
|
37
|
+
Width of the dialog.
|
|
38
|
+
|
|
39
|
+
| Aliases | |
|
|
40
|
+
| :--- | :--- |
|
|
41
|
+
| Required? | false |
|
|
42
|
+
| Position? | named |
|
|
43
|
+
| Default Value | |
|
|
44
|
+
| Accept Pipeline Input? | false |
|
|
45
|
+
| Accept Wildcard Characters? | false |
|
|
46
|
+
|
|
47
|
+
### -Height <Int32>
|
|
48
|
+
|
|
49
|
+
Height of the dialog.
|
|
50
|
+
|
|
51
|
+
| Aliases | |
|
|
52
|
+
| :--- | :--- |
|
|
53
|
+
| Required? | false |
|
|
54
|
+
| Position? | named |
|
|
55
|
+
| Default Value | |
|
|
56
|
+
| Accept Pipeline Input? | false |
|
|
57
|
+
| Accept Wildcard Characters? | false |
|
|
58
|
+
|
|
59
|
+
## Outputs
|
|
60
|
+
|
|
61
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
62
|
+
|
|
63
|
+
* System.String
|
|
64
|
+
|
|
65
|
+
## Notes
|
|
66
|
+
|
|
67
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
68
|
+
|
|
69
|
+
## Examples
|
|
70
|
+
|
|
71
|
+
### EXAMPLE
|
|
72
|
+
|
|
73
|
+
```powershell
|
|
74
|
+
PS master:\> Show-YesNoCancel "Should we delete those 2 items?"
|
|
75
|
+
|
|
76
|
+
cancel
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Related Topics
|
|
80
|
+
|
|
81
|
+
* [Read-Variable](read-variable.md)
|
|
82
|
+
* [Show-Alert](show-alert.md)
|
|
83
|
+
* [Show-Application](show-application.md)
|
|
84
|
+
* [Show-Confirm](show-confirm.md)
|
|
85
|
+
* [Show-FieldEditor](show-fieldeditor.md)
|
|
86
|
+
* [Show-Input](show-input.md)
|
|
87
|
+
* [Show-ListView](show-listview.md)
|
|
88
|
+
* [Show-ModalDialog](show-modaldialog.md)
|
|
89
|
+
* [Show-Result](show-result.md)
|
|
90
|
+
* [Show-YesNoCancel](show-yesnocancel.md)
|
|
91
|
+
* [https://github.com/SitecorePowerShell/Console/](https://github.com/SitecorePowerShell/Console/)
|
|
92
|
+
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
# Start-ScriptSession
|
|
2
|
+
|
|
3
|
+
Starts a new Script Session and executes a script provided in it.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Start-ScriptSession -Id <String\[\]> -Item <Item> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
8
|
+
|
|
9
|
+
Start-ScriptSession -Id <String\[\]> -ScriptBlock <ScriptBlock> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
10
|
+
|
|
11
|
+
Start-ScriptSession -Id <String\[\]> -Path <String> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
12
|
+
|
|
13
|
+
Start-ScriptSession -Session <ScriptSession\[\]> -Item <Item> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
14
|
+
|
|
15
|
+
Start-ScriptSession -Session <ScriptSession\[\]> -ScriptBlock <ScriptBlock> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
16
|
+
|
|
17
|
+
Start-ScriptSession -Session <ScriptSession\[\]> -Path <String> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
18
|
+
|
|
19
|
+
Start-ScriptSession -Item <Item> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
20
|
+
|
|
21
|
+
Start-ScriptSession -Path <String> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
22
|
+
|
|
23
|
+
Start-ScriptSession -ScriptBlock <ScriptBlock> \[-JobName <String>\] \[-ArgumentList <Hashtable>\] \[-Identity <AccountIdentity>\] \[-DisableSecurity\] \[-AutoDispose\] \[-Interactive\] \[-ContextItem <Item>\]
|
|
24
|
+
|
|
25
|
+
## Detailed Description
|
|
26
|
+
|
|
27
|
+
Starts a new Script Session and executes a script provided in it. The session can be a background session or if the caller session is interactive providint the -Interactive switch can open a Windowd for the new sessio
|
|
28
|
+
|
|
29
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
30
|
+
|
|
31
|
+
## Parameters
|
|
32
|
+
|
|
33
|
+
### -Id <String\[\]>
|
|
34
|
+
|
|
35
|
+
Id of the session to be created or retrieved. If the session with the same ID exists - it will be used, unless it's busy - in which case an error will be raised. If a session with the Id provided does not exist - it will be created. The Id is a string that uniquely identifies the script session within the server. You can type one or more IDs \(separated by commas\). To find the ID of a script session, type "Get-ScriptSession" without parameters.
|
|
36
|
+
|
|
37
|
+
| Aliases | |
|
|
38
|
+
| :--- | :--- |
|
|
39
|
+
| Required? | true |
|
|
40
|
+
| Position? | named |
|
|
41
|
+
| Default Value | |
|
|
42
|
+
| Accept Pipeline Input? | false |
|
|
43
|
+
| Accept Wildcard Characters? | false |
|
|
44
|
+
|
|
45
|
+
### -Session <ScriptSession\[\]>
|
|
46
|
+
|
|
47
|
+
Specifies the script session in context of which the script should be executed. Enter a variable that contains the script session or a command that gets the script session. You can also pipe a script session object to Start-ScriptSession. If the session is busy at the moment of the call - an error will be raised instead of running the script.
|
|
48
|
+
|
|
49
|
+
| Aliases | |
|
|
50
|
+
| :--- | :--- |
|
|
51
|
+
| Required? | true |
|
|
52
|
+
| Position? | named |
|
|
53
|
+
| Default Value | |
|
|
54
|
+
| Accept Pipeline Input? | false |
|
|
55
|
+
| Accept Wildcard Characters? | false |
|
|
56
|
+
|
|
57
|
+
### -Item <Item>
|
|
58
|
+
|
|
59
|
+
Script item containing the code to be executed.
|
|
60
|
+
|
|
61
|
+
| Aliases | |
|
|
62
|
+
| :--- | :--- |
|
|
63
|
+
| Required? | true |
|
|
64
|
+
| Position? | named |
|
|
65
|
+
| Default Value | |
|
|
66
|
+
| Accept Pipeline Input? | true \(ByValue\) |
|
|
67
|
+
| Accept Wildcard Characters? | false |
|
|
68
|
+
|
|
69
|
+
### -Path <String>
|
|
70
|
+
|
|
71
|
+
Path to the script item containing the code to be executed.
|
|
72
|
+
|
|
73
|
+
| Aliases | |
|
|
74
|
+
| :--- | :--- |
|
|
75
|
+
| Required? | true |
|
|
76
|
+
| Position? | named |
|
|
77
|
+
| Default Value | |
|
|
78
|
+
| Accept Pipeline Input? | false |
|
|
79
|
+
| Accept Wildcard Characters? | false |
|
|
80
|
+
|
|
81
|
+
### -ScriptBlock <ScriptBlock>
|
|
82
|
+
|
|
83
|
+
Script to be executed.
|
|
84
|
+
|
|
85
|
+
| Aliases | |
|
|
86
|
+
| :--- | :--- |
|
|
87
|
+
| Required? | true |
|
|
88
|
+
| Position? | named |
|
|
89
|
+
| Default Value | |
|
|
90
|
+
| Accept Pipeline Input? | false |
|
|
91
|
+
| Accept Wildcard Characters? | false |
|
|
92
|
+
|
|
93
|
+
### -JobName <String>
|
|
94
|
+
|
|
95
|
+
Name of the Sitecore job that will run the script session. This can be used to monitor the session progress.
|
|
96
|
+
|
|
97
|
+
| Aliases | |
|
|
98
|
+
| :--- | :--- |
|
|
99
|
+
| Required? | false |
|
|
100
|
+
| Position? | named |
|
|
101
|
+
| Default Value | |
|
|
102
|
+
| Accept Pipeline Input? | false |
|
|
103
|
+
| Accept Wildcard Characters? | false |
|
|
104
|
+
|
|
105
|
+
### -ArgumentList <Hashtable>
|
|
106
|
+
|
|
107
|
+
Hashtable with the additional parameters required by the invoked script. The parameters will be instantiated in the session as variables.
|
|
108
|
+
|
|
109
|
+
| Aliases | |
|
|
110
|
+
| :--- | :--- |
|
|
111
|
+
| Required? | false |
|
|
112
|
+
| Position? | named |
|
|
113
|
+
| Default Value | |
|
|
114
|
+
| Accept Pipeline Input? | false |
|
|
115
|
+
| Accept Wildcard Characters? | false |
|
|
116
|
+
|
|
117
|
+
### -Identity <AccountIdentity>
|
|
118
|
+
|
|
119
|
+
User name including domain in context of which the script will be executed. If no domain is specified - 'sitecore' will be used as the default value. If user is not specified the current user will be the impersonation context.
|
|
120
|
+
|
|
121
|
+
| Aliases | |
|
|
122
|
+
| :--- | :--- |
|
|
123
|
+
| Required? | false |
|
|
124
|
+
| Position? | named |
|
|
125
|
+
| Default Value | |
|
|
126
|
+
| Accept Pipeline Input? | false |
|
|
127
|
+
| Accept Wildcard Characters? | false |
|
|
128
|
+
|
|
129
|
+
### -DisableSecurity <SwitchParameter>
|
|
130
|
+
|
|
131
|
+
Add this parameter to disable security in the Job running the script session.
|
|
132
|
+
|
|
133
|
+
| Aliases | |
|
|
134
|
+
| :--- | :--- |
|
|
135
|
+
| Required? | false |
|
|
136
|
+
| Position? | named |
|
|
137
|
+
| Default Value | |
|
|
138
|
+
| Accept Pipeline Input? | false |
|
|
139
|
+
| Accept Wildcard Characters? | false |
|
|
140
|
+
|
|
141
|
+
### -AutoDispose <SwitchParameter>
|
|
142
|
+
|
|
143
|
+
Providing this parameter will cause the session to be automatically destroyed after it has executed. Use this parameter if you're not in need of the results of the script execution.
|
|
144
|
+
|
|
145
|
+
| Aliases | |
|
|
146
|
+
| :--- | :--- |
|
|
147
|
+
| Required? | false |
|
|
148
|
+
| Position? | named |
|
|
149
|
+
| Default Value | |
|
|
150
|
+
| Accept Pipeline Input? | false |
|
|
151
|
+
| Accept Wildcard Characters? | false |
|
|
152
|
+
|
|
153
|
+
### -Interactive <SwitchParameter>
|
|
154
|
+
|
|
155
|
+
If the new session is run from an interactive session \(e.g. from desktop, menu item, console or ISE\) using this parameter will cause dialog to be shown to the user to monitor the script progress.
|
|
156
|
+
|
|
157
|
+
| Aliases | |
|
|
158
|
+
| :--- | :--- |
|
|
159
|
+
| Required? | false |
|
|
160
|
+
| Position? | named |
|
|
161
|
+
| Default Value | |
|
|
162
|
+
| Accept Pipeline Input? | false |
|
|
163
|
+
| Accept Wildcard Characters? | false |
|
|
164
|
+
|
|
165
|
+
### -ContextItem <Item>
|
|
166
|
+
|
|
167
|
+
Context item for the script session. The script will start in the location of the item.
|
|
168
|
+
|
|
169
|
+
| Aliases | |
|
|
170
|
+
| :--- | :--- |
|
|
171
|
+
| Required? | false |
|
|
172
|
+
| Position? | named |
|
|
173
|
+
| Default Value | |
|
|
174
|
+
| Accept Pipeline Input? | false |
|
|
175
|
+
| Accept Wildcard Characters? | false |
|
|
176
|
+
|
|
177
|
+
## Inputs
|
|
178
|
+
|
|
179
|
+
The input type is the type of the objects that you can pipe to the cmdlet.
|
|
180
|
+
|
|
181
|
+
* Sitecore.Data.Items.Item
|
|
182
|
+
|
|
183
|
+
## Outputs
|
|
184
|
+
|
|
185
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
186
|
+
|
|
187
|
+
* Spe.Core.Host.ScriptSession
|
|
188
|
+
|
|
189
|
+
## Notes
|
|
190
|
+
|
|
191
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
192
|
+
|
|
193
|
+
## Examples
|
|
194
|
+
|
|
195
|
+
### EXAMPLE 1
|
|
196
|
+
|
|
197
|
+
```powershell
|
|
198
|
+
The following starts the progress demo script in interactive mode (showing dialogs for each script) in 3 different ways.
|
|
199
|
+
|
|
200
|
+
In the first case script path is used, second case shows the script item beign retrieved and provided to the cmdlet.
|
|
201
|
+
The last case shows the script to be provided as a script block (script content)
|
|
202
|
+
Script finishes before the sessions that were launched from it end.
|
|
203
|
+
The sessions will be disposed when user presses the "Close" button in their dialogs as the -AutoDispose parameter was provided.
|
|
204
|
+
|
|
205
|
+
$scriptPath = "master:\system\Modules\PowerShell\Script Library\Getting Started\Script Testing\Long Running Script with Progress Demo"
|
|
206
|
+
$scriptItem = Get-Item $scriptPath
|
|
207
|
+
$script = [scriptblock]::Create($scriptItem.Script)
|
|
208
|
+
Start-ScriptSession -Path $scriptPath -Interactive -AutoDispose
|
|
209
|
+
Start-ScriptSession -Item $scriptItem -Interactive -AutoDispose
|
|
210
|
+
Start-ScriptSession -ScriptBlock $script -Interactive -AutoDispose
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### EXAMPLE 2
|
|
214
|
+
|
|
215
|
+
```powershell
|
|
216
|
+
The following starts a script that changes its path to "master:\" and sleeps for 4 seconds. The session will persist in memory as no -AutoDispose parameter has been provided.
|
|
217
|
+
|
|
218
|
+
Start-ScriptSession -ScriptBlock { cd master:\; Start-Sleep -Seconds 4 } -Id "Background Task"
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
## Related Topics
|
|
222
|
+
|
|
223
|
+
* [Get-ScriptSession](get-scriptsession.md)
|
|
224
|
+
* [Receive-ScriptSession](receive-scriptsession.md)
|
|
225
|
+
* [Remove-ScriptSession](remove-scriptsession.md)
|
|
226
|
+
* [Stop-ScriptSession](stop-scriptsession.md)
|
|
227
|
+
* [Wait-ScriptSession](wait-scriptsession.md)
|
|
228
|
+
* [https://blog.najmanowicz.com/2014/10/26/sitecore-powershell-extensions-persistent-sessions/](https://blog.najmanowicz.com/2014/10/26/sitecore-powershell-extensions-persistent-sessions/)
|
|
229
|
+
* [https://git.io/spe](https://git.io/spe)
|
|
230
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Start-TaskSchedule
|
|
2
|
+
|
|
3
|
+
Executes a task schedule.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Start-TaskSchedule -Schedule <ScheduleItem>
|
|
8
|
+
|
|
9
|
+
Start-TaskSchedule \[-Item\] <Item>
|
|
10
|
+
|
|
11
|
+
Start-TaskSchedule \[-Path\] <String>
|
|
12
|
+
|
|
13
|
+
Start-TaskSchedule -Id <String> \[-Database <String>\]
|
|
14
|
+
|
|
15
|
+
## Detailed Description
|
|
16
|
+
|
|
17
|
+
Executes a task schedule either passed from Get-Schedule, based on Item or Schedule path.
|
|
18
|
+
|
|
19
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
20
|
+
|
|
21
|
+
## Parameters
|
|
22
|
+
|
|
23
|
+
### -Schedule <ScheduleItem>
|
|
24
|
+
|
|
25
|
+
ScheduleItem most conveniently obtained from Get-Schedule command.
|
|
26
|
+
|
|
27
|
+
| Aliases | |
|
|
28
|
+
| :--- | :--- |
|
|
29
|
+
| Required? | true |
|
|
30
|
+
| Position? | named |
|
|
31
|
+
| Default Value | |
|
|
32
|
+
| Accept Pipeline Input? | true \(ByValue, ByPropertyName\) |
|
|
33
|
+
| Accept Wildcard Characters? | false |
|
|
34
|
+
|
|
35
|
+
### -Item <Item>
|
|
36
|
+
|
|
37
|
+
Schedule item - if Item is of wrong template - an appropriate error will be written to teh host.
|
|
38
|
+
|
|
39
|
+
| Aliases | |
|
|
40
|
+
| :--- | :--- |
|
|
41
|
+
| Required? | true |
|
|
42
|
+
| Position? | 1 |
|
|
43
|
+
| Default Value | |
|
|
44
|
+
| Accept Pipeline Input? | true \(ByValue, ByPropertyName\) |
|
|
45
|
+
| Accept Wildcard Characters? | false |
|
|
46
|
+
|
|
47
|
+
### -Path <String>
|
|
48
|
+
|
|
49
|
+
Path to the schedule item - if item is of wrong template - an appropriate error will be written to teh host.
|
|
50
|
+
|
|
51
|
+
| Aliases | |
|
|
52
|
+
| :--- | :--- |
|
|
53
|
+
| Required? | true |
|
|
54
|
+
| Position? | 1 |
|
|
55
|
+
| Default Value | |
|
|
56
|
+
| Accept Pipeline Input? | false |
|
|
57
|
+
| Accept Wildcard Characters? | false |
|
|
58
|
+
|
|
59
|
+
### -Id <String>
|
|
60
|
+
|
|
61
|
+
| Aliases | |
|
|
62
|
+
| :--- | :--- |
|
|
63
|
+
| Required? | true |
|
|
64
|
+
| Position? | named |
|
|
65
|
+
| Default Value | |
|
|
66
|
+
| Accept Pipeline Input? | false |
|
|
67
|
+
| Accept Wildcard Characters? | false |
|
|
68
|
+
|
|
69
|
+
### -Database <String>
|
|
70
|
+
|
|
71
|
+
| Aliases | |
|
|
72
|
+
| :--- | :--- |
|
|
73
|
+
| Required? | false |
|
|
74
|
+
| Position? | named |
|
|
75
|
+
| Default Value | |
|
|
76
|
+
| Accept Pipeline Input? | false |
|
|
77
|
+
| Accept Wildcard Characters? | false |
|
|
78
|
+
|
|
79
|
+
## Inputs
|
|
80
|
+
|
|
81
|
+
The input type is the type of the objects that you can pipe to the cmdlet.
|
|
82
|
+
|
|
83
|
+
* Sitecore.Tasks.ScheduleItem
|
|
84
|
+
|
|
85
|
+
Sitecore.Data.Items.Item
|
|
86
|
+
|
|
87
|
+
## Outputs
|
|
88
|
+
|
|
89
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
90
|
+
|
|
91
|
+
* Sitecore.Tasks.ScheduleItem
|
|
92
|
+
|
|
93
|
+
## Notes
|
|
94
|
+
|
|
95
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
96
|
+
|
|
97
|
+
## Examples
|
|
98
|
+
|
|
99
|
+
### EXAMPLE 1
|
|
100
|
+
|
|
101
|
+
```powershell
|
|
102
|
+
PS master:\> Start-TaskSchedule -Path "master:/system/Tasks/Schedules/Email Campaign/Clean Message History"
|
|
103
|
+
|
|
104
|
+
Name Database Active Auto Remove Is Due Expired Completed Last Run Next Run
|
|
105
|
+
---- -------- ------ ----------- ------ ------- --------- -------- --------
|
|
106
|
+
Clean Message History master True False False False False 2014-07-29 16:22:49 2014-07-30 04:52:49
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### EXAMPLE 2
|
|
110
|
+
|
|
111
|
+
```powershell
|
|
112
|
+
PS master:\> Get-TaskSchedule -Name "Check Bounced Messages" -Database "master" | Start-TaskSchedule
|
|
113
|
+
|
|
114
|
+
Name Database Active Auto Remove Is Due Expired Completed Last Run Next Run
|
|
115
|
+
---- -------- ------ ----------- ------ ------- --------- -------- --------
|
|
116
|
+
Check Bounced Messages master True False False False False 2014-07-29 16:21:33 2014-07-30 04:51:33
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
## Related Topics
|
|
120
|
+
|
|
121
|
+
* [Get-TaskSchedule](get-taskschedule.md)
|
|
122
|
+
* [https://github.com/SitecorePowerShell/Console/](https://github.com/SitecorePowerShell/Console/)
|
|
123
|
+
* [https://www.youtube.com/watch?v=N3xgZcU9FqQ&list=PLph7ZchYd\_nCypVZSNkudGwPFRqf1na0b&index=9](https://www.youtube.com/watch?v=N3xgZcU9FqQ&list=PLph7ZchYd_nCypVZSNkudGwPFRqf1na0b&index=9)
|
|
124
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Stop-ScriptSession
|
|
2
|
+
|
|
3
|
+
Stops executing script session.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Stop-ScriptSession -Id <String\[\]>
|
|
8
|
+
|
|
9
|
+
Stop-ScriptSession -Session <ScriptSession\[\]>
|
|
10
|
+
|
|
11
|
+
## Detailed Description
|
|
12
|
+
|
|
13
|
+
Aborts the pipeline of a session that is executing. This will stop the session immediately in its next PowerShell command. Caution! If your script is running a long operation in the .net code rather than in PowerShell - the session will abort after the code has finished and the control was returned to the script.
|
|
14
|
+
|
|
15
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
16
|
+
|
|
17
|
+
## Parameters
|
|
18
|
+
|
|
19
|
+
### -Id <String\[\]>
|
|
20
|
+
|
|
21
|
+
Stops the script session with the specified IDs. The ID is a string that uniquely identifies the script session within the server. You can type one or more IDs \(separated by commas\). To find the ID of a script session, type "Get-ScriptSession" without parameters.
|
|
22
|
+
|
|
23
|
+
| Aliases | |
|
|
24
|
+
| :--- | :--- |
|
|
25
|
+
| Required? | true |
|
|
26
|
+
| Position? | named |
|
|
27
|
+
| Default Value | |
|
|
28
|
+
| Accept Pipeline Input? | true \(ByValue\) |
|
|
29
|
+
| Accept Wildcard Characters? | false |
|
|
30
|
+
|
|
31
|
+
### -Session <ScriptSession\[\]>
|
|
32
|
+
|
|
33
|
+
Specifies the script session to be stopped. Enter a variable that contains the script session or a command that gets the script session. You can also pipe a script session object to Receive-ScriptSession.
|
|
34
|
+
|
|
35
|
+
| Aliases | |
|
|
36
|
+
| :--- | :--- |
|
|
37
|
+
| Required? | true |
|
|
38
|
+
| Position? | named |
|
|
39
|
+
| Default Value | |
|
|
40
|
+
| Accept Pipeline Input? | true \(ByValue\) |
|
|
41
|
+
| Accept Wildcard Characters? | false |
|
|
42
|
+
|
|
43
|
+
## Inputs
|
|
44
|
+
|
|
45
|
+
The input type is the type of the objects that you can pipe to the cmdlet.
|
|
46
|
+
|
|
47
|
+
* System.String or Spe.Core.Host.ScriptSession
|
|
48
|
+
|
|
49
|
+
## Outputs
|
|
50
|
+
|
|
51
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
52
|
+
|
|
53
|
+
* Spe.Core.Host.ScriptSession
|
|
54
|
+
|
|
55
|
+
## Notes
|
|
56
|
+
|
|
57
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
58
|
+
|
|
59
|
+
## Examples
|
|
60
|
+
|
|
61
|
+
### EXAMPLE
|
|
62
|
+
|
|
63
|
+
```powershell
|
|
64
|
+
The following stops the script session with the specified Id.
|
|
65
|
+
|
|
66
|
+
PS master:\> Stop-ScriptSession -Id "My Background Script Session"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Related Topics
|
|
70
|
+
|
|
71
|
+
* [Get-ScriptSession](get-scriptsession.md)
|
|
72
|
+
* [Receive-ScriptSession](receive-scriptsession.md)
|
|
73
|
+
* [Remove-ScriptSession](remove-scriptsession.md)
|
|
74
|
+
* [Start-ScriptSession](start-scriptsession.md)
|
|
75
|
+
* [Wait-ScriptSession](wait-scriptsession.md)
|
|
76
|
+
* [https://blog.najmanowicz.com/2014/10/26/sitecore-powershell-extensions-persistent-sessions/](https://blog.najmanowicz.com/2014/10/26/sitecore-powershell-extensions-persistent-sessions/)
|
|
77
|
+
* [https://git.io/spe](https://git.io/spe)
|
|
78
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Stop-SearchIndex
|
|
2
|
+
|
|
3
|
+
Stops the Sitecore index.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Stop-SearchIndex -Index <ISearchIndex>
|
|
8
|
+
|
|
9
|
+
Stop-SearchIndex \[-Name <String>\]
|
|
10
|
+
|
|
11
|
+
Stop-SearchIndex \[-Name <String>\]
|
|
12
|
+
|
|
13
|
+
## Detailed Description
|
|
14
|
+
|
|
15
|
+
The Stop-SearchIndex command stops the Sitecore index.
|
|
16
|
+
|
|
17
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
18
|
+
|
|
19
|
+
## Parameters
|
|
20
|
+
|
|
21
|
+
### -Index <ISearchIndex>
|
|
22
|
+
|
|
23
|
+
| Aliases | |
|
|
24
|
+
| :--- | :--- |
|
|
25
|
+
| Required? | true |
|
|
26
|
+
| Position? | named |
|
|
27
|
+
| Default Value | |
|
|
28
|
+
| Accept Pipeline Input? | true \(ByValue\) |
|
|
29
|
+
| Accept Wildcard Characters? | false |
|
|
30
|
+
|
|
31
|
+
### -Name <String>
|
|
32
|
+
|
|
33
|
+
The name of the index to stop.
|
|
34
|
+
|
|
35
|
+
| Aliases | |
|
|
36
|
+
| :--- | :--- |
|
|
37
|
+
| Required? | false |
|
|
38
|
+
| Position? | named |
|
|
39
|
+
| Default Value | |
|
|
40
|
+
| Accept Pipeline Input? | false |
|
|
41
|
+
| Accept Wildcard Characters? | false |
|
|
42
|
+
|
|
43
|
+
## Inputs
|
|
44
|
+
|
|
45
|
+
The input type is the type of the objects that you can pipe to the cmdlet.
|
|
46
|
+
|
|
47
|
+
* Sitecore.ContentSearch.ISearchIndex or System.String
|
|
48
|
+
|
|
49
|
+
## Outputs
|
|
50
|
+
|
|
51
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
52
|
+
|
|
53
|
+
* None
|
|
54
|
+
|
|
55
|
+
## Notes
|
|
56
|
+
|
|
57
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
58
|
+
|
|
59
|
+
## Examples
|
|
60
|
+
|
|
61
|
+
### EXAMPLE 1
|
|
62
|
+
|
|
63
|
+
```powershell
|
|
64
|
+
The following stops the indexing process from running.
|
|
65
|
+
|
|
66
|
+
PS master:\> Stop-SearchIndex -Name sitecore_master_index
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### EXAMPLE 2
|
|
70
|
+
|
|
71
|
+
```powershell
|
|
72
|
+
The following stops the indexing process from running.
|
|
73
|
+
|
|
74
|
+
PS master:\> Get-SearchIndex -Name sitecore_master_index | Stop-SearchIndex
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Related Topics
|
|
78
|
+
|
|
79
|
+
* [Initialize-SearchIndex](initialize-searchindex.md)
|
|
80
|
+
* [Suspend-SearchIndex](suspend-searchindex.md)
|
|
81
|
+
* [Resume-SearchIndex](resume-searchindex.md)
|
|
82
|
+
* [Get-SearchIndex](get-searchindex.md)
|
|
83
|
+
* [https://github.com/SitecorePowerShell/Console/](https://github.com/SitecorePowerShell/Console/)
|
|
84
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Suspend-SearchIndex
|
|
2
|
+
|
|
3
|
+
Suspends \(pauses\) the Sitecore index.
|
|
4
|
+
|
|
5
|
+
## Syntax
|
|
6
|
+
|
|
7
|
+
Suspend-SearchIndex -Index <ISearchIndex>
|
|
8
|
+
|
|
9
|
+
Suspend-SearchIndex \[-Name <String>\]
|
|
10
|
+
|
|
11
|
+
Suspend-SearchIndex \[-Name <String>\]
|
|
12
|
+
|
|
13
|
+
## Detailed Description
|
|
14
|
+
|
|
15
|
+
The Suspend-SearchIndex command suspends \(pauses\) the Sitecore index.
|
|
16
|
+
|
|
17
|
+
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
|
|
18
|
+
|
|
19
|
+
## Parameters
|
|
20
|
+
|
|
21
|
+
### -Index <ISearchIndex>
|
|
22
|
+
|
|
23
|
+
| Aliases | |
|
|
24
|
+
| :--- | :--- |
|
|
25
|
+
| Required? | true |
|
|
26
|
+
| Position? | named |
|
|
27
|
+
| Default Value | |
|
|
28
|
+
| Accept Pipeline Input? | true \(ByValue\) |
|
|
29
|
+
| Accept Wildcard Characters? | false |
|
|
30
|
+
|
|
31
|
+
### -Name <String>
|
|
32
|
+
|
|
33
|
+
The name of the index to suspend \(pause\).
|
|
34
|
+
|
|
35
|
+
| Aliases | |
|
|
36
|
+
| :--- | :--- |
|
|
37
|
+
| Required? | false |
|
|
38
|
+
| Position? | named |
|
|
39
|
+
| Default Value | |
|
|
40
|
+
| Accept Pipeline Input? | false |
|
|
41
|
+
| Accept Wildcard Characters? | false |
|
|
42
|
+
|
|
43
|
+
## Inputs
|
|
44
|
+
|
|
45
|
+
The input type is the type of the objects that you can pipe to the cmdlet.
|
|
46
|
+
|
|
47
|
+
* Sitecore.ContentSearch.ISearchIndex or System.String
|
|
48
|
+
|
|
49
|
+
## Outputs
|
|
50
|
+
|
|
51
|
+
The output type is the type of the objects that the cmdlet emits.
|
|
52
|
+
|
|
53
|
+
* None
|
|
54
|
+
|
|
55
|
+
## Notes
|
|
56
|
+
|
|
57
|
+
Help Author: Adam Najmanowicz, Michael West
|
|
58
|
+
|
|
59
|
+
## Examples
|
|
60
|
+
|
|
61
|
+
### EXAMPLE 1
|
|
62
|
+
|
|
63
|
+
```powershell
|
|
64
|
+
The following suspends (pauses) the indexing process from running.
|
|
65
|
+
|
|
66
|
+
PS master:\> Suspend-SearchIndex -Name sitecore_master_index
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### EXAMPLE 2
|
|
70
|
+
|
|
71
|
+
```powershell
|
|
72
|
+
The following suspends (pauses) the indexing process from running.
|
|
73
|
+
|
|
74
|
+
PS master:\> Get-SearchIndex -Name sitecore_master_index | Suspend-SearchIndex
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Related Topics
|
|
78
|
+
|
|
79
|
+
* [Initialize-SearchIndex](initialize-searchindex.md)
|
|
80
|
+
* [Stop-SearchIndex](stop-searchindex.md)
|
|
81
|
+
* [Resume-SearchIndex](resume-searchindex.md)
|
|
82
|
+
* [Get-SearchIndex](get-searchindex.md)
|
|
83
|
+
* [https://github.com/SitecorePowerShell/Console/](https://github.com/SitecorePowerShell/Console/)
|
|
84
|
+
|