User Tools

Site Tools


windows:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:powershell [2025/02/17 09:47] bstaffordwindows:powershell [2025/03/03 16:38] (current) bstafford
Line 7: Line 7:
 <code>winget install microsoft.powershell</code> <code>winget install microsoft.powershell</code>
 <code>Install-Module -Name ibPS</code> <code>Install-Module -Name ibPS</code>
 +===== Run from CMD =====
 +<code>powershell "& ""C:\Users\username\Downloads\script.ps1"""</code>
  
 +You can add ''-noexit'' before the other parameters to keep yourself in PowerShell.
 ===== Upgrading ===== ===== Upgrading =====
 Show updates Show updates
Line 31: Line 34:
 ===== Version ===== ===== Version =====
 <code>$PSVersionTable</code> <code>$PSVersionTable</code>
 +===== Resolve DNS =====
 +<code>Resolve-DnsName infoblox.com</code>
windows/powershell.1739785628.txt.gz · Last modified: by bstafford