Entradas

Mostrando entradas de febrero, 2018

How to Run PowerShell Scripts from Task Scheduler

Imagen
Thanks to: https://community.spiceworks.com PowerShell is quickly taking over as the defacto scripting language in Windows environments--in fact, Microsoft has decreed to all of it's software units that they must create PowerShell cmdlet's with full functionality to the software in all future releases. That means we have to learn how to run scripts from the Task Scheduler. Follow the steps below to do this: ** Please note: I am assuming you already know how to schedule a task and don't need detailed instructions for that. 8 Steps total Step 1: Open Task Scheduler Expand Open Task Scheduler and Create a new task. Name it and set your security options. Step 2: Set Triggers Expand Click on the Triggers tab and set your schedule or event that will trigger the running of your Powershell script. Step 3: Create your Action Expand Click on the Actions tab and click on New. Action: Start a program Program/script: Powershell.e

Script for Schedule Veeam Backup Free Edition

Imagen
Our Veeam Backup Free Edition has been the most popular free Veeam tool, mostly thanks to its VeeamZIP functionality: ability to perform interactive full backups of unlimited amount of VMs. However, VeeamZIP has always had one small yet irritating limitation – the inability to schedule performing regular backups. Indeed, due to the fact that VeeamZIP can only be triggered interactively, there is simply no means in UI to schedule it like regular backup jobs. If you have been down this path, you will be happy to know that as of Update 2, this is no longer the case! In areas like the Veeam forums, our engagement on Twitter and other areas; we have recognized the concern and decided to address it by making Start-VBRZip PowerShell cmdlet available in Free Edition. 4-April 2016 Note: Update your PowerShell to version 3.0 at least prior to using this script, as we’ve discovered number of odd issues while working with PowerShell 2.0. How it works As noted earlier, the main functionality

Configuring IPSec and ISAKMP [Cisco ASA 5500-X Series Firewalls

Imagen
Cisco Security Appliance Command Line Configuration Guide, Version 7.2 - Configuring IPSec and ISAKMP [Cisco ASA 5500-X Series Firewalls] Configuring IPsec and ISAKMP This chapter describes how to configure the IPsec and ISAKMP standards to build Virtual Private Networks. It includes the following sections: • Tunneling Overview • IPsec Overview • Configuring ISAKMP • Configuring Certificate Group Matching • Configuring IPsec • Clearing Security Associations • Clearing Crypto Map Configurations • Supporting the Nokia VPN Client Tunneling Overview Tunneling makes it possible to use a public TCP/IP network, such as the Internet, to create secure connections between remote users and a private corporate network. Each secure connection is called a tunnel. The security appliance uses the ISAKMP and IPsec tunneling standards to build and manage tunnels. ISAKMP and IPsec accomplish the following: • Negotiate tunnel parameters • Establish tunnels • Authentica