We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9abba9e + 520912f commit 0d6b6faCopy full SHA for 0d6b6fa
spmt/spmt-ps/spmt/Register-SPMTMigration.md
@@ -152,6 +152,23 @@ Accept pipeline input: False
152
Accept wildcard characters: False
153
```
154
155
+### -IgnoreUpdate
156
+The default setting is OFF.
157
+
158
+Skip the checking and installation of new updates, even when a new version of PowerShell SPMT is available.
159
160
+```yaml
161
+Type: SwitchParameter
162
+Parameter Sets: (All)
163
+Aliases:
164
165
+Required: False
166
+Position: Named
167
+Default value: False
168
+Accept pipeline input: False
169
+Accept wildcard characters: False
170
+```
171
172
### -EnableMultiRound
173
The default setting is Off.
174
This means the migration will only do one check round to make sure no new changes or additions were made since the previous run.
0 commit comments