About 50 results
Open links in new tab
  1. Running PowerShell as another user, and launching a script

    Mar 11, 2015 · I won't get into all the details of why I need this, but users must be able to launch PowerShell as a service account and when PowerShell loads it needs to run a script. I already can …

  2. Manually adding a Userscript to Google Chrome - Stack Overflow

    Mar 10, 2011 · The manifest.json file is automatically generated from the meta-block by Chrome, when a user script is installed. The values of @include and @exclude meta-rules are stored in include_globs …

  3. How do I take a user input in bat script? - Stack Overflow

    Jan 4, 2021 · The user cannot input something unwanted by batch script author and so the evaluation of the user choice is simple by using the exit code of choice.exe assigned to the variable errorlevel.

  4. SQL Server Script to create a new user - Stack Overflow

    Oct 21, 2009 · I want to write a script to create a admin user ( with abcd password ) in SQL Server Express. Also I want to assign this user admin full rights.

  5. Determine current user in Apps Script - Stack Overflow

    Sep 6, 2012 · If security policies do not allow access to the user's identity, User.getEmail () returns a blank string. The circumstances in which the email address is available vary: for example, the user's …

  6. How to get user input in google app script? - Stack Overflow

    Mar 2, 2021 · Another solution could be to just create an variable and change is manually before running script. But it could create bad data if I forget to change that variable someday. (I want to make it idiot …

  7. How to automatically add user account AND password with a Bash …

    I need to have the ability to create user accounts on my Linux (Fedora 10) and automatically assign a password via a bash script(or otherwise, if need be). It's easy to create the user via Bash e....

  8. How do I prompt for Yes/No/Cancel input in a Linux shell script?

    I want to pause input in a shell script, and prompt the user for choices. The standard Yes, No, or Cancel type question. How do I accomplish this in a typical bash prompt?

  9. Deleting user profiles based off of date last modified, via powershell ...

    Nov 20, 2023 · The above uses the Get-CimInstance and Remove-CimInstance CIM cmdlets. Whether a given user profile was used (logged onto) in the last 30 days is inferred from the .LastUseTime …

  10. Script to kill all connections to a database (More than …

    I will not recommend taking databse in single user mode for any of users as this can cause you loose current connection to some application user and unnecesarry trouble to find those users and kill …