About 387 results
Open links in new tab
  1. How do I make a script "Run as administrator" on its own?

    2) I must always run my scripts by right clicking to the context menu and clicking "Run As Administrator" 3) I learn if there is a way for my script to "Run As Administrator" on its own

  2. PowerShell - Connect-MsolService -CurrentCredentials An error …

    I am trying to connect to Office 365 using PowerShell to manage licenses with a script. I want to use the Connect-MsolService -CurrentCredentails so that the script can run under a service …

  3. Terminal Services clipboard: How to schedule restart rdpclip.exe …

    Jul 20, 2011 · This is a powershell script. This is UNTESTED as I actually do not need it anymore. # run this script as # powershell -command reset_clipboard.ps1 arg0 arg1 # arg0 is fully …

  4. Using Powershell to add local administrators USING local …

    Jul 23, 2012 · My objective is to use a powershell script to add an ID from ADUC, to the local administrator group on a host name, but use the Local Administrator credentials to that …

  5. Silent Install of .net 4.5 in powershell issue

    When I am installing .net framework 4.5 through a silent install in Powershell, I am prompted by a GUI Open File - Security Warning. Is there a way to bypass these and completely install the …

  6. Configuring SharePoint through PowerShell

    Why are you using the Online Management Shell, which is meant for use with Office 365 with SharePoint 2013? For on-premises PowerShell you need to use the SharePoint Management …

  7. Script runs, but doesn't produce unless user logged in

    Dec 7, 2014 · I've a powershell script called sendmail.ps1 which I have configured to create and send an email to me when run. Works flawlessly. So I've set it up in task manager to run the …

  8. Powershell Script to run CCMClean.exe on Multiple workstations

    I am trying to uninstall SCCM Client on many workstations. The problem that I am having is it does not proceed to the next computer in the list, the screen just sits while it uinstalls the client …

  9. Import Telephone numbers from CSV file into Active Directory 2008

    obviously you will need an account with sufficient admin rights over the user objects and i cant remmeber the version of powershell you need but if you run it on Windows 7 with the AD …

  10. powershell script through task scheduler fails

    Dec 10, 2021 · When running using powershell ISE, there is no issue. All files are copied but when setting a task through task scheduler to run the script, the files do not get copied.