VirtualDesktop

1.2.0

VirtualDesktop is a module that provides commandlets to manage virtual desktops of Windows 10 (now incl. Win 10 2004).

* New-Desktop, Switch-Desktop, Remove-Desktop to control desktops
* Get-DesktopCount, Get-CurrentDesktop, Get-Desktop and others to query desktops
* Move-Window, (Un)Pin-Window, (Un)Pin-Application to control windows on desktops
and other comman
VirtualDesktop is a module that provides commandlets to manage virtual desktops of Windows 10 (now incl. Win 10 2004).

* New-Desktop, Switch-Desktop, Remove-Desktop to control desktops
* Get-DesktopCount, Get-CurrentDesktop, Get-Desktop and others to query desktops
* Move-Window, (Un)Pin-Window, (Un)Pin-Application to control windows on desktops
and other commandlets
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name VirtualDesktop -RequiredVersion 1.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name VirtualDesktop -Version 1.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Markus Scholtes 2020

Package Details

Author(s)

  • Markus Scholtes

Tags

Windows Desktop Virtualdesktop Window

Functions

Get-DesktopCount Get-DesktopList New-Desktop Switch-Desktop Remove-Desktop Get-CurrentDesktop Get-Desktop Get-DesktopIndex Get-DesktopName Set-DesktopName Get-DesktopFromWindow Test-CurrentDesktop Get-LeftDesktop Get-RightDesktop Move-Window Move-ActiveWindow Test-Window Pin-Window Unpin-Window Test-WindowPinned Pin-Application Unpin-Application Test-ApplicationPinned Get-ConsoleHandle Get-ActiveWindowHandle Find-WindowHandle

Dependencies

This module has no dependencies.

Release Notes

# 1.2.0 / 2020-06-27
- support for desktop names introduced with Win 10 2004
- new functions Get-DesktopList, Get-DesktopName and Set-DesktopName
- desktop name as parameter for many functions
- support for verbose output

# 1.1.0 / 2019-09-04
- new function Find-WindowHandle

# 1.0.1 / 2019-08-22
- Fixed examples

# 1.0.0 / 2019-06-03
- First stable release (hope so)

FileList

Version History

Version Downloads Last updated
1.5.7 7,796 2/15/2024
1.5.6 8,041 9/21/2023
1.5.5 440 9/2/2023
1.5.4 3,235 8/27/2023
1.5.3 935 6/17/2023
1.5.2 1,817 2/19/2023
1.5.1 1,886 7/30/2022
1.5.0 1,158 3/16/2022
1.4.1 1,011 11/28/2021
1.3.2 259 10/22/2021
1.3.1 1,383 2/28/2021
1.3.0 428 11/28/2020
1.2.0 (current version) 616 6/27/2020
1.1.0 1,034 9/6/2019
1.0.1 58 8/22/2019
1.0.0 223 6/3/2019
0.0.0 72 5/20/2019
Show less