Skip to content

Conversation

@jlgandy2
Copy link

Below are the changes I have made:

  1. Fixed command prompt popup for SystemInfo.exe
  2. Added a new $LocalFile parser to allow for the use of Invoke-Command for cmdlets that do not have -cimsession
  3. Fixed Get-ComputerInfo by running it with Invoke-Command because it does not have -cimsession
  4. Added the following cmdlets:
    Get-NetFirewallProfile - to see firewall profile info
    Get-NetFirewallRule - to see firewall rules
    Get-NetConnectionProfile - to see which connection profile a NIC is using
    Get-SmbMultichannelConnection - to see which IP/NICs are being used for SBL
    Get-SmbClientConfiguration - to see if client SMB signing is enabled
    Get-SmbServerConfiguration - to see if server SMB signing is enabled
    Get-VMSwitchTeam -CimSession C -SwitchName ((Get-VMSwitch -CimSession C | Where-Object {$_.EmbeddedTeamingEnabled -eq $true}).Name) -ErrorAction SilentlyContinue' - to see the teamed VMSwitches
    Get-VMHost - to see the VM Host info
    Get-VMNetworkAdapterVlan - to see which vLANs the vNICs are using
    Get-VMNetworkAdapterTeamMapping - to see the vNIC to pNIC relationship
    Invoke-Command -ComputerName C {Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\spacePort\Parameters} - to see the hardware timeout for the Spaces port
    Get-StorageNode - to see the storage by node
  5. Change iex alias to Invoke-Expression

Please let me know if you have any questions.

@ghost
Copy link

ghost commented Feb 11, 2021

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant