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.
Python Client for VMware Cloud on AWS Fling is a Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.\r\n\r\nNote this is not to interact with your VMware Cloud on AWS vCenter but to run tasks such as...
python-client-for-vmware-cloud-on-aws-development.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
Set NTP Source Servers for VMware ESXi via PowerCLI - ESXi 6.7u3 and 7.0u3 .SYNOPSIS Set NTP Source Servers for VMware ESXi .DESCRIPTION Example is using Google NTP source IP. This is not for production use. .EXAMPLE Set-EsxiNtpSource -vcenter 'vcenter.fqdn.com' Set-EsxiNtpSource -vcenter...
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...
.SYNOPSIS This function updates the VCSA to the specified version. .DESCRIPTION vCenter Appliance Update Function .EXAMPLE Update-VCSA -vcenter vcsa-lab00.domain.local -ssouser administrator@vsphere.local -vcupdateversion \"7.0.3.00800\" .EXAMPLE Update-VCSA -vcenter vcsa-lab00.domain...
A python script has been included for you to easily make calls to the events service api and stream events directly into your terminal. The script is named `event stream service call.py`. Users first need to generate a CSP Refresh Token: https://console.cloud.vmware.com/csp/gateway/portal/#...
event_stream_service_call.py