Re: Automatic files copying
From: Brian Komar (bkomar_at_nospam.identit.ca)
Date: 07/10/05
- Previous message: Brian Komar: "Re: Multiple Certs on Smartcard and Windows Smartcard Logon"
- In reply to:(deleted message) Paul Adare: "Re: Automatic files copying"
- Next in thread: Grzegorz Gruza: "Re: Automatic files copying"
- Reply: Grzegorz Gruza: "Re: Automatic files copying"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 10 Jul 2005 23:34:28 +0200
In article <MPG.1d3808256a6f00bb989de1@msnews.microsoft.com>,
padare@newsguy.com says...
> In article <OaHJqp4gFHA.2424@TK2MSFTNGP09.phx.gbl>, in the
> microsoft.public.windows.server.security news group, Grzegorz Gruza
> <gruza@spamerom_nie.priv4.onet.pl> says...
>
> > But batch doesn't run from "normel user" account. I don't see
> > any errors in task scheduler error log, but nothing is done. When I run
> > this batch using schtasks /run .. then I see following error
> > ERROR: Passing the user credential for local connection.
> >
> >
>
> The move command causes cmd.exe to be invoked and the permissions on
> cmd.exe do not explicitly allow your normal user to run cmd.exe unless
> they are logged on interactively. So for a scheduled task, it won't
> execute. You need to grant the normal user account Read & Execute and
> Read permissions on cmd.exe.
>
>
Alternatively, assign the special account "BATCH" the Read & Execute
permissions on Cmd.exe, rather than the specific user account. This will
allow *any* user accounts defined for scheduled tasks to execute.
Brian
-- == Brian Komar MVP - Windows - Security http://www.identit.ca/blogs/brian
- Previous message: Brian Komar: "Re: Multiple Certs on Smartcard and Windows Smartcard Logon"
- In reply to:(deleted message) Paul Adare: "Re: Automatic files copying"
- Next in thread: Grzegorz Gruza: "Re: Automatic files copying"
- Reply: Grzegorz Gruza: "Re: Automatic files copying"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|