[mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread Michael Niehaus
The whole setup (consumer features, placeholder icons) is new in 1511. Thanks, -Michael From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of James Avery Sent: Friday, January 22, 2016 4:20 PM To: ms...@lists.myitforum.com Subject: [mssms] RE: SCCM TS deploy -

RE: [mssms] All recent software updates - required 0 in console?

2016-01-22 Thread James Ong
Have you checked whether the clients have successfully completed the scan after the sync? There's a report to see last scan state. Regards, James Ong On 23 Jan 2016 06:29, "Murray, Mike" wrote: > Still not getting any data on these. > > > > *From:* listsadmin@lists.myitforum.com [mailto: > lists

RE: [NTSysADM] Exchange Retired, ACEs Haven't

2016-01-22 Thread Charles F Sullivan
Thanks, this is a nice looking tool. Lots of functionality. *From:* listsadmin@lists.myitforum.com [mailto: listsadmin@lists.myitforum.com] *On Behalf Of *Brian Desmond *Sent:* Wednesday, January 20, 2016 9:32 PM *To:* ntsys...@lists.myitforum.com *Subject:* RE: [NTSysADM] Exchange Retired, ACEs

RE: [mssms] RE: SQL Query Help

2016-01-22 Thread Daniel Ratliff
Ah, that's right. Thanks Garth! Daniel Ratliff From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Garth Jones Sent: Friday, January 22, 2016 7:23 PM To: ms...@lists.myitforum.com Subject: Re: [mssms] RE: SQL Query Help That part of HW. If the view starts

Re: [mssms] RE: SQL Query Help

2016-01-22 Thread Garth Jones
That part of HW. If the view starts with v_gs_ it is from HW Inv. Sent from my iPhone On Jan 22, 2016, at 7:10 PM, Daniel Ratliff mailto:dratl...@humana.com>> wrote: Is v_GS_System part of HINV or the DDR? Daniel Ratliff From: listsadmin@lists.myitforum.com

[mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread James Avery
That’s weird. Because the Win10 build 10240 works perfectly. Thank you very much Michael! From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Michael Niehaus Sent: Friday, January 22, 2016 6:02 PM To: ms...@lists.myitforum.com Subject: [mssms] RE: SCCM TS de

[mssms] RE: SQL Query Help

2016-01-22 Thread Daniel Ratliff
Is v_GS_System part of HINV or the DDR? Daniel Ratliff From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Garth Jones Sent: Friday, January 22, 2016 6:02 PM To: ms...@lists.myitforum.com Subject: [mssms] RE: SQL Query Help Keep in mind that all of these qu

[mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread Michael Niehaus
Those are “placeholder” shortcuts. If you hadn’t turned off the consumer features (see http://blogs.technet.com/b/mniehaus/archive/2015/11/23/seeing-extra-apps-turn-them-off.aspx) you would see them replaced with fun things like Candy Crush, Twitter, Flipboard, and similar apps. If you set th

[NTSysADM] RE: has anyone integrated with AD and Workday?

2016-01-22 Thread Ryan Shugart
Thanks everyone. We have a meeting with some stake holders Monday afternoon, so I should have a better idea at that point as to just what they do and don’t want/think we can do. At this point we don’t have any middleware or anything like that, I’d never heard of any of those applications mysel

[mssms] RE: SQL Query Help

2016-01-22 Thread Garth Jones
Keep in mind that all of these query will only show you x86 software titles. Use v_ADD_REMOVE_PROGRAMS to get both x86 and x64 SW titles. On top of that want to join in v_R_System_Valid so that you see only SW for computers that are active. Then to ensure that you only get servers only, use the

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
No problem. On Fri, Jan 22, 2016 at 1:48 PM, Richard Stovall wrote: > Doh! I neglected to register the zero length part of your original post. > Sorry about that. > > On Fri, Jan 22, 2016 at 4:27 PM, Kurt Buff wrote: >> >> A zero-length file always returns the same hash... >> >> Kurt >> >> On F

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
The Administrators group owns them. Kurt On Fri, Jan 22, 2016 at 1:49 PM, Richard Stovall wrote: > Who owns them? > > On Fri, Jan 22, 2016 at 4:39 PM, Kurt Buff wrote: >> >> But, you sparked a memory, and I marked down another possibility as >> negative. >> >> Alternate Data Streams. >> >> I us

[mssms] RE: Multihomed clients

2016-01-22 Thread Stuart Watret
Hi, sorted it by adding a persistent route on a few machines, after that some firewall changes between A and B. Ta -Original Message- From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Jason Sandys Sent: 20 January 2016 15:31 To: ms...@lists.myitfo

RE: [mssms] All recent software updates - required 0 in console?

2016-01-22 Thread Murray, Mike
Still not getting any data on these. From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Murray, Mike Sent: Friday, January 15, 2016 2:23 PM To: ms...@lists.myitforum.com Subject: RE: [mssms] All recent software updates - required 0 in console? Thanks, but n

[mssms] RE: SQL Query Help

2016-01-22 Thread Lindsay, Charles
You would have to join another view into your query. In keeping with the existing "format" of the query that you sent as a starting point, it would look like this: select distinct arp.DisplayName0 as 'Application Name' ,COUNT(1) AS COUNT ,OS.Capti

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Richard Stovall
Who owns them? On Fri, Jan 22, 2016 at 4:39 PM, Kurt Buff wrote: > But, you sparked a memory, and I marked down another possibility as > negative. > > Alternate Data Streams. > > I used the Sysinternals streams utility - that came up negative > against the directory and the files. > > Kurt > > O

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Richard Stovall
Doh! I neglected to register the zero length part of your original post. Sorry about that. On Fri, Jan 22, 2016 at 4:27 PM, Kurt Buff wrote: > A zero-length file always returns the same hash... > > Kurt > > On Fri, Jan 22, 2016 at 1:18 PM, Richard Stovall > wrote: > > Did you get hashes of the

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
But, you sparked a memory, and I marked down another possibility as negative. Alternate Data Streams. I used the Sysinternals streams utility - that came up negative against the directory and the files. Kurt On Fri, Jan 22, 2016 at 1:18 PM, Richard Stovall wrote: > Did you get hashes of the fi

[NTSysADM] Re: has anyone integrated with AD and Workday?

2016-01-22 Thread Joseph L. Casale
Sorry to dilute the OPs thread, but what do you think of Ping? jlc From: listsadmin@lists.myitforum.com on behalf of Christopher Bodnar Sent: January 22, 2016 1:21 PM To: ntsys...@lists.myitforum.com Subject: [NTSysADM] RE: has anyone integrated with AD and Wor

[mssms] SQL Query Help

2016-01-22 Thread Beardsley, James
I have the following query to pull a list of all applications from all clients and the count of each installation. Management wants to know if it's possible to tell whether or not any of the applications are installed on a server OS. That's a more advanced query than I have the ability to write.

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
A zero-length file always returns the same hash... Kurt On Fri, Jan 22, 2016 at 1:18 PM, Richard Stovall wrote: > Did you get hashes of the files and run them through your favorite Google > search engine? > > On Fri, Jan 22, 2016 at 3:49 PM, Kurt Buff wrote: >> >> All, >> >> I logged into our f

[mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread James Avery
They don’t do anything. Just sit there and look awful. From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Justin Chalfant Sent: Friday, January 22, 2016 2:59 PM To: ms...@lists.myitforum.com Subject: [mssms] RE: SCCM TS deploy - Windows 10 missing start men

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Richard Stovall
Did you get hashes of the files and run them through your favorite Google search engine? On Fri, Jan 22, 2016 at 3:49 PM, Kurt Buff wrote: > All, > > I logged into our file server to do some work on it, and noticed a new > directory - C:\780A76EB-C496-4C3D-B653-F2AF085FA643\ > > It contained the

Re: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Richard Stovall
I was actually thinking of suggesting a VPN, then I realized that the OP is probably dealing with multiple end users, each on satellite, and would actually add complexity by going this route. On Fri, Jan 22, 2016 at 3:41 PM, James M. Pulver wrote: > Use a VPN maybe? Would that actually be able t

RE: [mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread s kissel
In my experience, they don't do anything. I can't recall if the Start Menu just sits there when you click on them and doesn't do anything, or if the Start Menu disappears and it seems like it's going to start an app, but doesn't. -S From: justin.chalf...@microsoft.com To: ms...@lists.myitforu

[mssms] RE: question on PDP

2016-01-22 Thread Thomas Gonzalez
That's what I figured, data warehouse team had inquired, but I just wanted some additional information. Thanks, Thomas From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Krueger, Jeff Sent: Friday, January 22, 2016 2:37 PM To: ms...@lists.myitforum.com S

[mssms] RE: SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread Justin Chalfant
If you click them do they go to the Windows store for an application in the store? Thanks, Justin Chalfant Premier Field Engineer – Configuration Manager Public Sector Microsoft Services Phone : (303) 846-2701 Email: justin.chalf...@microsoft.com Blog: http

RE: [mssms] SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread s kissel
Yes, just recently in a lab. I presume it was from unpinning things from the Start menu prior to capture and sysprep in MDT, but I haven't had a chance to look further into it yet. Regards,-S From: ja...@jamescavery.com To: ms...@lists.myitforum.com Subject: [mssms] SCCM TS deploy - Windows 10 m

Re: [NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
I don't think so. The machine was current on patches through December, and the January patches hadn't been released yet. Kurt On Fri, Jan 22, 2016 at 12:52 PM, James Rankin wrote: > Remember that crazy accidental Windows update release that showed a load > of Chinese characters? Could this be s

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Michael B. Smith
Now that the mitigations suggested in RFC 2488 are in wide deployment, VPNs should work just fine (at least IPSec). -Original Message- From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of James M. Pulver Sent: Friday, January 22, 2016 3:42 PM To: ntsy

Re: [NTSysADM] Very, very weird

2016-01-22 Thread James Rankin
Remember that crazy accidental Windows update release that showed a load of Chinese characters? Could this be something similar or even related? Sent from my slightly schizophrenic, but rather cool, BlackBerry Android From:kurt.b...@gmail.com Sent:22 January 2016 8:50 pm To:ntsys...@lists.myitfo

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Joey Smith
On Fri, 22 Jan 2016, Charles F Sullivan wrote: > DNS Acceleration = Ignore TTL > > Brilliant concept! No idea if they do anymore, but AOL used to do this kind of crap back in the day... I remember someone asking me to look at a problem like this and they were setting everything to a TTL of 3 we

[mssms] SCCM TS deploy - Windows 10 missing start menu shortcuts

2016-01-22 Thread James Avery
Hello everyone, Have you seen this before when deploying a simple task sequence to distribute windows 10 to a VM? As you can see below, nothing major and no customization. Windows 10 – 1511 SCCM 2012 R2 SP1 CU3 Task Sequence [cid:image001.jpg@01D15524.7615F870] [cid:image002.jpg@01D15524.7615

Re: [NTSysADM] HughesNet and AWS

2016-01-22 Thread James M. Pulver
Use a VPN maybe? Would that actually be able to hold a connection over the satallite latencies? James Pulver CLASSE Computer Group Cornell University On 01/22/2016 03:21 PM, Charles F Sullivan wrote: DNS Acceleration = Ignore TTL Brilliant concept! *From:*listsadmin@lists.myitforum.com

[NTSysADM] Very, very weird

2016-01-22 Thread Kurt Buff
All, I logged into our file server to do some work on it, and noticed a new directory - C:\780A76EB-C496-4C3D-B653-F2AF085FA643\ It contained the following files zero-length, marked as Read-only, Hidden, System: 0湶甭敳獲琮穧 1㍄ᄢ 2㍄ᄢ 3虯戱❮耀 The dates on the files and directory is 20

[mssms] RE: question on PDP

2016-01-22 Thread Krueger, Jeff
By PDP do you a pull distribution point? The Software Update Point role is where the machines scan against when checking for updates to determine which ones are applicable. The clients still download the actual update content from the distribution points. You can have multiple SUPs but a mach

[NTSysADM] RE: has anyone integrated with AD and Workday?

2016-01-22 Thread Christopher Bodnar
We do federation/SSO with WD using PingFederate (AD FS provides the same functionality). Very simple SAML integration compared to some others. As far as having the HR system write back to AD directly, we don't do that. Typically you have middleware that will accomplish user provisioning. Things

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Charles F Sullivan
DNS Acceleration = Ignore TTL Brilliant concept! *From:* listsadmin@lists.myitforum.com [mailto: listsadmin@lists.myitforum.com] *On Behalf Of *Damien Solodow *Sent:* Friday, January 22, 2016 1:44 PM *To:* ntsys...@lists.myitforum.com *Subject:* RE: [NTSysADM] HughesNet and AWS Yeah, I’d tho

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Damien Solodow
Yeah, I’d thought (and hoped) it was their DNS server doing it, but when even ‘nslookup saasapp.com 8.8.8.8’ came back wrong (and different from the results on my PC) I knew something was rotten. ☺ DAMIEN SOLODOW Senior Systems Engineer 317.447.6033 (office) 317.447.6014 (fax) HARRISON COLLEGE

Re: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Richard Stovall
That's friggin awesome, but it doesn't hurt. :-) On Fri, Jan 22, 2016 at 1:33 PM, Michael B. Smith wrote: > Both Comcast and CenturyLink have similar “features” if you use their DNS > servers. But they don’t override you if you choose another DNS server… > > > > *From:* listsadmin@lists.myitfor

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Michael B. Smith
Both Comcast and CenturyLink have similar “features” if you use their DNS servers. But they don’t override you if you choose another DNS server… From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Richard Stovall Sent: Friday, January 22, 2016 12:48 PM To: n

[mssms] question on PDP

2016-01-22 Thread Thomas Gonzalez
Is it possible to have a PDP act as a backup SUP? Thomas Gonzalez Windows Systems Engineer IV [http://600a2794aa4ab5bae6bd-8d3014ab8e4d12d3346853d589a26319.r53.cf1.rackcdn.com/signatures/images/rackspace_logo.png] thomas.gonza...@rackspace.com phone: 210.312.4908 mobile: 210.332.8327

RE: [NTSysADM] HughesNet and AWS

2016-01-22 Thread David McSpadden
You sir have a very sick sense of humor. Very disturbed I think. ☺ From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Richard Stovall Sent: Friday, January 22, 2016 12:48 PM To: ntsys...@lists.myitforum.com Subject: Re: [NTSysADM] HughesNet and AWS That is

Re: [NTSysADM] HughesNet and AWS

2016-01-22 Thread Richard Stovall
That is so friggin' awesome it hurts. On Fri, Jan 22, 2016 at 12:19 PM, Damien Solodow < damien.solo...@harrison.edu> wrote: > Having a fun issue, and figured I’d see if anyone else has run into > something like it and has a solution. J > > > > One of our SaaS apps is hosted on AWS, and AWS has

[NTSysADM] HughesNet and AWS

2016-01-22 Thread Damien Solodow
Having a fun issue, and figured I'd see if anyone else has run into something like it and has a solution. :) One of our SaaS apps is hosted on AWS, and AWS has the lovely habit of using very short DNS TTLs and changing IPs frequently. Normally not that big a deal. However, it looks like a satell

RE: [mssms] RE: What are you using configuration baselines for?

2016-01-22 Thread Chris Carbone
Thank you all very much! This will keep me busy for some time. Best regards, Chris From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Sherry Kissinger Sent: Thursday, January 21, 2016 2:41 PM To: ms...@lists.myitforum.com Subject: Re: [mssms] RE: What

[mssms] RE: Finding all machines that do not have.

2016-01-22 Thread Wilbers, Scott
SELECT s.Name0 FROM v_R_System s WHERE s.ResourceID NOT IN (SELECT ResourceID FROM v_GS_QUICK_FIX_ENGINEERING WHERE HotFixID0 LIKE '%3112343%') Try this From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of David McSpadden Sent: Friday, January 22, 2016 10:21

Re: [mssms] Finding all machines that do not have.

2016-01-22 Thread Sherry Kissinger
Here's 1 way.  If you only want the ones that deserve the update but don't have it, then add in to the where clause... and ucs.status=2 select s1.netbios_name0, ucs.ci_id, ucs.status,case when ucs.status=3 then 'installed'when ucs.status=2 then 'required/missing'when ucs.status=0 then 'unknown

[mssms] Finding all machines that do not have.

2016-01-22 Thread David McSpadden
I am running this sql query to find all machines that have 3112343 SELECT n.[DNSHostName0],n.IPAddress0, q.[HotFixID0],q.Description0,q.InstalledOn0 FROM [CM_SC1].[SCCM_Ext].[vex_GS_QUICK_FIX_ENGINEERING] q, [CM_SC1].SCCM_Ext.vex_GS_NETWORK_ADAPTER_CONFIGURATION n where q.ResourceID=n.R

[MDT-OSD] MDT Feature Wish list

2016-01-22 Thread Bain . John
Only one thing I can think of right now: · Stop locking the UI when I’m importing drivers or generating media, I’ve used the multiple MDT power shell commands at the same time so I don’t know why the Workbench GUI likes to lock the UI while its completing the exact same tasks. o Say

[mssms] several servers showing "in progress' from updates

2016-01-22 Thread Thomas Gonzalez
I've been deploying this month's updates to our Servers. I'm seeing on a several deployment status that some servers did not report properly back up to the primary. I went into one of the servers, reviewed wuahandler, rebootcoordinator and check the wsusupdate and see the patches installed and

[mssms] SCCM 2012 R2 SP1 to SCCM 1511

2016-01-22 Thread Denzik, Josh
All, We are standing up a new SCCM site running 1511. My question is about the client installation command line. Is it necessary to use the RESETKEYINFORMATION=TRUE when moving the clients to a brand new site with a brand new site code? I have previously done a migration from 2007 R3 to SCCM 2