Search the Community
Showing results for tags 'scripts'.
-
Hey Guys, I have just set up a filter rule to email me the status of software deployments by running a powershell script. I am currently passing the name into the powershell script by using this command script.ps1 %msgsys then within the first line of powershell i use param([string]$strCom...
- 5 replies
-
- powershell
- filter rules
-
(and 1 more)
Tagged with:
-
Hi guys. I have been working on deploying bitlocker on running windows 7 machines using a task sequence. I have only found guides showing how to do this via scripts, or how to do this when deploying a computer. Not how to push this on active running windows 7 machines. Im hoping that this thr...
-
When I try to create a new task in the windows task scheduler, it fails with the error: An error has occurred for task <task name>. Error message: A task or folder with this name already exists. The strange thing is, I've got this happening on a lot of my servers now... I have no idea what I...
-
- task scheduler
- tasks
-
(and 2 more)
Tagged with:
-
I am trying to find a way to run a script in SCCM 2007 against a collection to confirm that the AV service is running, checking the hardware inventory to every machine (5 estates, 2000 machines per estate) is time consuming and I need to find a more productive way to do this. any help or advi...