Powershell | I do stuff sometimes. | Page 3

Ramblings about things.

Archives

Powershell Execution Policy


The Set-ExecutionPolicy cmdlet enables you to determine which Windows PowerShell scripts (if any) will be allowed to run on your computer. Windows PowerShell has four different execution policies: Restricted – No scripts can be run. Windows PowerShell can be used only in interactive mode. AllSigned – Only scripts signed by a trusted publisher can be run. RemoteSigned – Downloaded scripts…

Read More

Using Operations Manager Powershell CMDlets


Open Powershell and import the Operations Manager module with the following command: Import-Module –Name OperationsManager – F

Read More

NEWER POSTS →

  • Archives