Top "Network-service" questions

How do I 'run as' 'Network Service'?

I am trying to run a process as another account. I have the command: runas "/user:WIN-CLR8YU96CL5\network …

command-line permissions runas network-service
Cannot Start Windows Service in NetworkService account

I have a windows service project implementation that I am trying to install as network service. process = new ServiceProcessInstaller(); process.…

c# .net windows-services network-service
Interactive command prompt as NETWORK SERVICE

How do I open an interactive application, such as cmd.exe or Windows Explorer, running as NETWORK SERVICE? There are …

windows security authentication network-service
IIS PowerShell Application Pool set as 'NetworkService' Account

I'm trying to create an Application Pool in IIS7 using PowerShell. I want this to run under the NetworkService account …

powershell iis network-service
Can't run PSExec using NETWORK SERVICE account

I am using TFS to kick off PSExec to run an InstallShield process that creates installers. Our TFS build agent …

security tfs psexec windows-security network-service