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/22 19:50] bstaffordwindows:powershell [2025/03/03 16:38] (current) bstafford
Line 8: Line 8:
 <code>Install-Module -Name ibPS</code> <code>Install-Module -Name ibPS</code>
 ===== Run from CMD ===== ===== Run from CMD =====
-<code>powershell -noexit "& ""C:\Users\username\Downloads\script.ps1"""</code>+<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 32: Line 34:
 ===== Version ===== ===== Version =====
 <code>$PSVersionTable</code> <code>$PSVersionTable</code>
 +===== Resolve DNS =====
 +<code>Resolve-DnsName infoblox.com</code>
windows/powershell.1740253801.txt.gz · Last modified: by bstafford