Skip to content

webmd-health-services/Carbon.Windows

Repository files navigation

Carbon.Windows

Overview

The "Carbon.Windows" PowerShell module is used to manage Windows.

System Requirements

  • Windows PowerShell 5.1 and .NET 4.6.1+
  • PowerShell Core 6+

Installing

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'

Commands

  • 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.

About

PowerShell module for managing and configuring Windows computers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published