can I load a ps1 file from within a ps1 file. The end goal is to make a ps1 file that I put in my profile on all my computers and have a floating profile that I can put paths to pocket utilities in.
I\'m trying to programmatically create a parameter block for a function ( along the lines of this blog post ).
I\'ve created a set of开发者_Go百科 virtual machines (Windows Server) with a specific admin password;these VMs have been assigned to users, and may be in use. I want to know if the user changed the ad
I have to extract columns from a text file explained in this post: Extracting columns from text file using Perl one-liner: similar to Unix cut
I am doing some parallel SQL Server 2005 database restores in powershell. The way I have done it is to use cmd.exe and start so that powershell doesn\'t wait for it to complete. What I need to do is t
I have a bunch of (50+) XML files in a directory that I would like to insert into a SQL server 2008 table.
I need some with help with PowerShell, please. It should be pretty easy: I have a list of subdirectories, with a xml file in each one. I want to open each xml file and print the value of one node. Th
I\'m trying to write a powershell script that updats each of the DiagnosticsConnectionString and DataConnectionString values below, but I can\'t seem to find each individual Role node using
I\'m running into an interesting problem in Powershell, and haven\'t been able to find a solution to it. When I google (and find things like this post), nothing quite as involved as what I\'m trying t
I am trying to connect to a remote sql database and simply run the \"select @@servername\" query in Powershell.I\'m trying to do this without using integrated security.I\'ve been struggling with \"get