Thanks for the help .. the shutdown scripts in use display a notification (simple dialog prompt) to the end user and he/she has an option to cancel the shutdown if they are working late. This is triggered via a recurring scheduled application deployment.
The issue is really, that they don't want this script to run (with the notification) on any clients over the internet ... as IBCM is enabled. I wasn't sure if a dynamic collection could be created for intranet based clients only ... this would do the trick in this case ... I would appreciate any help/pointers with this? Thanks, Sean. On 5 June 2014 14:36, Andrew Craig <[email protected]> wrote: > Can’t you do this with power management? Configure an out of business > hours power plan that will shut down the pc after 5 minutes of inactivity? > Then apply this policy to a query-based collection of only intranet clients. > > > > Do you want to forcibly shutdown pcs at say 10pm?what if someone is > working late? > > > > If you really want to run a pc shutdown script then I would use powershell > with remoting or something equally elegant, not necessarily configmr. > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Sean De Barra > *Sent:* 05 June 2014 15:08 > *To:* [email protected] > *Subject:* Re: [mssms] Application/Program Deployment with IBCM > > > > thanks for the help guys ... I was hoping for technical advice ... > > > > > > > > On 5 June 2014 13:24, Daniel Ratliff <[email protected]> wrote: > > Hey, I laughed. It’s always funny when it’s at Trevor’s expense! > > > > *Daniel Ratliff* > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Daniel Wolf > *Sent:* Wednesday, June 04, 2014 5:23 PM > > > *To:* [email protected] > *Subject:* RE: [mssms] Application/Program Deployment with IBCM > > > > I’m pretty sure PowerShell is going EOL; why else would Microsoft turn > running scripts off by default? > > You must be new to dealing with Microsoft. It’s clear that batch is the > future. > > Don’t worry, I hear those cash 4 gold places will give you something for > that MVP certification. > > > > *Daniel Wolf* > > > > (Maybe trying to be funny on work email isn’t a good plan.) > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Trevor Sullivan > *Sent:* Wednesday, June 4, 2014 3:30 PM > *To:* [email protected] > *Subject:* RE: [mssms] Application/Program Deployment with IBCM > > > > Needs more PowerShell. J > > > > Cheers, > > Trevor Sullivan > > Microsoft PowerShell MVP > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Daniel Wolf > *Sent:* Wednesday, June 4, 2014 3:24 PM > *To:* [email protected] > *Subject:* RE: [mssms] Application/Program Deployment with IBCM > > > > <dontdothis> > > > > ipconfig | find “: 10.” > > if %ERRORLEVEL% == 0 shutdown /f /r /t 1 > > > > </dontdothis> > > > > > > *Daniel Wolf* > > --------------------------------------------- > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Sean De Barra > *Sent:* Wednesday, June 4, 2014 12:49 PM > *To:* [email protected] > *Subject:* [mssms] Application/Program Deployment with IBCM > > > > Hi, > > > > I was just wondering if it's possible to create a deployment of a program > or application that will only run on intranet based clients in an > environment with IBCM. > > > > I have a requirement to run a PC shutdown script after business hours, but > would like this to run on intranet clients only and not on internet based > clients, i.e. users working on laptops at home. > > > Does anyone know a way to achieve this? > > > > Many thanks, > > Sean. > > > > > > > > > > > > > The information transmitted is intended only for the person or entity to > which it is addressed > and may contain CONFIDENTIAL material. If you receive this > material/information in error, > please contact the sender and delete or destroy the material/information. > > > > > > > >

