About 50 results
Open links in new tab
  1. Powershell logon script dont display a windows form

    Oct 4, 2012 · If i run the script manually everything works great but when i put it in a GPO as a powershell logon script it wont output anything (the script runs fine until the form is displayed and …

  2. Cannot resize form or objects using powershell windows forms

    Try approaching forms a few lines at a time until you understand what the lines actually do. Forms are very complex and technical. You must understand why they have the properties and how they are …

  3. powershell gui with check boxes - social.technet.microsoft.com

    I don't know if this is possible but I am working a powershell gui that will give me a checkbox for each program installed so that I can use powershell to silently uninstall several at one time. I work on …

  4. Powershell balloon tip in system context - social.technet.microsoft.com

    I have a script that pop up a balloon tip on the screen which does not work when i run it in system context, why I need this is because i want to run it during a deployment via SCCM which runs in …

  5. Powershell script Active Directory gui - social.technet.microsoft.com

    # ActiveDirectoryBrowser.Ps1 # # This script does show a GUI to browse ActiveDirectory in a Treeview # and Returns the DirectoryEntry Selected for use in PowerShell # or if LoadOnly Parameter is given …

  6. Powershell GUI - How To - social.technet.microsoft.com

    Where can I find some information on how to create a GUI for a Powershell script? I have a simple Powershell script that I need to create a GUI for an end user. I know Sapien has some tools for this, …

  7. WPF CheckBox IsChecked - social.technet.microsoft.com

    Mar 1, 2019 · But I will do most of the work in the forms runspace which will still work. That is not how runspaces work. It is more expensive to call across workspaces than to put all code in one runspace. …

  8. Concatenate strings and variables - social.technet.microsoft.com

    Apr 24, 2012 · I'm a newbie. Just spent 3 days in a Microsoft "essentials" powershell class and I'm trying to start making some sense out of it. Tuesday, April 24, 2012 4:13 PM 1 Sign in to vote echo is an …

  9. A user input script to modify the details of a computer in AD

    You can use Windows Forms classes to build forms in PowerShell or you could use an HTA. Look in the learning pages for examples on how to build these kinds of scripts.

  10. Powershell: Binary Modules vs Script Modules

    Dec 19, 2013 · I'm writing a Build Process (wrapping msbuild in my module) for 350+ projects (VS 2010). This module now includes lots of Functions. Although, it is working efficently, but , I've started …