You are here

скрипты

Undefined

Automated password change of the account in the Windows Task Scheduler

Автоматизированная смена пароля учётной записи в планировщике заданий Windows

When the need arises to change the password of the service account, on behalf of which tasks are operated in the Windows Task Scheduler, especially if there are many tasks, you might want to simplify this process. In this short note, I will show you how to do it quickly and easily.

11 9

Searching where a user is logged on [PowerShell]

Ищем, где залогинен пользователь [powershell]

Today I want to show you a simple PowerShell script, that can be used to find on which domain machines a user is logged on currently.

Basicaly the script is working like the ]]>pslogedon]]> utility, but does not require the remote registry to be enabled on target machines.

3 0

Effortless Task Distribution Across Servers Using PowerShell

Effortless Task Distribution Across Servers Using PowerShell

The task of distributing a set of scheduled tasks across numerous servers arose. It brought back memories of a time when this could be accomplished through group policies. Although this option is still available, it no longer allows specifying a particular account, especially one with a password, under which the task should be executed. There's a workaround by manually tweaking the group policy files in sysvol, but it’s a risky and crude approach.

If you are faced with the challenge of copying, let's say, 20 tasks to 10 machines, the monotonous routine of exporting, importing, and password entering can be draining. As this tedious process nears completion, the likelihood of missing out on something increases. And what if the tasks need amendments later on?

0 0

Optimize Web Development Workflow with Sublime and LiveReload on Ubuntu

Optimize Web Development Workflow with Sublime and LiveReload on Ubuntu

Today, I want to guide you through setting up a stellar solution for web developers on Ubuntu. This solution encompasses the Sublime text editor, an extension named Emmet to expedite HTML tag input, browser extensions, and programs like LiveReload that automatically refresh the page whenever you save a CSS or HTML file.

0 0
Subscribe to RSS - скрипты