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
Adds an entry to disable the Print Spooler service in the template file passed in via the output from the New-CitrixTemplate cmdlet and the Group Name passed in via the output $Group.GroupName.
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - AppID'-TaskPath '\Microsoft\Windows\AppID\'-TaskDescription 'This is the AppID Scheduled Task'
27
-
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - OfficeUpdate'-TaskPath '\Microsoft\Windows\Office\Update\'-TaskDescription 'This is the Office Update Scheduled Task'
28
-
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - Microsoft Edge Update'-TaskPath '\Microsoft\Edge\Update\'-TaskDescription 'This is the Microsoft Edge Update Scheduled Task'
26
+
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - AppID'-TaskPath '\Microsoft\Windows\AppID\'-TaskDescription 'This is the AppID Scheduled Task'-State "Disabled"
27
+
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - OfficeUpdate'-TaskPath '\Microsoft\Windows\Office\Update\'-TaskDescription 'This is the Office Update Scheduled Task'-State "Disabled"
28
+
New-CitrixTemplateTask-Path $Template.Path-GroupName 'System Optimizations'-TaskName 'SchTask - Microsoft Edge Update'-TaskPath '\Microsoft\Edge\Update\'-TaskDescription 'This is the Microsoft Edge Update Scheduled Task'-State "Disabled"
Adds an entry to disable the Print Spooler service in the template file passed in via the output from the ```New-CitrixTemplate``` cmdlet and the Group Name passed in via the output $Group.GroupName.
@@ -97,6 +98,18 @@ Specifies the Service Description to add to the template
97
98
98
99
Specifies the Group to add the Service definition to
0 commit comments