Pablo Brinvat and
D are now friends 5 months, 1 week ago
D liked comment of Clayton on Remotely query user profile information with PowerShell. (So far, Clayton has 3 likes for this comment.) 4 years, 2 months ago
I saved above script in notepad and given name as “WindowsProfiles.ps1”
If i try to type Get-WindowsProfiles.ps1 then it gives me below error
PS D:> Get-WindowsProfiles.ps1
Get-WindowsProfiles.ps1 : The term ‘Get-WindowsProfiles.ps1’ is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path
correct and try again.
At line:1 char:1
+ Get-WindowsProfiles.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-WindowsProfiles.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionif i run script without “Get-” then it gives me result
but my main question is how i can run same script for multiple servers
D became a registered member 4 years, 2 months ago