get-module |Select -expandedproperty exportedcommands |?{$_ -notlike "Get-WmiObject" -AND ($_ | gm -membertype method -name change) -ne $null}
I need this command to return a cmdlet that will change the service log on as account and password.
get-module |Select -expandedproperty exportedcommands |?{$_ -notlike "Get-WmiObject" -AND ($_ | gm -membertype method -name change) -ne $null}
I need this command to return a cmdlet that will change the service log on as account and password.