Enable-BluGenieWinRMoverWMI

Enable-BluGenieWinRMoverWMI
SYNOPSIS
Enable-BluGenieWinRMoverWMI will try and connect to a remote host and enable WinRM
SYNTAX
Enable-BluGenieWinRMoverWMI [[-ComputerName] <String>] [-looptimer <Int32>] [-termloopcounter <Int32>] [-MaxConcurrentUsers <Int32>] [-MaxProcessesPerShell <Int32>] [-MaxMemoryPerShellMB <Int32>]
[-MaxShellsPerUser <Int32>] [-MaxShellRunTime <Int32>] [-SetMaxValues] [-SetValues] [-ReturnDetails] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Enable-BluGenieWinRMoverWMI will try and connect to a remote host and enable WinRM. The Service, Firewall, and Configuration will be enabled.
EXAMPLES
EXAMPLE 1
Command: Enable-BluGenieWinRMoverWMI -ComputerName [Computer Name]Description: This will enable WinRM over WMI
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
PARAMETERS
ComputerName
looptimer
termloopcounter
MaxConcurrentUsers
MaxProcessesPerShell
MaxMemoryPerShellMB
MaxShellsPerUser
MaxShellRunTime
SetMaxValues
SetValues
ReturnDetails
Walkthrough
ReturnObject
OutUnEscapedJSON
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated