Script to loop through all edges in an enterprise, and dump all VLANs, IPs, and masks to a CSV file. #MIT #VeloCloud #VeloCloudOrchestratorAPI #Python #VeloCloudOrchestrator
2 attachments
Two widgets/apps that display information about your Workspace ONE UEM tenant on your Tidbyt device. The widgets/apps are written in a dialect of Python called Starlark. These two widgets/apps are heavily commented so they can be taken and expanded upon very easily. The two widgets/apps are...
TIDBYT-WS1Devices-main.zip
2 Comments - no search term matches found in comments.
The SDDC Import/Export for VMware Cloud on AWS tool enables you to save and restore your VMware Cloud on AWS (VMC) Software-Defined Data Center (SDDC) networking and security configuration. There are many situations when customers want to migrate from an existing SDDC to a different one. While...
sddc-import-export-for-vmware-cloud-on-aws-development.zip
1 Comment - no search term matches found in comments.
A simple but elegant workflow that seamlessly appended annotations to VMs upon provisioning.\r\nThe notes can be customized by your needs.\r\nAlso provides a workflows to be used as day-2 action.\r\nMore details here: http:\/\/www.justait.net\/2023\/08\/orchestrated-annotations.html\r\n ...
annotation.package
The primary purpose of this project is to create a set of reuseable cmdlets to interact with the WS1 API via PowerShell. There are many great scripts put online, but one thing in common is they all spend a lot of unnecessary effort re-creating basic functions. The publicly available APIs from...
WS1-API-AdminToolbox-master.zip
This function checks for available updates on the VCSA. Get-VcsaAvailableUpdates -vcenter vcsa-lab00.domain.local -ssouser administrator@vsphere.local vcsa-lab00.domain.local version is 7.0.3.00800 build 20150588 Available updates are below: name version -- ----- VC-7.0U3i 7.0.3...
snippet.ps1
EXAMPLE OUTPUT: |Filesystem | UsedPct|UsedGB|TotalGB|HardDisk|Partition| |-- | --|--|--|---|--| |/boot | 8.33| 0.04| 0.48| | | |/storage/archive | 0.27| 0.26| 97.92| 13| archive | |/storage/autodeploy | 0.16| ...
Set NTP Source Servers for VMware VCSA via API - VCSA 6.7u3 and 7.0u3 .SYNOPSIS Set NTP Source Servers for VMware VCSA .DESCRIPTION Example is using NIST NTP source IPs. These are not for production use. .EXAMPLE Set-VcsaNtpSource -vcenter 'vcenter.fqdn.com' Set-VcsaNtpSource -vcenter ...
Renew-vcsaSignedCert The Renew-vcsaSignedCert will renew the existing VCSA-signed MACHINE CERT certificate. Parameters: $vcenter (vCenter FQDN or IP address) $vc user (SSO Administrator) $vc pass (SSO Administrator password) $duration (Duration in days to renew the certificate; 730...
Set-AdapterMaintOn The Set-AdapterMaintOn function places the vCenter resource into Maintenance Mode in vROps. .SYNOPSIS The Set-AdapterMaintOn function places the vCenter resource into Maintenance Mode in vROps .DESCRIPTION Set the vCenter resource into Maintenance Mode in vROps to...