-
I just started using Powershell (V1 to be specific) and am having a problem trying to use the Test-Path cmdlet with a UNC path containing a $ character. The UNC is similar to: "\\LCFSQL03\D$\SQL BACKUPS" No matter how I write the syntax, I cannot get a TRUE to return. I know for a fact the...
Posted to
General
(Forum)
by
Woojo01
on
07-14-2009
Filed under: PowerShell, Cmdlet, test-path, Using Cmdlets, True False Comparisons
-
Can anyone tell me why I'm getting this error when I try to move a non-empty folder from one share to another using Powershell's Move-Item cmdlet? "Move-Item : Access to the path '\\SOURCESERVER\ShareName\DirName' is denied" This is the syntax I'm using: Move-Item -path...
Posted to
General
(Forum)
by
yoodle
on
09-03-2009
Filed under: PowerShell, Cmdlet, Scripting, Common Commands, PSDrive, User Credentials, Map Network Drive
-
Alexander wrote a nice article comparing CLs to PowerShell cmdlets. Good information for anyone considering adding PowerShell to your toolbox. Read more at: http://ajdotnet.wordpress.com/2008/01/19/command-line-tool-vs-powershell-cmdlet/
Posted to
General
(Forum)
by
ps2
on
12-18-2008
Filed under: PowerShell, Command Line, Cmdlet