Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDDC Adds and Updates #163

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

SDDC Adds and Updates #163

wants to merge 15 commits into from

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