RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-24 Thread Roland Janus
Hm, that may get me to the same though.

If you see a chance that a TS-step somehow could return that and if only as
an error.

 

But usually a TS is checked as a whole and if something isn’t available it
fails in general, so maybe it can’t be done.

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Andreas Hammarskjöld
Sent: Samstag, 24. Januar 2015 17:02
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Ok, will reply to only this one. So looked into it a bit, and as far as I
can tell the TS will never actually know if it’s on a slow or remote
boundary. Instead its each package referenced by the sequence that will be
considered fast or slow, and the TS advert/deployment info will determine
the right run/download action.

 

This is why you can start a TS but run into an error, since there is no
content available for whatever package being referenced. All packages are
checked at the start of the TS, and as far I can tell, there is no info
whether that package is local or not outside the logs. 

 

But still think you can get the MP to tell you whether the client is in a
fast or slow network boundary, but that doesn’t really apply to the
deployment settings as packages could still be local to that boundary. 

 

I might be wrong though, a bit confused after having 2 Pints for lunch. But
will check the SDK tonight and see what’s possible.

 

//A

http://2pintsoftware.com

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: den 24 januari 2015 15:04
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

That’s like plan B. I would prefer to use what CM already knows, the
boundaries.

You would prefer that to, right? :)

 

-Roland

 

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Donnerstag, 22. Januar 2015 15:23
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

We had to use a script to sort it out.  We have a number of slow site
boundaries, all IP range based.  

 

What we have done is to export out the boundaries into a CSV with starting
address, ending address and name.  During the task sequence we run a script
that takes the IP address of the machine and looks it up within the CSV
file.  If it find that its IP address falls within one of the boundaries we
set a task sequence variable that we can key off of showing that it is
inside a slow boundary.

 

There may be more elegant ways of doing it but it works for us.

 

Mike

 

 

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Bump?

 

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: [mssms] Can a Task Sequence determine if the client is in a slow
boundary?

 

You guys have an idea on that?

Does a running TS provide somewhere if it is running using a slow boundary?

 

-Roland

 

 

 

**
Electronic Mail is not secure, may not be read every day, and should not be
used for urgent or sensitive issues 

 

 

 






RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-24 Thread Andreas Hammarskjöld
Ok, will reply to only this one. So looked into it a bit, and as far as I can 
tell the TS will never actually know if it's on a slow or remote boundary. 
Instead its each package referenced by the sequence that will be considered 
fast or slow, and the TS advert/deployment info will determine the right 
run/download action.

This is why you can start a TS but run into an error, since there is no content 
available for whatever package being referenced. All packages are checked at 
the start of the TS, and as far I can tell, there is no info whether that 
package is local or not outside the logs.

But still think you can get the MP to tell you whether the client is in a fast 
or slow network boundary, but that doesn't really apply to the deployment 
settings as packages could still be local to that boundary.

I might be wrong though, a bit confused after having 2 Pints for lunch. But 
will check the SDK tonight and see what's possible.

//A
http://2pintsoftware.com

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Roland Janus
Sent: den 24 januari 2015 15:04
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

That's like plan B. I would prefer to use what CM already knows, the boundaries.
You would prefer that to, right? :)

-Roland


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Donnerstag, 22. Januar 2015 15:23
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues







RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-24 Thread Roland Janus
Not for what I want to do.

Simplified: 

 

A remote site is defined as slow, but allowed to run a OSD-TS.

If that TS is started, it figures, hey you’re on a slow connection, are you
sure?

 

Not really what I want to do, but basically the TS should behave differently
based on that.

 

What do you think, can the client know?

 

-R

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Andreas Hammarskjöld
Sent: Donnerstag, 22. Januar 2015 17:42
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Easy workaround comes to mind, create 2 deployments, one for fast and one
for slow?

 

//A

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:36
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

I assume Roland is asking for both, post-client instal, and pre. :)

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:33 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Are we in WinPE?

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:31
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

The client yes, but what everything before the client is installed?

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

The client should know! When I wrote the BranchCache reporting engine I
think I stumbled across it in WMI somewhere. If you really need it I can see
if I can dig it up.

 

//A

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

No, it was all tied to Nomad.

 

If a machine was found to be in a slow site boundary that would trigger all
of the Nomad actions (installing the client in WinPE, pre-caching content,
using Peer Backup Assistant, etc.)

 

If the script found that the IP address of the machine fell within one of
the IP ranges of our slow boundaries we would set a task sequence variable
“SlowSite” to TRUE.  Then all of the Nomad related actions would key off of
that variable.

 

Mike

 

 

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

What did you do in the TS? Kill it?

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

We had to use a script to sort it out.  We have a number of slow site
boundaries, all IP range based.  

 

What we have done is to export out the boundaries into a CSV with starting
address, ending address and name.  During the task sequence we run a script
that takes the IP address of the machine and looks it up within the CSV
file.  If it find that its IP address falls within one of the boundaries we
set a task sequence variable that we can key off of showing that it is
inside a slow boundary.

 

There may be more elegant ways of doing it but it works for us.

 

Mike

 

 

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com

RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-24 Thread Roland Janus
That's like plan B. I would prefer to use what CM already knows, the
boundaries.

You would prefer that to, right? :)

 

-Roland

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Marable, Mike
Sent: Donnerstag, 22. Januar 2015 15:23
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

We had to use a script to sort it out.  We have a number of slow site
boundaries, all IP range based.  

 

What we have done is to export out the boundaries into a CSV with starting
address, ending address and name.  During the task sequence we run a script
that takes the IP address of the machine and looks it up within the CSV
file.  If it find that its IP address falls within one of the boundaries we
set a task sequence variable that we can key off of showing that it is
inside a slow boundary.

 

There may be more elegant ways of doing it but it works for us.

 

Mike

 

 

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Bump?

 

 

From: listsad...@lists.myitforum.com mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com 
Subject: [mssms] Can a Task Sequence determine if the client is in a slow
boundary?

 

You guys have an idea on that?

Does a running TS provide somewhere if it is running using a slow boundary?

 

-Roland

 

 

 

**
Electronic Mail is not secure, may not be read every day, and should not be
used for urgent or sensitive issues 

 





RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-24 Thread Roland Janus
Yeah, actually I do :)

 

If it’s in WMI somewhere, it likely is always there, right?

The client knows about it, doesn’t it, when it figures that it doesn’t have
access to content on a DP?

 

-R

 

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Daniel Ratliff
Sent: Donnerstag, 22. Januar 2015 17:36
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

I assume Roland is asking for both, post-client instal, and pre. :)

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:33 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Are we in WinPE?

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:31
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

The client yes, but what everything before the client is installed?

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

The client should know! When I wrote the BranchCache reporting engine I
think I stumbled across it in WMI somewhere. If you really need it I can see
if I can dig it up.

 

//A

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

No, it was all tied to Nomad.

 

If a machine was found to be in a slow site boundary that would trigger all
of the Nomad actions (installing the client in WinPE, pre-caching content,
using Peer Backup Assistant, etc.)

 

If the script found that the IP address of the machine fell within one of
the IP ranges of our slow boundaries we would set a task sequence variable
“SlowSite” to TRUE.  Then all of the Nomad related actions would key off of
that variable.

 

Mike

 

 

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

What did you do in the TS? Kill it?

 

Daniel Ratliff

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

We had to use a script to sort it out.  We have a number of slow site
boundaries, all IP range based.  

 

What we have done is to export out the boundaries into a CSV with starting
address, ending address and name.  During the task sequence we run a script
that takes the IP address of the machine and looks it up within the CSV
file.  If it find that its IP address falls within one of the boundaries we
set a task sequence variable that we can key off of showing that it is
inside a slow boundary.

 

There may be more elegant ways of doing it but it works for us.

 

Mike

 

 

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a
slow boundary?

 

Bump?

 

 

From:  mailto:listsad...@lists.myitforum.com
listsad...@lists.myitforum.com [ mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To:  mailto:mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client 

RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Roland Janus
Bump?

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow
boundary?

 

You guys have an idea on that?

Does a running TS provide somewhere if it is running using a slow boundary?

 

-Roland

 

 





RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Daniel Ratliff
What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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.




RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Marable, Mike
We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland



**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues 





RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Andreas Hammarskjöld
Are we in WinPE?

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:31
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client yes, but what everything before the client is installed?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client should know! When I wrote the BranchCache reporting engine I think I 
stumbled across it in WMI somewhere. If you really need it I can see if I can 
dig it up.

//A

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

No, it was all tied to Nomad.

If a machine was found to be in a slow site boundary that would trigger all of 
the Nomad actions (installing the client in WinPE, pre-caching content, using 
Peer Backup Assistant, etc.)

If the script found that the IP address of the machine fell within one of the 
IP ranges of our slow boundaries we would set a task sequence variable 
SlowSite to TRUE.  Then all of the Nomad related actions would key off of 
that variable.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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.


**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues



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.






RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Daniel Ratliff
The client yes, but what everything before the client is installed?

Daniel Ratliff

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client should know! When I wrote the BranchCache reporting engine I think I 
stumbled across it in WMI somewhere. If you really need it I can see if I can 
dig it up.

//A

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

No, it was all tied to Nomad.

If a machine was found to be in a slow site boundary that would trigger all of 
the Nomad actions (installing the client in WinPE, pre-caching content, using 
Peer Backup Assistant, etc.)

If the script found that the IP address of the machine fell within one of the 
IP ranges of our slow boundaries we would set a task sequence variable 
SlowSite to TRUE.  Then all of the Nomad related actions would key off of 
that variable.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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.


**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues



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.




RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Marable, Mike
No, it was all tied to Nomad.

If a machine was found to be in a slow site boundary that would trigger all of 
the Nomad actions (installing the client in WinPE, pre-caching content, using 
Peer Backup Assistant, etc.)

If the script found that the IP address of the machine fell within one of the 
IP ranges of our slow boundaries we would set a task sequence variable 
SlowSite to TRUE.  Then all of the Nomad related actions would key off of 
that variable.

Mike



From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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.

**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues 





RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Daniel Ratliff
I assume Roland is asking for both, post-client instal, and pre. :)

Daniel Ratliff

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:33 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Are we in WinPE?

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:31
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client yes, but what everything before the client is installed?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client should know! When I wrote the BranchCache reporting engine I think I 
stumbled across it in WMI somewhere. If you really need it I can see if I can 
dig it up.

//A

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

No, it was all tied to Nomad.

If a machine was found to be in a slow site boundary that would trigger all of 
the Nomad actions (installing the client in WinPE, pre-caching content, using 
Peer Backup Assistant, etc.)

If the script found that the IP address of the machine fell within one of the 
IP ranges of our slow boundaries we would set a task sequence variable 
SlowSite to TRUE.  Then all of the Nomad related actions would key off of 
that variable.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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.


**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues



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,

RE: [mssms] Can a Task Sequence determine if the client is in a slow boundary?

2015-01-22 Thread Andreas Hammarskjöld
Easy workaround comes to mind, create 2 deployments, one for fast and one for 
slow?

//A

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:36
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

I assume Roland is asking for both, post-client instal, and pre. :)

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:33 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Are we in WinPE?

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: den 22 januari 2015 17:31
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client yes, but what everything before the client is installed?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Andreas Hammarskjöld
Sent: Thursday, January 22, 2015 11:27 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

The client should know! When I wrote the BranchCache reporting engine I think I 
stumbled across it in WMI somewhere. If you really need it I can see if I can 
dig it up.

//A

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: den 22 januari 2015 15:40
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

No, it was all tied to Nomad.

If a machine was found to be in a slow site boundary that would trigger all of 
the Nomad actions (installing the client in WinPE, pre-caching content, using 
Peer Backup Assistant, etc.)

If the script found that the IP address of the machine fell within one of the 
IP ranges of our slow boundaries we would set a task sequence variable 
SlowSite to TRUE.  Then all of the Nomad related actions would key off of 
that variable.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Daniel Ratliff
Sent: Thursday, January 22, 2015 9:26 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

What did you do in the TS? Kill it?

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marable, Mike
Sent: Thursday, January 22, 2015 9:23 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

We had to use a script to sort it out.  We have a number of slow site 
boundaries, all IP range based.

What we have done is to export out the boundaries into a CSV with starting 
address, ending address and name.  During the task sequence we run a script 
that takes the IP address of the machine and looks it up within the CSV file.  
If it find that its IP address falls within one of the boundaries we set a task 
sequence variable that we can key off of showing that it is inside a slow 
boundary.

There may be more elegant ways of doing it but it works for us.

Mike



From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Thursday, January 22, 2015 9:17 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: RE: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

Bump?


From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Roland Janus
Sent: Mittwoch, 21. Januar 2015 15:03
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: [mssms] Can a Task Sequence determine if the client is in a slow 
boundary?

You guys have an idea on that?
Does a running TS provide somewhere if it is running using a slow boundary?

-Roland




**
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues


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