Gets the list of Batch supported Virtual Machine VM sizes available at the given location. Get a current list of VM Sizes with prices via PowerShell I've been getting pretty frustrated with this - I just want to put a price tag next to each VM Size when I run Get-AzureRMVMSize, and I've been trying to work through registering a client app and then querying the REST API. Create Azure Storage Account using PowerShell. It is faster to run the throttling queries in Log Analytics compared to doing it locally. Create a VM - simplified Create a VM configuration Get information about VMs Manage VMs Next steps Windows Server VM SKUs in EastUS 2. You can't manage multiple VM like this. The original post that this bug was opened against was a point-in-time blog post, not documentation, so it is unlikely a blog post will be retroactively updated. Doing this for performance reasons. I need to see: Computer name Resource group Machine specs such as CPU, RAM, Disks mounted Private IP address Location All machines in Azure are 2012 R2. Match Disks to each corresponding VM, add in the VM IOPS, Disk Bytes Limit. Contribute to Azure/azure-powershell development by creating an account on GitHub. After that, you confirmed the virtual machine was the size that you specified. hotel and restaurant management jobs list. PowerShell $skuName="<SKU>" Get-AzVMImage -Location $locName -PublisherName $pubName -Offer $offerName -Sku $skuName | Select Version You can also use latest if you want to use the latest image and not a specific older version. I wonder what is wrong. Before you deep in, make sure you have right privillage to login via Azure portal, Azure CLI or AzureRM module install on your local machine to run this script in powershell terminal. Congratulations! In this example, we will retrieve VM (TestMachine2k16) hardware profile and then we can find how much RAM or CPU is allocated to it.. To get the Size of the Azure VM, New-AzStorageAccount -ResourceGroupName {resource-group-name} ` -Name {storage-account-name} ` -Location {location} ` -SkuName {sku} Automation is great. When you create a Virtual Machine, at the "review and create" stage, you can click on "Download a template for automation" After that, you will find the image sku's: And that's how you find the Windows 11 SKU's for Automation. I have a few questions regarding VM images in Azure Stack. az vm list-sizes --location "your region" This by default only gives you the vms available in the current subscription. Like in AWS you use EC2 instance or in GCP you use Google Compute Engine Instance, in Azure, you will use Azure VM instance if you need to create . The HardwareProfile property will show the virtual machine size as shown in the screenshot below. azure vm image list-skus info: Executing command vm image list-skus Location: westus Publisher: canonical Offer: ubuntuserver + Getting virtual machine image skus (Publisher:"canonical" Offer:"ubuntuserver" Location:"westus") data: Publisher Offer sku Location data: ----- ----- ----- ----- data: canonical ubuntuserver 12.04-DAILY westus data: canonical ubuntuserver 12.04.2-LTS westus data . This ability makes sure that you choose an appropriate VM size, and obtain the desired resiliency across zones. Hi all, I'm trying to find a way to export to CSV a list of all VM's against my Azure subscription.<o:p></o:p> I seem to be going around in circles - some scripts look promising, some just fail miserably.<o:p></o:p> Can anyone help me out? Just to start with the Az module, lets retrieve the list of Azure VM Images (skus) available in a given location from the mentioned publisher with the offerings… #requires -Module Az # Please connect to Azure using Connect-AzAccount # Get the complete list of Azure service locations Get-AzLocation <# This script is used with a Region filter, e.g. You want to retrieve a list with all your Azure VMs, complete with all their private and public IPs. PowerShell Microsoft Technologies Software & Coding. colectivo stops in playa del carmen The brand new key is used for Offers naming - the OS family is narrow (earlier there was an UbuntuServer): az vm image list-offers \ --publisher Canonical \ --location westeurope \ -o table Location Name ----- Whith this script, you can have a list of all available publishers, offers, skus, and versions of virtual machines. 如何在Azure容器服务Docker中扩展虚拟机?,azure,docker,azure-virtual-machine,azure-container-service,Azure,Docker,Azure Virtual Machine,Azure Container Service,我用Azure容器服务模板创建了Docker(+swarm) 创建了1个主代理和1个代理,但如何扩展代理VM? I'm using PowerShell 5.1.2 and CLI 2.0.65. He specializes in directory services, Microsoft Azure, Failover clusters, Hyper-V . You can set up Azure DevTest Labs in the Azure portal.Setting up labs in the portal works well for lab administrators needing to . On the next screen, select Windows . Now you can get a report fully automatically using a PowerShell script I whipped up. To retrieve the Azure VM OS using Azure CLI, we can use the "az vm" command but before that, need to make sure that you are connected to the Azure cloud and the subscription. Performing an Azure VM Scale Set deployment is a great way to get autoscaling and high availability out of the box. If you want other info, you can also use az vm list-sku instead. This blog post is part of a series about how to retrieve Azure Resource Manager virtual machine properties by using PowerShell. Parameters -DefaultProfile The credentials, account, tenant, and subscription used for communication with azure. PowerShell will then prompt us to choose a location as shown below. Let me show you. Get-AzVMImagePublisher. Ever wanted to get a list of all Azure Resources, Virtual Machines or Web Apps (Web Sites) that you have in Azure across both ASM (Classic) and ARM (Azure Resource Manager)? $VM.StorageProfile.ImageReference You'd also like to get this fast, without having to start some script and come the next day to find the results (or worse, to discover that it errored out, and you only have 5 minutes left to produce the report).There are bits and pieces around the web - like this query that retrieves just . Ensure you have the Az.Compute module installed in your Power Shell client, as the script uses the "Get-AzComputeResourceSku" command. -Offer The script exports all information to .CSV files. Is there a way to list the images and image versions in the backend with Powershell? 1. How to list all Azure virtual machines and/or virtual machines in resource groups specified in a text file. Virtual Network with one Subnet. You have successfully resized a virtual machine in Azure. $myResourceGroup - The name of the resource group that contains the virtual machine. We had an Excel Spreadsheet with all the VMs and properties, but going through that was a real pain. I have summarized a few experiences and would like to share them with you. The other… Nirmal Sharma is a MCSEx3, MCITP and Microsoft MVP in Directory Services. Always remember this custom Azure PowerShell script will create following resources-. To retrieve the OS details of the Azure VM, we need to use the Get-AzVM command. . Don't stop there! I was wondering what and where to found the VM versions and names. Resize or vertical scaling operation is scoped by this list of supported vm sizes in current stamp unit vm is hosted in. A list of SKUs that support accelerated networking, is just one pivot of many that could be done. Finding the right virtual machine for your needs can be difficult especially with all of the options available. But you are also very . OR. See Business continuity and disaster recovery (BCDR). To avoid service interruptions, update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. If you are a seasoned Hey, Scripting Guy! To get the OS version name of the Azure VMs, use the below PowerShell cmdlet: Get-AzureRmVm -ResourceGroupName charlestest | Select-Object -Property StorageProfileText | Format-list. The language has two extremely powerful constructs: object handling and the pipeline. In this article I will show you how you can create Azure VM with Azure Powershell Script that will help you to provision your VM in just few Sec. It will ask us to choose a publisher from the specified location (the second step). Example, I used to use this command to add an image and it would auto-create a marketplace item but I would like to see the versions that exist PS C:\> az vm show -n VMName -g VMRG --query " [storageProfile.imageReference.offer]" -otsv. Every stamp unit has the hardware of similar configuration and supports a certain list of virtual machine sizes only. Now you can get a report fully automatically using a PowerShell script I whipped up. This command lists the current images that are available in the Azure portal and also older images that can only be installed with PowerShell: Azure Virtual Machines is a product/service offered by Azure that hosts Windows or Linux image instances of Virtual Machines. However, when it comes to no . In this article, let's explore Azure Resource Graph to extract information about your virtual machines without PowerShell or Azure CLI. Azure virtual machine scale sets are a handy high-availability feature to have for VMs in Azure. I found this very useful PowerShell command to list all the available VM SKUs in a specific region. My previous article, Create VMs In Azure Part 1, described the process of creating virtual machines in Azure using PowerShell.It covered foundational information, such as making Azure logins from PowerShell easier, and determining what images are available to create VMs with on Azure. The "Select-Object -unique" filter is used to ensure the list contains unique VM SKUs. az vm list will return all vms in the current subscription. Azure CLI az vm list-skus --location centralus --size Standard_D --all --output table --location filters output by location. Type: System.String Parameter Sets: . Login takes place and I get all available subscriptions listed, but scripts do find resource groups and resources. Reporting in Azure through PowerShell can be a chore at times because of the way ARM works. To retrieve the OS details of the Azure VM, we need to use the Get-AzVM command. In this tutorial, you took a PowerShell-approach to resize a virtual machine. Ever wanted to get a list of all Azure Resources, Virtual Machines or Web Apps (Web Sites) that you have in Azure across both ASM (Classic) and ARM (Azure Resource Manager)? The availability of VM sizes, or SKUs, may vary by region and zone. The result will be a list of all available VM types for that region will be displayed (Item 3). Summary: Learn how to use Windows PowerShell 3.0 in Windows Server 2012 to obtain a list of virtual machines. Get-AzureRmVMImageSky -Location <location> -Offer <type>. Get Azure Compute capabilities for each SKU using Azure REST API. On a recent project, I needed a list of all the VMs running in a subscription with some of each VMs properties. As it returns an array of vms, you also need to adjust your JMESPATH query accordingly: az vm list --query '[]. PowerShell PS C:\> Get-AzureRmVMImageSku -Location "Central US" -PublisherName "Fabrikam" -Offer "LinuxServer" This command gets the SKUs for the specified publisher and offer. 6. 1 2 3 4 5 6 7 When those two features are combined with a multi-select GUI like Out-GridView, doing even moderately complex . To create a new instance of the Azure Storage service within your Azure Subscription, you can run the following command:. I was trying to create a VM with Azure Powershell. 10 Jan 2018. The region to get the supported SKUs from. Check VM SKU availability. A larger VM will just consume more cores from the pool than a smaller VM based on the ratio defined in Azure. For a SKU, list the versions of the image using Get-AzVMImage. But you can get a list of the details of each t-shirt size, via the prosaicly named get-azvmsize command. If you forget to set the scope (or context) of . # Get the complete list of VM Image publishers. $myVM - The name of the virtual machine. Also, if you want to reconnect a VM to a different Virtual Network, you can't. You can look in the portal, you can search the Azure PowerShell Cmdlet list or try with AZ CLI, you can't. Some will say that you can use a backup vault to recreate the VM but it takes times and it doesn't scale. When you create a Virtual Machine, at the "review and create" stage, you can click on "Download a template for automation" After that, you will find the image sku's: And that's how you find the Windows 11 SKU's for Automation. The script exports all information to .CSV files. Azure VM RAM and CPU size depend on the hardware profile chosen for the VM. So, I wrote a basic PowerShell script to collect the information I needed and figured 1. Share Improve this answer answered Apr 28, 2020 at 11:35 discondor 139 3 yeah, this also give the same output, A small example i want to give about the output. Without installing anything onto the VM, how can I retrieve the details of the current VM using Stack Exchange Network Stack Exchange network consists of 180 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. To help you plan for the use of Availability Zones, you can list the available VM SKUs by Azure region and zone. Example Get-AzVM -VMName TestMachine2k16. In the past when querying a resource you would normally use built-in cmdlet or command lines in PowerShell or Azure CLI. You can use Get-AzLocation to find a geographical region that works for you. You can see below a couple of results from this command for Ubuntu or Windows : Ubuntu Server VM SKUs in EastUS 2. To automatically update your scripts, follow . There are just a few key commands that can be used to perform these tasks. These commands are simple to execute, but important to use. A few days ago I had a colleague reach out to me about a customer who has looking to do some reporting on disks attached to their Azure virtual machines. We can find all of those using the Azure PowerShell modules. The other… Azure Virtual Machine is basically a virtual server running on Azure datacenter. To get the most out of this series, read the posts in order. For optimal performance, we recommend pairing your Virtual Machines . "uk south" in this case: I use the "Name" attribute to create a list of VM SKUs. Azure VM RAM and CPU size depend on the hardware profile chosen for the VM. Azure DevTest Labs allows more control over Azure resources in a test or lab environment than simply bringing up VMs. Azure Datacentre is organized into multiple Stamp units. If you want to get the count of NICs available for an existing VM you would need to get the size of the existing VM, and then lookup the max NIC count in the SKUs API. Using PowerShell to find an Azure Marketplace VM image (click to enlarge) This simple script shows why PowerShell 7 is so well-suited to cloud DevOps. Some of you have noticed that Offers and SKUs for Ubuntu images in Azure have changed recently. All current generation Virtual Machines include load balancing and auto-scaling at no cost. This happens to all scripts. Below is a small script to automate the creation of the imageReference node where you can find and filter through the different location, publishers, offers and skus to get what you need. I found this very useful PowerShell command to list all the available VM SKUs in a specific region 1 Get-AzureRmVMImageSky -Location <location> -Offer <type> You can see below a couple of results from this command for Ubuntu or Windows : Ubuntu Server VM SKUs in EastUS 2 Windows Server VM SKUs in EastUS 2 * Reserved Access Regions: Certain regions are access restricted to support specific customer scenarios, for example in-country disaster recovery. When planning your infrastructure-as-a-service (IaaS) VMs, there are a couple of ways to check the VM sizes available to any given region.The most orthodox way is provisioning a new VM in Azure Portal, and after selecting the Region (Item 1), we can click on Change Size (Item 2). Note -This script will collect all VMs including the status, OS Type, Version, VM, Location, Resorce Group and Subscription Name. $VM.StorageProfile Buried within the StorageProfile object is a very useful property named ImageReference. But if you want to automate virtual machine deployment using PowerShell, Azure CLI, or an ARM template, you need to know what virtual machine sizes are available for your subscription in a given region. But most of the time, that automation started with me fumbling and trialing different approaches in the portal. It offers a large set of hardware configurations, including the most recent cutting-edge technologies from the market, in order to build the best Virtual Machine that suits your needs. Even if you do, it doesn't help powershell to process the data. Microsoft's Azure DevTest Labs service allows developers and IT administrators alike to provision and control groups of virtual machines (VMs). How to stop, start and restart Azure virtual machines with PowerShell commands. Let me show you. Using the Azure PowerShell Az commands to select and list the Azure Subscriptions to run commands against are important tasks when scripting and automating Azure. You could also call Azure REST API to do the job. Choose a SQL Server image. Listing all available Azure locations The following command will now use the location information we've picked. Azure Virtual Machine or Azure VM is the compute service offered by Azure to host your virtual servers in Azure cloud. Post Disk\VM data to Log Analytics. # Get the complete list of Azure service locations to find the one you use. To get it via REST API, you may follow the steps mentioned in the article: "AZURE : "MY FIRST REST API CALL"-TUTORIAL". Get list of all VMs and Disks in subscription. Get-AzVMSize -Location "eastus" | Where {$_.NumberOfCores -gt 128} VMs with more than 128 cores Conclusion . Basically, if you deploy VMs using the Azure portal, you will only be able to see the available VM sizes and you won't be able to go wrong. Using Azure PowerShell, you can build Azure Scale Sets with PowerShell to automate tasks is a great value add. PowerShell Portal REST To determine which SKUs are available in a location or zone, use the az vm list-skus command. Hi Azure friends, In this article, I will describe how you can use PowerShell in Azure Active Directory to quickly get information about licenses. Example Get-AzVM -VMName TestMachine2k16. When you run the above command, it retrieves the VM TestMachine2k16 information and there is an OSType property which shows that if the VM's OS is Linux or Windows, or any other type. I love to script solutions in Azure. Deploying the Virtual Machines in the Azure cloud using the templates is the best way to create the VM to satisfy the attributes like quick, consistent, reusable and handles the dependency among the resources.However PowerShell has the flexibility to deploy the VMs with ease and allows the user to choose the required parameters necessary for the particular deployment alone without even . I have Powershell scripts, which worked in one VM, but not working in another VM. Because Az PowerShell modules now have all the capabilities of AzureRM PowerShell modules and more, we'll retire AzureRM PowerShell modules on 29 February 2024. Get-AzLocation. # connect to Azure using Connect-AzAccount. Resource Group. New options seem to come around often so you may need to regularly check the VMs available within your Azure region. When you run the above command, it retrieves the VM TestMachine2k16 information and there is an OSType property which shows that if the VM's OS is Linux or Windows, or any other type. Any VM in the same family (and within the scope of the RI's) can allocate from this pool: As indicated, the pool can be created from multiple RI's and each VM within the scope of the RI (and Family SKU size) can use the pool. First, list all of the SQL Server image offerings with the Get-AzVMImageOffer command. [name, storageProfile.imageReference]' Regarding the second part of your question: Of each t-shirt size, and versions of virtual machine properties by PowerShell... The size that you choose an appropriate VM size, and versions of virtual machines include balancing! Posts in order reader, you can see below a couple of results this... ; location & gt ; -Offer & lt ; location & gt ; this through the,! Credentials, account, tenant, and subscription used for communication with Azure commands are simple to,! In a test or lab environment than simply bringing up VMs a way to get autoscaling and high out. Script, you took a PowerShell-approach to resize a virtual machine to stop, and... 92 ; VM data to Log Analytics compared to doing it locally the... Experiences and would like to share them with you results from this command for Ubuntu or Windows: Server. Because of the time, that automation started with me fumbling and trialing different approaches in the VM,. Security group with NSG rule that will allow access to VMs, Ed Wilson azure vm sku list powershell here! Use built-in cmdlet or command lines in PowerShell or Azure CLI az VM instead... Backend with PowerShell offerings with the Get-AzVMImageOffer command or Azure CLI and subscription used for communication with Azure frequent blogger! Your virtual machines type & gt ; machine was the size that you an. By Azure region and zone VM size, via the prosaicly named get-azvmsize command what and where to found VM! Sizes, or SKUs, and obtain the desired resiliency across Zones has the hardware of configuration. The Get-AzVMImageOffer command, using PowerShell makes it VM like this is a great value add command now! Command for Ubuntu or Windows: Ubuntu Server VM SKUs by Azure region ). Forget to set the scope ( or context ) of you plan for the virtual.. Series about how to stop, start and restart Azure virtual machine properties by PowerShell. The past when querying a resource you would normally use built-in cmdlet or command lines PowerShell... Parameters -DefaultProfile the credentials, account, tenant, and versions of virtual machine is basically a Server. ; ve picked this script, you can have a list of all subscriptions. Auto-Scaling at no cost blogger is Sean Kearney myVM - the name the... So you may need to regularly check the VMs available within your region! By this list of virtual machine Azure region and zone t manage VM. Https: //dev.to/omiossec/using-powershell-to-rename-move-or-reconnect-an-azure-vm-i00 '' azure vm sku list powershell using PowerShell to rename, move or reconnect an Azure Scale... Can & # x27 ; m using PowerShell VM is hosted in a chore at because. $ VM.StorageProfile Buried within the StorageProfile object is a great way to list the available VM for. Hey, Scripting Guy, Ed Wilson, is here, start and restart Azure virtual include. Is faster to run the throttling queries in Log Analytics compared to doing it locally manage VM! 5.1.2 and CLI 2.0.65 displayed ( Item 3 ) lab administrators needing.. Find a geographical region that works for you blogger is Sean Kearney load balancing auto-scaling... Server running on Azure datacenter & lt ; type & gt ; approaches! Mcitp and Microsoft MVP in Directory Services, Microsoft Azure, Failover clusters Hyper-V! Variables to define the SQL Server image offerings with the Get-AzVMImageOffer command to regularly check the VMs and,! In a test or lab environment than simply bringing up VMs with a region filter e.g... Every stamp unit has the hardware of similar configuration and supports a certain list of all available publishers,,. Moderately complex VM image publishers match Disks to each corresponding VM, add in the VM IOPS Disk! Scope ( or context ) of properties by using PowerShell 5.1.2 and 2.0.65... Reserved access Regions: certain Regions are access restricted to support specific customer scenarios for! You could also call Azure REST API just a few key commands that can be a list of all VM! By Azure region available publishers, offers, SKUs, may vary by region and zone a MCSEx3, and!, doing even moderately complex for the virtual machine -Offer & lt ; type & gt ; resize virtual! Can get a list of Azure service locations to find a geographical region that works for you can see a! Vm SKUs in EastUS 2 modules to use access restricted to support specific customer scenarios, for in-country. The virtual machine VM Scale set deployment is a very useful property named ImageReference or Azure az... Match Disks to each corresponding VM, add in the Azure portal.Setting up Labs in the Azure Storage within... Can be a list of Azure service locations to find a geographical region that for! Or reconnect an Azure VM... < /a include load balancing and auto-scaling at no.! Of virtual machines CLI 2.0.65 context ) of -- size Standard_D -- all -- output table -- filters... Machine in Azure have a list of supported VM sizes in current stamp unit VM is hosted.. Include load balancing and auto-scaling at no cost for communication with Azure the portal.Setting... Deployment, using PowerShell, list all of the Azure Storage service within your Azure,... The complete list of Azure service locations to find the one you use < /a do find groups! Check the VMs available within your Azure region Azure region and zone VMs available within your Azure,. Other info, you can & # x27 ; t manage multiple VM like this a MCSEx3, and., Disk Bytes Limit create your environment in order > using PowerShell scripts to a. Autoscaling and high availability out of this series, read the posts order... Have a list of VM sizes, or SKUs, may vary by region and zone be! Environment than simply bringing up VMs Guy, Ed Wilson, is here within the StorageProfile object is MCSEx3. Also call Azure REST API first, list all of the time, that automation started with me fumbling trialing... Scripting Guy VM.StorageProfile Buried within the StorageProfile object is a great way to list the available VM for. Are just a few experiences and would like to share them with you network Security group with rule... Images and image versions azure vm sku list powershell the past when querying a resource you normally! High availability out of the Azure portal.Setting up Labs in the Azure portal.Setting up in. A list of Azure service locations to find a geographical region that works for.... By location deployment, using PowerShell 5.1.2 and CLI 2.0.65 you could also call Azure REST API -- size --. Azure, Failover clusters, Hyper-V most out of the Azure portal.Setting up Labs the... Scripts that use AzureRM PowerShell modules by 29 February 2024 chore at times of. Sizes, or azure vm sku list powershell, and subscription used for communication with Azure Azure VM Scale deployment! Takes place and I get all available Azure locations the following command: machines include load and! Way to list the images and image versions in the past when querying a resource you normally! With NSG rule that will allow access to VMs update your scripts that use AzureRM PowerShell to. Services, Microsoft Azure, Failover clusters, Hyper-V you plan for the virtual machine VM.StorageProfile... Or Windows: Ubuntu Server VM SKUs in EastUS 2 a region filter, e.g execute, but scripts find... With the Get-AzVMImageOffer command in current stamp unit VM is hosted in communication with Azure the pipeline locations to the! Up VMs just consume more cores from the pool than a smaller VM based on the ratio defined Azure... To support specific customer scenarios, for example in-country disaster recovery options seem come... Supported virtual machine in Azure Select-Object -unique & quot ; Select-Object -unique & quot ; filter used. Sure that you choose an appropriate VM size, and obtain the desired across! Could also call Azure REST API to do the job VM IOPS, Disk Bytes Limit that... Azure portal.Setting up Labs in the VM versions and names image versions in portal! To choose a publisher from the pool than a smaller VM based on the defined! Start and restart Azure virtual machine properties by using PowerShell 5.1.2 and CLI 2.0.65 the you. Is basically a virtual machine sizes only of this series, read the posts in order stop, and... After that, you can get a list of all available publishers, offers,,! Going through that was a real pain blogger is Sean Kearney scripts do resource. New options seem to come around often so you may need to regularly check the and... May vary by region and zone subscriptions listed, but using PowerShell use VM! Each t-shirt size, via the prosaicly named get-azvmsize command you took azure vm sku list powershell... Would like to share them with you to stop, start and restart Azure virtual.! Multi-Select GUI like Out-GridView, doing even moderately complex in Azure this custom Azure PowerShell script will following. Buried within the StorageProfile object is a great value add account,,! Moderately complex do this through the GUI, but scripts do find resource groups and.... When those two features are combined with a region filter, e.g and restart Azure machines. Whipped up the name of the Azure Storage service within your Azure deployment, using PowerShell will use! Az VM list-skus -- location filters output by location querying a resource you would normally built-in... Tasks is a great azure vm sku list powershell add to ensure the list of all available listed... Chore at times because of the Azure portal.Setting up Labs in the portal works well for lab needing...
Related
Sage Anatomy And Physiology, Hedgehog Offensive Adaptations, Ups Courier Near Ho Chi Minh City, Why Is Jewelry Cheaper In The Caribbean, S&p 500 Technical Analysis Today, Moonlight Font Generator, Psychiatric Day Treatment Program, We Don't Talk About Bruno But It's Google Images, Fsu Starting Lineup Basketball,