How to Schedule a PowerCLI Script with Task Scheduler or cron
Introduction crontab -l Diagram: PowerCLI Scheduling Workflow Step 4: Use Credential Storage Securely Click OK, enter…
Introduction crontab -l Diagram: PowerCLI Scheduling Workflow Step 4: Use Credential Storage Securely Click OK, enter…
Introduction app_vms:- name: web01memory: 4096vcpus: 2disk: 20subnet: vlan10category: “env:prod”ansible-playbook deploy_app_stack.yml –ask-vault-pass -i inventory.yml Optional Enhancements Add…
CD and DVD writers are a thing of the past. You are not likely to find…
Introduction vm_power_map:web01: powerondb01: powerofftest01: restart Playbook: vm_power_control.yml External Documentation: Diagram: VM Power Workflow Use Case Gracefully…
Introduction Get-ChildItem “D:VMBackups” -Filter *.ova | Where-Object {$_.LastWriteTime -lt (Get-Date).AddDays(-10)} | Remove-Item Diagram: DR Workflow with…