When i Invoke this Command on a german XP with Powershell V2 CTP3
Get-ChildItem HKLM: -recurse -include Powershell
I get this erros:
Get-ChildItem : Der angeforderte Registrierungszugriff ist unzulässig.
At line:1 char:14
+ Get-ChildItem <<<< HKLM: -recurse -include Powershell
+ CategoryInfo : PermissionDenied: (HKEY_LOCAL_MACHINE\SAM
\SAM:String) [Get-ChildItem], SecurityException
+ FullyQualifiedErrorId :
System.Security.SecurityException,Microsoft.PowerShell.Commands.GetChildItemCommand
Get-ChildItem : Der angeforderte Registrierungszugriff ist unzulässig.
At line:1 char:14
+ Get-ChildItem <<<< HKLM: -recurse -include Powershell
+ CategoryInfo : PermissionDenied: (HKEY_LOCAL_MACHINE
\SECURITY:String) [Get-ChildItem], SecurityException
+ FullyQualifiedErrorId :
System.Security.SecurityException,Microsoft.PowerShell.Commands.GetChildItemCommand
Get-ChildItem : Cannot process argument because the value of argument
"path" is invalid. Change the value of the "path" argument and run the
operation a
gain.
At line:1 char:14
+ Get-ChildItem <<<< HKLM: -recurse -include Powershell
+ CategoryInfo : InvalidArgument: ([Get-ChildItem],
PSArgumentException
+ FullyQualifiedErrorId :
Argument,Microsoft.PowerShell.Commands.GetChildItemCommand
Without the -Include Parameter everything works fine....

[Get-ChildItem],
