Welcome to WiseSoft.co.uk!
Register
About
Contact
Donate
Home
Scripts
Articles
Software
Forum
Links
Active Directory Schema Guide
Submit a Script
All Scripts
Active Directory
Computer
Database
Event Logs
Exchange/Email
File System
General
Printer
SQL Server
Account Page
Address Page
COMPlus Page
DialIn Page
Environment Page
General Page
MemberOf Page
Organization Page
Profile Page
RemoteControl Page
Sessions Page
Telephones Page
TerminalServices Page
Batch File
HTA
KiXtart
PowerShell
T-SQL
VB
VBScript
Computer Accounts
Domains, Forests & Trusts
Groups
Monitoring & Replication
Organizational Units
Schema Information
Search
Sites and Subnets
User Accounts
PowerShell
VBScript
VBScript
PowerShell
VBScript
VBScript
VBScript
VBScript
VBScript
PowerShell
VBScript
VBScript
PowerShell
VBScript
HTA
KiXtart
PowerShell
VB
VBScript
VBScript
KiXtart
PowerShell
VBScript
PowerShell
VBScript
Batch File
KiXtart
PowerShell
VBScript
HTA
VB
VBScript
HTA
KiXtart
PowerShell
VBScript
HTA
PowerShell
T-SQL
VBScript
All Articles
Active Directory
Miscellaneous
Programming
Scripting
Security
SQL Server
WiseSoft
Submit Article
All Software
TSQL DDL Code History Tool
Account Management Spreadsheet
Bulk AD Users
Password Control
Script Builder
NTFSFix
TSQL DDL Code History Tool
Bulk AD Users
Password Control
Script Builder
Account Management Spreadsheet
NTFSFix
Scripting
Guestbook
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Login
User Name:
Password:
Remember me next time
Forgot Password?
Login using OpenID:
Create free account
Exclusive access for registered users
Registered Users:
20870
Click here to find out how you can help support wisesoft.co.uk!
home
recent topics
recent posts
search
faq
AspNetForum v.5.2.7.0
WiseSoft :: Forum
:: Forum
user:
psw:
remember me
|
lost password
|
register
Home
»
Scripting
»
Loading Screen Powershell
|
11/23/2011 6:48:07 AM
permalink
mister
Posts 6
Hi ! I wonder if there is a way to show a gui loading screen in powershell while something is running in a script.
Best regards !
11/23/2011 7:04:13 AM
permalink
mister
Posts 6
Like when you use for example get-qaduser, a loading screen appears in powershell. Is there some way to import that to gui via windows forms or some other way ?
edited by mister on 11/23/2011
12/11/2011 7:44:19 AM
permalink
admin
Posts 331
It is possible to create a forms etc in PowerShell, but it's probably easier to do that in Visual Studio with a .NET language. Here are some examples:
http://technet.microsoft.com/en-us/library/ff730941.aspx
https://sites.google.com/site/assafmiron/ServerScripts/computerinventorygui
It's easier to print text out to the command line - maybe using something like this:
http://technet.microsoft.com/en-us/library/dd347663.aspx
Hope this helps,
David
12/11/2011 11:59:01 PM
permalink
mister
Posts 6
I have alreday done all the forms etc. Thx for the Write-Progress link though
12/12/2011 12:33:25 AM
permalink
admin
Posts 331
If you really need a GUI, PowerShell might not be the best option as it's designed for automation from the command line. There are some free editions of visual studio if you don't have licenses for the full version:
http://www.microsoft.com/express
http://www.icsharpcode.net/
It's also possible to run powershell scripts from .NET. There might be a steeper learning curve for a .NET language though depending on your programming experience and what you want to do with it.
12/12/2011 12:36:27 AM
permalink
admin
Posts 331
I haven't used it before, but this link might also be of interest:
http://www.sapien.com/software/primalforms
pages:
1
|
Home
»
Scripting
»
Loading Screen Powershell