About 13,000 results
Open links in new tab
  1. Which Process is locking a file - social.technet.microsoft.com

    Mark Russinovich should really write his utilities as powershell commandlets. seriously!! The power of powershell would double/triple if all of his work was translated to powershell. …

  2. How to get windows Build number via Powershell?

    Thanks, but that post doesn't really say anything about how I can get the information I'm after with PowerShell. I have looked at the various commandlets with query in the name, but none of …

  3. Unable to launch PowerShell ISE - social.technet.microsoft.com

    One of our client is using Windows 2008 R2 where the PowerShell ISE feature is installed.He is unable to launch the Powershell application when he logs in using a service account.

  4. Powershell commands for IRM document library policies

    Apr 18, 2018 · Is it possible to configure IRM policies on a document library using powershell for SharePoint Server 2013? I'm having trouble locating any information related to this.

  5. Add email addresses to the proxyAddresses Active Directory …

    May 1, 2012 · I need to right a script whcih will read from a CSV file a list of email addresses and append them to the users Active Directory account in the proxyaddresses attribute.

  6. powershell - pass connection string as a parameter for a script

    I'm calling a powershell script which takes a connection string as a parameter from another powershell script.

  7. Mailbox count using EMS PowerShell - social.technet.microsoft.com

    Add-PSSnapIn Microsoft.Exchange.Management.PowerShell.E2010 (Get-Mailbox -Database MyDatastore).count If it worked, then add the following line to the first line in your script, run it …

  8. Open, Write and Close the file using Powershell

    Actually, Powershell ISE will keep a file open after your script runs until you close the ISE. I know because I am running a script right now which creates a file and then emails it as an attachment.

  9. Powershell: Move (Transfering or Seizing) FSMO Roles to Another …

    It must not first connect to the future Domain Controller role holders. Only Seizing (role holder is offline) the FSMO roles will require an additional parameter, you must use -Force parameter. …

  10. Run multiple commands using CMD with PowerShell.exe -command

    I am trying to create a PowerShell command that reads a registy variable and then executes a command.