asked on
get-adcomputer -filter 'name -like "*"' |
foreach {
get-service -servicename spooler | select *
}
The output does not contain the system name, can I get a little help to have that included?Name : spooler
RequiredServices : {RPCSS, http}
CanPauseAndContinue : False
CanShutdown : False
CanStop : False
DisplayName : Print Spooler
DependentServices : {}
MachineName : .
ServiceName : spooler
ServicesDependedOn : {RPCSS, http}
ServiceHandle : SafeServiceHandle
Status : Stopped
ServiceType : Win32OwnProcess, InteractiveProcess
StartType : Disabled
Site :
Container :
Active Directory (AD) is a Microsoft brand for identity-related capabilities. In the on-premises world, Windows Server AD provides a set of identity capabilities and services, and is hugely popular (88% of Fortune 1000 and 95% of enterprises use AD). This topic includes all things Active Directory including DNS, Group Policy, DFS, troubleshooting, ADFS, and all other topics under the Microsoft AD and identity umbrella.
TRUSTED BY
ASKER
Open in new window
I also triedOpen in new window
Either way I get no nameOpen in new window