About 18,600 results
Open links in new tab
  1. Tips for Writing Cross-Platform PowerShell Code

    Feb 14, 2019 · I just spent a month updating one of our PowerShell modules to support Linux and MacOS. I learned a lot that I wanted to share with the community as cross-platform support becomes …

  2. Automating with Jenkins and PowerShell on Windows

    Jun 4, 2015 · The below image shows what a Jenkins build looks like. In this basic example, the the build creates a text file on a remote machine by using PowerShell Remoting and the Set-Content …

  3. How to get user defined variables from shell

    Mar 29, 2016 · Is is possible to "pick up" user defined variables from Powershell shell? Im not looking for all environment variables, just the ones that have been defined, created in the session by the user or …

  4. Read ExpandString from Registry without Expansion

    Sep 20, 2017 · Specifically, someone (probably me), or something (probably one of my scripts) has changed the value type of Path in HKLM:\SYSTEM\CurrentControlSet\Control\Session …

  5. Modify a shortcut "Target" field to accept parameters

    I am very new to powershell and am trying to modify a shortcut. In my research I have found that this is not possible but recreating the shortcut is a workaround. however I am having dificulty doing this. I …

  6. PowerShell Get-Date.AddDays seems to ignore the following year in ...

    Whenever a VM is deployed in our environment using a Template, we have a separate script that edits the Custom Property named "Expire" with a (Get-Date).AddDays (90).

  7. How to Manage your AD-Integrated Servers Life Cycle in Virtualized ...

    The following Powershell script identifies the virtual machines that reached their end of life, stops them by using Stop-VM SCVMM cmdlet and notifies their owners about the operation. The script can be …

  8. Configure Windows Deployment Services Using PowerShell

    Dec 13, 2018 · This time I have a problem when i managed windows deployment services using powerShell I refer to the article Configure Windows Deployment Services Using PowerShell below

  9. Sharepoint crossdomain request (REST API)

    I am using REST API. To resolve cross-domain request I decided to use the SharePoint cross-domain library (SP.RequestExecutor): JavaScript: