The "Carbon.Windows" PowerShell module is used to manage Windows.
- Windows PowerShell 5.1 and .NET 4.6.1+
- PowerShell Core 6+
To install globally:
Install-Module -Name 'Carbon.Windows'
Import-Module -Name 'Carbon.Windows'
To install privately:
Save-Module -Name 'Carbon.Windows' -Path '.'
Import-Module -Name '.\Carbon.Windows'
Get-CBackConnectionHostName
, for getting the list of currently configured back connection hostnames.Register-CBackConnectionHostName
, for adding a back connection hostname, if it isn't already configured.Unregister-CBackConnectionHostName
, for removing a back connection hostname, if it exists.