We are always here for you.
Hi @Sergey
Regarding procedure request,
Need script for clean folders:
- Remove all files from folders with name “temp” and “Temporary internet files” at all users profiles (Documents&Settings\User…).
- Clean up Windows Temp folder
- Cleanup installed browsers caches (coockies, history of viewing and download history must remain).
Please refer ITarian Forum - ITarian Forum
Hi @siyam
1.Yes i am reffering to the Windows firewall
ı succeeded with tis code but still asking whether he/she wants to re-enable it or not.
Please refer procedure ITarian Forum - ITarian Forum
Thanks,
KANNAN
Hi @12297243
I need a script to uninstall sophos and disable the tamper protection (with password), is this possible?
Please refer procedure ITarian Forum - ITarian Forum to uninstall sophos.
To disable tamper protection please refer https://community.sophos.com/kb/en-us/119175
Thanks ,
KANNAN
Hi @Ferdinand
Regarding
Hi Team,
Could you create a python script to send email to service desk when ping response time to asp30.ecwcloud.com is greater than 50ms within a 1-2mins window?
Kind Regards.
Please refer procedure,
Please let me know if you have any issues.
We have 800 licenses of Symantec Endpoint Protection Small Business Edition. This installs both “Symantec.cloud - Cloud Agent” and “Symantec.cloud - Endpoint Protection”. We would to completely uninstall all traces of Symantec.
Hi @kmont1
Please refer below procedure to uninstall Symantec software.
https://forum.mspconsortium.com/forum/script-library/7608-get-uninstalled-symantec-software
let us know if you face any issues.
Thanks,
Kannan
Script for renaming a computer. Also add option to provide domain credentials if the computer is on a domain.
Hi @comtech
Your request is in progress. I will let you know the procedure when completed.
Hi @comtech
Script for renaming a computer. Also add option to provide domain credentials if the computer is on a domain.
Please refer procedure ITarian Forum - ITarian Forum
You need to edit new computer name in the script variable NewCompName
Note: No credentials needed.
I am looking to do 2 things.
First is a script to verify if .net 3.5 is installed and if not run the install via a shell command.
The second would be to turn off messages about Windows Update in the Action Center after installing the patch manager software.
Script Request: Bookmark icons for website added to the users desktop.
I have many clients that have required website bookmarks within the browser and specific website bookmarks saved to the desktop. Looking for a script to add a list of required bookmarks to the browser and to all users desktops.
Important:
The script should verify if the bookmark exist and only create if it doesn’t exist. It would be much more beneficial if the script would run through a list and not have to create a procedure for each bookmark.
This would save a lot of time when setting up workstations. Our technicians generally create these, but in the case they forget or the end user deletes one - the system will make sure they are available upon the next time the procedure is ran.
Thanks in advance!
Rob
Hi @pcrd
Regarding script request ,
First is a script to verify if .net 3.5 is installed and if not run the install via a shell command.
Please refer link ITarian Forum - ITarian Forum
Thanks,
Kannan
Could we get a script that renames a computer to a specified name, joins that computer to a specified domain using specified username/password, and reboots the computer?
Hi @SecuraDM
Please refer below procedure to rename computer .
https://forum.mspconsortium.com/forum/script-library/8099-rename-the-computer-name
Procedure to add computer to specified domain is in progress. We will update you soon.
Hi @SecuraDM
Please refer below procedure join the computer to a specified domain using username/password, and reboots the computer.
https://forum.mspconsortium.com/forum/script-library/8631-add-device-to-specific-domain-server
We cannot simultaneously perform computer rename operation and adding the device to domain server. It is due to renaming computer itself requires restart operation.
Please let us know your feedback.
Thanks,
Kannan
Just as an idea, do you think we should have 2 scripts,
- to rename the computer first (then it would restart the computer)
- to add device to domain
If this would suit better, please let us know to provide you these exact scripts.
Ilker
I would like a script that does the following:
- Runs a windows powershell command as administrator and writes the output to a file on a network. The output needs to append to the file, not overwrite (>> not >)
As an example, I would like a script that could do the following:
- echo “<computer name> script X began run at <timestamp>” >> \<servername><sharename>\log.txt
- "WMIC Product get /format:csv > \<servername><sharename><computername>.csv
3)echo “<computer name> script X Completed at <timestamp>” >> \<servername><sharename>\log.txt
Ideally I would like to be able to append multiple computers to the same file so that the results of file would be:
<computername1>, <script results>
<computername2>, <script results>
<computername3>, <script results>
That may require more logic and the script may have to check for a write lock of the output file before running.
Thanks,
Josh