About 10,600 results
Open links in new tab
  1. Trouble trying to create a simple menu using the …

    Hey guys. I'm a newbie when it comes to programming, and i decided to start learning PowerShell with the "Mastering Powershell" ebook. Where i'm at i was just introduced to the concept of …

  2. The Windows PowerShell snap-in 'System.Management …

    New-Object : Cannot find type [System.Management-Automation.PSCredential]: verify that the assembly containing this type is loaded.

  3. User and PWD for Enter-PSSession - social.technet.microsoft.com

    Feb 25, 2011 · Here is the command I am using just not sure where the password would go: Enter-PSSession –ComputerName Server Name –Credential Domain\UserName Friday, …

  4. Running PowerShell scripts as domain accounts through Clustered ...

    Disregarding the clustered part does anyone have any experience in getting scheduled tasks (or services or something) that run as system to successfully execute a powershell script as a …

  5. Event Number: 22406 The PowerShell script failed with below …

    System.Management.Automation.CmdletInvocationException: Exception calling ".ctor" with "3" argument (s): "Input string was not in a correct format."

  6. Use Powershell to change the owner of all permission groups in a …

    Is there a way i can use powershell to change the owner of all groups in a sharepoint online site to a sharepoint group.

  7. How do you automate retiring servers in SCOM?

    You can use simple scripts or automation software like System Center Orchestrator to decommission monitored computers in SCOM.

  8. Deploy VM from Template with Powershell that contains wildcards …

    We are building out some automation for deploying vm's in VMM 2012 R2 and we want to use wildcards in the computer name from the template we use, something like SRV###.

  9. Getting Line number with try catch - social.technet.microsoft.com

    at System.Management.Automation.ExpressionNode.ExecuteOp (ExecutionContext context, Object left, OperatorToken op, Object right) at …

  10. How do I use @ {add='jbloggs'} syntax with c# remote runspace?

    I need to add/remove from a mailbox -GrantSendOnBehalfTo attribute in Office 365 using c# and remote powershell. However I am having problems with the syntax in c# with dotnet 3.5.