Microsoft.com
All DevCenters
MSDN Home
MSDN Archive:
MSDN Archive Home
|
Browse Archive
|
Share Code
|
Help and FAQs
PowerShellPack
Home
Downloads
Discussions
Issue Tracker
People
License
Close
RSS
All Resource Updates
Discussions
Issue Tracker
Releases
Wiki
RSS
Discussions List
|
Create New Discussion
1-10
of
31
< Previous
Next >
Discussions for PowerShellPack
Latest post:
May 10
4:17 PM
1 Post
Register-ScheduledTask doesn't do anything?
First post:
hsclater
wrote: If I use the sample code, nothing happens, no task is created: New-task | Add-TaskTrigger -In (New-TimeSpan -Seconds 30) | Add-TaskAction -Script { Get-Process | Out-Gr...
Jump to:
First Post
Latest post:
May 10
4:16 PM
2 Posts
Spawn new window within New-Window
First post:
nomoi
wrote: Would it be possible to do something like this. Tring to create another window upon clicking on a button. New-Window -Name WindowX -title "Test1" -Height 100 -width 300 -WindowStartupLoc...
Latest post:
hsclater
wrote: Your code pretty much works, add some shows in there and you can see the new window when you press the button: New-Window -Name WindowX -title "Test1" -Height 100 -width 300 -WindowStar...
Jump to:
First Post
|
Latest Post
Latest post:
Apr 20
3:51 PM
1 Post
RUNASUSER property in get-scheduledtask
First post:
carrdav
wrote: Awesome pack by the way! I'd love to be able to do a: get-scheduledtask -computer <servers> | select name,path, RUNASUSER I need to enumerate the user accounts running the tasks. I see...
Jump to:
First Post
Latest post:
Mar 16
10:05 PM
1 Post
Access Methods and Properties of a window created in another thread
First post:
56K
wrote: I am trying to develop a splash screen that will run while we install an application via SCCM. I need to spawn the form -asjob and then access it to update the user on the progress of t...
Jump to:
First Post
Latest post:
Oct 4 2011
3 Posts
PowerShellPack on W2K3?
First post:
CtrlAltDel
wrote: I've installed PowerShell 2 and the PowerShellPack on a W2K3 server, but find that the TaskScheduler module doesn't work. For instance, if I run the following script: New-Task | Add-...
Latest post:
pmcevoy
wrote: I added this line: [void][reflection.assembly]::loadwithpartialname("
system.core") to the top of Add-TaskTrigger.ps1 and all was well..
Jump to:
First Post
|
Latest Post
Latest post:
Sep 10 2011
1 Post
Error in document: Writing User Interfaces with WPK
First post:
BigTeddy
wrote: In the document "Writing User Interfaces with WPK", there is an error on page 2, in the "Hint" section: The line: get-command -name button -module wpk should be: get-command -name *but...
Jump to:
First Post
Latest post:
Jul 13 2011
2 Posts
WPK cannot import-module
First post:
forcefx2
wrote: I'm runing win7 64 bit and cannot import the module. Anyone else have this issue?
Latest post:
forcefx2
wrote: NM. I figured it out. Was my local rights. forcefx2 wrote: I'm runing win7 64 bit and cannot import the module. Anyone else have this issue?
Jump to:
First Post
|
Latest Post
Latest post:
May 2 2011
1 Post
Start-WPFJob with -Parameter
First post:
JochenAxt
wrote: Does anyone know how to pass parameters to a WPF job? I've tried the following but no title is displayed Import-Module WPK $parameters = @{'title' = 'My Window'} $job = Start-WPFJob { ...
Jump to:
First Post
Latest post:
Apr 17 2011
1 Post
Removing tasks from remote machines
First post:
mzigadlo
wrote: I have tried these commands to remove a remote task; Get-ScheduledTask -Name "SIM3 Scan 1" -ComputerName Server1 | remove-task and remove-task -Name "SIM3 Scan 1" -ComputerName Server1 ...
Jump to:
First Post
Latest post:
Mar 16 2011
2 Posts
"Run whether user is logged on or not"-Property
First post:
ps1125
wrote: Hey Guys I am searching for the "Run whether user is logged on or not"-Property when a new task is created. The default setting is "Run only when user is logged on". Thats a problem beca...
Latest post:
Beestig
wrote: If you use the Register-ScheduledTask with the parameter -credential it runs whether user is logged on or not. Make sure you get the credentials as System.Management.Automation.PsCredent...
Jump to:
First Post
|
Latest Post
Configure View
Sorted by
Latest post
Search
Filter
(by tag)
All tags
1-10
of
31
< Previous
1
2
3
4
Next >
Show
10
25
50
All
discussions
View All (http://archive.msdn.microsoft.com/PowerShellPack/Thread/List.aspx?ViewAll=true)
Manage Your Profile
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...