Restart PowerShell
Run the following commands to restart a PowerShell session:Â
This will create a new PowerShell session and any existing objects will not be preserved. This may be required after updating or removing installed modules.
If ([System.Diagnostics.Process]::GetProcessesByName('servercoreshell')) { Exit } Else { $Process = [System.Diagnostics.Process]::GetCurrentProcess(); Start-Process -FilePath $Process.Path -ArgumentList ("-NoExit", "Stop-Process -Id $($Process.Id)") }
Â
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.