|
Start-ProcessInteractive
illustrates how you can use the task scheduler to run a program or script remotely on behalf of...
|
03-15-2011
|
357
|
0
|
|
Launch PS Script as Scheduled Task Elevated
creates a scheduled task that runs a PS script in the context of some other user. The script is...
|
10-29-2010
|
465
|
0
|
|
Encrypt Own Password in Script
Enter password and username. The script autogenerates a script that encrypts the password with your...
|
10-25-2010
|
414
|
0
|
|
Encrypt Password in Script
Asks for a password and a username, then autogenerates a script than contains the password in encrypted...
|
10-22-2010
|
494
|
0
|
|
Create shares with share permissons
Create one or several shares with share permissions in a domain environment.
|
05-17-2009
|
1,534
|
2
|
|
Get-HotFix
The Get-HotFix function gets the quick-fix engineering (QFE) updates that have been applied to the...
|
04-28-2009
|
584
|
0
|
|
Read-MBSALogs
The following script iterates over each file in the directory, parses the file and looks for the...
|
03-04-2009
|
297
|
0
|
|
|
Set-Folderpermission.ps1
This script sets the permissions on a folder. Read more about it here >> goude@powershell...
|
02-27-2009
|
279
|
0
|
|
|
Change file ownership
Demonstrates how to assign a new owner to a file by manipulating the file security descriptor. Assigning...
|
11-25-2008
|
1,348
|
1
|
|
Load persisted password from disk and launch process with...
This script shows how to load a previously persisted secret password from disk, then convert it...
|
11-15-2008
|
427
|
1
|
|
Encrypt a password and save it to disk
encrypts a password with the current users identity and saves it to disk as file. The password can...
|
11-15-2008
|
597
|
1
|
|
Check for Administrative Privileges
Function isAdmin() checks whether a script runs with full Admin privileges.
|
11-10-2008
|
509
|
0
|