RE: [mssms] Collection Update Query

2016-12-06 Thread Atkinson, Matt T
Q: Will that do every collection we created?

A: Yes, as written it would change every collection. Modify this part: 
$collections = Get-CMCollection to do only certain collections.

Q: Does it 'uncheck' the Incremental option?

A: Not as written, to also remove incremental checkbox you could modify the 
set-cmcollection part to include the “–refreshtype periodic” parameter.

Q: Also, is there a way within it to set the actual time to do the 'Full 
Update' during that 7th day?

A: I ran in to some errors trying to get this nailed in the way I think it 
should work due to data types not converting, but this does seem to work for 
me, just adjust the time to be what you need:

$collections = Get-CMCollection

foreach ($collection in $collections)
{
Set-CMDeviceCollection  -CollectionId $collection.Collectionid -RefreshSchedule 
(New-CMSchedule -Start "12/06/16 7:30 PM" -RecurInterval Days -RecurCount 7) 
-RefreshType Periodic
}



From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Adam Juelich
Sent: Tuesday, December 06, 2016 12:27 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] Collection Update Query

Matt,

Will that do every collection we created?  Does it 'uncheck' the Incremental 
option?  Also, is there a way within it to set the actual time to do the 'Full 
Update' during that 7th day?

Thanks!

On Tue, Dec 6, 2016 at 1:30 PM, Atkinson, Matt T 
> wrote:
Sorry, just noticed a small typo, here is the correction:

$collections = Get-CMCollection

$schedule = New-CMSchedule -RecurInterval Days -RecurCount 7

foreach ($collection in $collections)
{
Set-CMCollection  -CollectionId $collection.collectionid -RefreshSchedule 
$schedule
}

From: Atkinson, Matt T
Sent: Tuesday, December 06, 2016 11:24 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Collection Update Query

Try this out, will set them to refresh every 7 days, you probably will need to 
limit or modify the command used to populate $collections to better fit your 
environment:

$collections = Get-CMCollection

$schedule = New-CMSchedule -RecurInterval Days -RecurCount 7

foreach ($collection in $collections)
{
Set-CMCollection  -CollectionId 
$collection.id
 -RefreshSchedule $schedule
}


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Adam Juelich
Sent: Tuesday, December 06, 2016 9:40 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Collection Update Query

Hello Everyone,

I just started a new gig and am taking over an existing v1511 site.  SQL is on 
a separate server which is a problem in itself but I was noticing that queries 
were running very slowly even though that server had 28GB of memory and we are 
a smaller environment (1600 clients).

I started going through collections and noticed that my predecessor set just 
about every Collection to do a Full Update every 15 minutes which is just 
crazy.  I'm weeding through them but this is getting tedious.

Is there a script out there where I can modify all collections to reset to 
something like every 3-7 days at 12AM?  I can then go through and modify the 
few I would want to have Incremental and/or more aggressive settings.

Thanks!




This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.






This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.



RE: [mssms] RE: WOL not waking powered off computers

2016-12-06 Thread Murray, Mike
So management is still pushing to get WOL working. Since every way I’ve tested 
doesn’t seem to work in Win10 when fully powered down, is anyone aware of a 
technology that will keep the NIC powered on when the computer is powered off? 
I’ve searched to no avail.

 

Mike

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ed Aldrich
Sent: Thursday, December 1, 2016 6:01 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

I have learned that we at 1E have a public article on the topic, FWIW…

 

http://help.1e.com/display/NWE71/Fast+Startup+vs+Wake-on-LAN

 

Interesting thread all around!

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ed Aldrich
Sent: Wednesday, November 30, 2016 1:10 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

Just getting caught up here… those of us who monitor this alias were all at the 
MVP Summit when this was posted. I was at least, followed by a couple weeks of 
running around… 

 

That said, I have to say that the “disable fast startup’ fix was a new one to 
me!

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
Sent: Monday, November 21, 2016 4:05 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

1e has a good little free tool for this too. Actually I am VERY surprised none 
of the 1e guys have commented on this thread, I am sure they know the answer.

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Murray, Mike
Sent: Monday, November 21, 2016 2:58 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

I tried 3 ways:

 

· CM 2012 app with “wake on LAN” checked in the deployment.

· Right click tools WOL via CM console.

· Wake on LAN util from depicus.com  

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Art Flores
Sent: Monday, November 21, 2016 11:45 AM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

How are you sending the magic packet for your WOL tests?

 

I have a similar issue with the Dell 9020, if I send the magic packet from Win7 
using the Cireson Remote Manage app, the 9020 does NOT wake up, if I send the 
magic packet from a Win10 VM using the same version of the Cireson Remote 
Manage app, the 9020 does wake up.

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Shane McKeown
Sent: Monday, November 21, 2016 1:04 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

Ok so did you confirm if you can see the NIC led blinking when the machine is 
fully powered off?

I have various OptiPlex models and they all seem to work fine

I’ve disabled Deep sleep and enabled WOL option in BIOS

When machine is switched off and I plug in a network cable the led lights on 
the nic…this is the first step in confirming that at the BIOS level you are on 
the right path…

 

Shane

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Murray, Mike
Sent: 21 November 2016 17:17
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers

 

Various. The last one was an OptiPlex 9010. 

  

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Shane McKeown
Sent: Monday, November 21, 2016 9:02 AM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers 

  

What model is the machine? 

We have Dell Inspiron machines that do it like this – they will wake from sleep 
but not from cold… 

Also found this with some Vostro models(can’t remember the exact model) 

  

Shane 

  

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Murray, Mike
Sent: 21 November 2016 16:31
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] RE: WOL not waking powered off computers 

  

It does get the packet. And it will wake up when asleep, just now when powered 
off. 

  

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

[mssms] RE: UUP Implementation for Windows 10

2016-12-06 Thread Michael Niehaus
In the near term, it doesn’t.  Ask again later in 2017 ☺

Thanks,
-Michael

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Brian Illner
Sent: Tuesday, December 6, 2016 5:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] UUP Implementation for Windows 10

So how will this affect ConfigMgr/WSUS?



[https://pbs.twimg.com/profile_images/789154104392032258/vhHkDvON_normal.jpg]

Richard Hay (@WinObs)

12/5/16, 6:02 
PM
Microsoft Pauses Redstone 2 PC Builds to Prepare for Unifed Update Platform 
(UUP) Implementation clkon.us/2gJuQNd








[mssms] Re: WSUS / Software Updates Sync issue

2016-12-06 Thread Johns, Damon (DoJ)
Appears to be a general problem.

I've seen some posts to the patch management org mailing list.

Cheers
Damon



CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.





[mssms] Re: WSUS / Software Updates Sync issue

2016-12-06 Thread Johns, Damon (DoJ)
Anyone else having problems syncing updates from Microsoft Update servers?

Seeing this in my wsyncmgr.log. Was working a few hours ago.

Sync failed: UssInternalError: SoapException: Fault occurred~~at 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
 message, WebResponse response, Stream responseStream, Boolean asyncCall). 
Source: 
Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS

Same as per: 
https://social.technet.microsoft.com/Forums/en-US/61ae15ff-b244-4135-b90d-09fcd28094a9/sup-sync-failing?forum=configmanagersecurity

Cheers,
Damon





CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.





RE: [mssms] FW: Windows 10 Creators Update advances security and best-in-class modern IT tools

2016-12-06 Thread Jay Parekh
“converting a device to UEFI required an IT manager to repartition”

Why does it have to be a manager?  ROFL!!


Sent from Mail for Windows 10

From: Daniel Ratliff
Sent: Tuesday, December 6, 2016 2:26 PM
To: mssms@lists.myitforum.com
Subject: [mssms] FW: Windows 10 Creators Update advances security and 
best-in-class modern IT tools


Thanks to Susan for the share.



In-place UEFI conversion
We’ve heard from our customers that they want to take advantage of new Windows 
10 security investments like Device Guard on their existing modern hardware, 
but many of these new features require UEFI-enabled devices. For those 
customers who have already provisioned modern Windows PCs that support UEFI but 
installed Windows 7 using legacy BIOS, converting a device to UEFI required an 
IT manager to repartition the disc and reconfigure the firmware. This meant 
they would need to physically touch each device in their enterprise. With the 
Creators Update, we will introduce a simple conversion tool that automates this 
previously manual work. This conversion tool can be integrated with management 
tools such as System Center Configuration Manager (SCCM) as part of the Windows 
7 to Windows 10 in-place upgrade process.



Continued improvements for Windows as a service

Finally, our enterprise customers have told us they want to better manage the 
size of downloads. Soon we’ll enable differential downloads for both mobile and 
PC devices. This means updates after the Creators Update will only include the 
changes that have been made since the last update, decreasing the download size 
by approximately 35%. We’re also working to improve System Center Configuration 
Manager express updates to help reduce the monthly update size by up to 90%.



We’re building Windows for each of us and for our enterprise customers that 
means supporting their digital transformation. Over the next few weeks, some of 
the Creators Update features will start to show up in Windows Insider builds. 
If you are not already a Windows Insider, please join us in providing feedback 
to help shape the final experience and empower the creators in all of us.



Daniel Ratliff



-Original Message-
From: Susan Bradley [mailto:sbrad...@pacbell.net]
Sent: Tuesday, December 6, 2016 12:31 PM
To: Patch Management Mailing List 
Subject: [patchmanagement] Windows 10 Creators Update advances security and 
best-in-class modern IT tools



Windows 10 Creators Update advances security and best-in-class modern IT tools 
- Windows For Your BusinessWindows For Your Business:

https://blogs.windows.com/business/2016/12/06/windows-10-creators-update-advances-security-best-class-modern-tools/#SyBhVLrpFVlTyG6y.97



"We’ve heard from our customers that they want to take advantage of new Windows 
10 security investments like Device Guard on their existing modern hardware, 
but many of these new features require UEFI-enabled devices. For those 
customers who have already provisioned modern Windows PCs that support UEFI but 
installed Windows 7 using legacy BIOS, converting a device to UEFI required an 
IT manager to repartition the disc and reconfigure the firmware. This meant 
they would need to physically touch each device in their enterprise. With the 
Creators Update, we will introduce a simple conversion tool that automates this 
previously manual work. This conversion tool can be integrated with management 
tools such as System Center Configuration Manager (SCCM) as part of the Windows 
7 to Windows 10 in-place upgrade process"





---

PatchManagement.org is hosted by Shavlik



The content on the email list is intended for assisting administrators.  If you 
would like to use any of this content in a blog or media publication, please 
contact the owners of the list for approval.



To unsubscribe send a blank email to 
leave-patchmanagem...@patchmanagement.org

If you are unable to unsubscribe via this email address, please email 
owner-patchmanagem...@patchmanagement.org

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] Collection Update Query

2016-12-06 Thread Atkinson, Matt T
Try this out, will set them to refresh every 7 days, you probably will need to 
limit or modify the command used to populate $collections to better fit your 
environment:

$collections = Get-CMCollection

$schedule = New-CMSchedule -RecurInterval Days -RecurCount 7

foreach ($collection in $collections)
{
Set-CMCollection  -CollectionId $collection.id -RefreshSchedule $schedule
}


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Adam Juelich
Sent: Tuesday, December 06, 2016 9:40 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Collection Update Query

Hello Everyone,

I just started a new gig and am taking over an existing v1511 site.  SQL is on 
a separate server which is a problem in itself but I was noticing that queries 
were running very slowly even though that server had 28GB of memory and we are 
a smaller environment (1600 clients).

I started going through collections and noticed that my predecessor set just 
about every Collection to do a Full Update every 15 minutes which is just 
crazy.  I'm weeding through them but this is getting tedious.

Is there a script out there where I can modify all collections to reset to 
something like every 3-7 days at 12AM?  I can then go through and modify the 
few I would want to have Incremental and/or more aggressive settings.

Thanks!




This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.



Re: [mssms] Collection Update Query

2016-12-06 Thread Adam Juelich
Matt,

Will that do every collection we created?  Does it 'uncheck' the
Incremental option?  Also, is there a way within it to set the actual time
to do the 'Full Update' during that 7th day?

Thanks!

On Tue, Dec 6, 2016 at 1:30 PM, Atkinson, Matt T <
matt.atkin...@providence.org> wrote:

> Sorry, just noticed a small typo, here is the correction:
>
>
>
> $collections = Get-CMCollection
>
>
>
> $schedule = New-CMSchedule -RecurInterval Days -RecurCount 7
>
>
>
> foreach ($collection in $collections)
>
> {
>
> Set-CMCollection  -CollectionId $collection.collectionid -RefreshSchedule
> $schedule
>
>
> }
>
>
>
> *From:* Atkinson, Matt T
> *Sent:* Tuesday, December 06, 2016 11:24 AM
> *To:* mssms@lists.myitforum.com
> *Subject:* RE: [mssms] Collection Update Query
>
>
>
> Try this out, will set them to refresh every 7 days, you probably will
> need to limit or modify the command used to populate $collections to better
> fit your environment:
>
>
>
> $collections = Get-CMCollection
>
>
>
> $schedule = New-CMSchedule -RecurInterval Days -RecurCount 7
>
>
>
> foreach ($collection in $collections)
>
> {
>
> Set-CMCollection  -CollectionId $collection.id -RefreshSchedule
> $schedule
>
>
> }
>
>
>
>
>
> *From:* listsad...@lists.myitforum.com [mailto:listsadmin@lists.
> myitforum.com ] *On Behalf Of *Adam
> Juelich
> *Sent:* Tuesday, December 06, 2016 9:40 AM
> *To:* mssms@lists.myitforum.com
> *Subject:* [mssms] Collection Update Query
>
>
>
> Hello Everyone,
>
>
>
> I just started a new gig and am taking over an existing v1511 site.  SQL
> is on a separate server which is a problem in itself but I was noticing
> that queries were running very slowly even though that server had 28GB of
> memory and we are a smaller environment (1600 clients).
>
>
>
> I started going through collections and noticed that my predecessor set
> just about every Collection to do a Full Update every 15 minutes which is
> just crazy.  I'm weeding through them but this is getting tedious.
>
>
>
> Is there a script out there where I can modify all collections to reset to
> something like every 3-7 days at 12AM?  I can then go through and modify
> the few I would want to have Incremental and/or more aggressive settings.
>
>
>
> Thanks!
>
>
>
> --
>
> This message is intended for the sole use of the addressee, and may
> contain information that is privileged, confidential and exempt from
> disclosure under applicable law. If you are not the addressee you are
> hereby notified that you may not use, copy, disclose, or distribute to
> anyone the message or any information contained in the message. If you have
> received this message in error, please immediately advise the sender by
> reply email and delete this message.
>
>




[mssms] FW: Windows 10 Creators Update advances security and best-in-class modern IT tools

2016-12-06 Thread Daniel Ratliff
Thanks to Susan for the share.



In-place UEFI conversion
We’ve heard from our customers that they want to take advantage of new Windows 
10 security investments like Device Guard on their existing modern hardware, 
but many of these new features require UEFI-enabled devices. For those 
customers who have already provisioned modern Windows PCs that support UEFI but 
installed Windows 7 using legacy BIOS, converting a device to UEFI required an 
IT manager to repartition the disc and reconfigure the firmware. This meant 
they would need to physically touch each device in their enterprise. With the 
Creators Update, we will introduce a simple conversion tool that automates this 
previously manual work. This conversion tool can be integrated with management 
tools such as System Center Configuration Manager (SCCM) as part of the Windows 
7 to Windows 10 in-place upgrade process.



Continued improvements for Windows as a service

Finally, our enterprise customers have told us they want to better manage the 
size of downloads. Soon we’ll enable differential downloads for both mobile and 
PC devices. This means updates after the Creators Update will only include the 
changes that have been made since the last update, decreasing the download size 
by approximately 35%. We’re also working to improve System Center Configuration 
Manager express updates to help reduce the monthly update size by up to 90%.



We’re building Windows for each of us and for our enterprise customers that 
means supporting their digital transformation. Over the next few weeks, some of 
the Creators Update features will start to show up in Windows Insider builds. 
If you are not already a Windows Insider, please join us in providing feedback 
to help shape the final experience and empower the creators in all of us.



Daniel Ratliff



-Original Message-
From: Susan Bradley [mailto:sbrad...@pacbell.net]
Sent: Tuesday, December 6, 2016 12:31 PM
To: Patch Management Mailing List 
Subject: [patchmanagement] Windows 10 Creators Update advances security and 
best-in-class modern IT tools



Windows 10 Creators Update advances security and best-in-class modern IT tools 
- Windows For Your BusinessWindows For Your Business:

https://blogs.windows.com/business/2016/12/06/windows-10-creators-update-advances-security-best-class-modern-tools/#SyBhVLrpFVlTyG6y.97



"We’ve heard from our customers that they want to take advantage of new Windows 
10 security investments like Device Guard on their existing modern hardware, 
but many of these new features require UEFI-enabled devices. For those 
customers who have already provisioned modern Windows PCs that support UEFI but 
installed Windows 7 using legacy BIOS, converting a device to UEFI required an 
IT manager to repartition the disc and reconfigure the firmware. This meant 
they would need to physically touch each device in their enterprise. With the 
Creators Update, we will introduce a simple conversion tool that automates this 
previously manual work. This conversion tool can be integrated with management 
tools such as System Center Configuration Manager (SCCM) as part of the Windows 
7 to Windows 10 in-place upgrade process"





---

PatchManagement.org is hosted by Shavlik



The content on the email list is intended for assisting administrators.  If you 
would like to use any of this content in a blog or media publication, please 
contact the owners of the list for approval.



To unsubscribe send a blank email to 
leave-patchmanagem...@patchmanagement.org

If you are unable to unsubscribe via this email address, please email 
owner-patchmanagem...@patchmanagement.org

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] Collection Update Query

2016-12-06 Thread Atkinson, Matt T
Sorry, just noticed a small typo, here is the correction:

$collections = Get-CMCollection

$schedule = New-CMSchedule -RecurInterval Days -RecurCount 7

foreach ($collection in $collections)
{
Set-CMCollection  -CollectionId $collection.collectionid -RefreshSchedule 
$schedule
}

From: Atkinson, Matt T
Sent: Tuesday, December 06, 2016 11:24 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Collection Update Query

Try this out, will set them to refresh every 7 days, you probably will need to 
limit or modify the command used to populate $collections to better fit your 
environment:

$collections = Get-CMCollection

$schedule = New-CMSchedule -RecurInterval Days -RecurCount 7

foreach ($collection in $collections)
{
Set-CMCollection  -CollectionId $collection.id -RefreshSchedule $schedule
}


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Adam Juelich
Sent: Tuesday, December 06, 2016 9:40 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Collection Update Query

Hello Everyone,

I just started a new gig and am taking over an existing v1511 site.  SQL is on 
a separate server which is a problem in itself but I was noticing that queries 
were running very slowly even though that server had 28GB of memory and we are 
a smaller environment (1600 clients).

I started going through collections and noticed that my predecessor set just 
about every Collection to do a Full Update every 15 minutes which is just 
crazy.  I'm weeding through them but this is getting tedious.

Is there a script out there where I can modify all collections to reset to 
something like every 3-7 days at 12AM?  I can then go through and modify the 
few I would want to have Incremental and/or more aggressive settings.

Thanks!




This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.



RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

2016-12-06 Thread Troy Martin
In-Place upgrade is a ‘false sense of security’.  Great for consumers…not for 
the enterprise.

For the enterprise, getting to W10 is 99% about taking advantage of the new 
security features/support in W10 e.g. Secure Boot, Device Guard, Credential 
Guard, etc

If those are not desired goals for your organization then yes, go with In-Place 
Upgrades.  If you’re looking to take advantage of the new security features AND 
have all applications “intelligently” reinstalled during the W10 migration, 
there’s an app a suite for that…

Check out 1e.com if you’re interested in knowing more about it ☺

Troy L. Martin | Technical Architect
1E | Software Lifecycle Automation for the Digital Business
US Mobile: +1 (678) 898-6147 | UK Phone : +44 208 326 9141
troy.mar...@1e.com | 
www.1e.com

Facebook
 | 
Twitter
 | 
YouTube
 | 
Blogs
 | 
RSS

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Bradley, Matt
Sent: Tuesday, December 6, 2016 9:15 AM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

So far every newly imaged machine works ok with these same printers.  We were 
really banking on the in-place upgrade being our go-to solution for switchover. 
 The labor savings of not having to reinstall all the users applications is 
immense.

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Troy Martin
Sent: Monday, December 5, 2016 12:48 PM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

…and what happens when wipe/load?

Troy L. Martin | Technical Architect
1E | Software Lifecycle Automation for the Digital Business
US Mobile: +1 (678) 898-6147 | UK Phone : +44 208 326 9141
troy.mar...@1e.com | 
www.1e.com

Facebook
 | 
Twitter
 | 
YouTube
 | 
Blogs
 | 

Re: [mssms] Collection Update Query

2016-12-06 Thread Sherry Kissinger
I might have something we used back in sms 2003--it's obviously old but it
might still work in cm current branch--I'll dig it up out of the archives
and try...

On Tue, Dec 6, 2016 at 11:40 AM, Adam Juelich  wrote:

> Hello Everyone,
>
> I just started a new gig and am taking over an existing v1511 site.  SQL
> is on a separate server which is a problem in itself but I was noticing
> that queries were running very slowly even though that server had 28GB of
> memory and we are a smaller environment (1600 clients).
>
> I started going through collections and noticed that my predecessor set
> just about every Collection to do a Full Update every 15 minutes which is
> just crazy.  I'm weeding through them but this is getting tedious.
>
> Is there a script out there where I can modify all collections to reset to
> something like every 3-7 days at 12AM?  I can then go through and modify
> the few I would want to have Incremental and/or more aggressive settings.
>
> Thanks!
>
>


-- 
Thank you,

Sherry Kissinger

My Parameters:  Standardize. Simplify. Automate
Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger,
http://www.smguru.org




[mssms] Collection Update Query

2016-12-06 Thread Adam Juelich
Hello Everyone,

I just started a new gig and am taking over an existing v1511 site.  SQL is
on a separate server which is a problem in itself but I was noticing that
queries were running very slowly even though that server had 28GB of memory
and we are a smaller environment (1600 clients).

I started going through collections and noticed that my predecessor set
just about every Collection to do a Full Update every 15 minutes which is
just crazy.  I'm weeding through them but this is getting tedious.

Is there a script out there where I can modify all collections to reset to
something like every 3-7 days at 12AM?  I can then go through and modify
the few I would want to have Incremental and/or more aggressive settings.

Thanks!




Re: [mssms] 1610 update not showing in console

2016-12-06 Thread Sherry Kissinger
I'd just wait for it to show up.  Unless you've looked at the 'what's new'
and there's something in 1610 that you just can't wait for, and need to
deploy it sooner rather than later.


On Tue, Dec 6, 2016 at 8:56 AM, Gerry Hampson 
wrote:

> It’s perfectly safe to run the PoSh script in production to access the
> fast ring. Many organizations have done it. However 1610 will eventually be
> available to all – eta not yet known but should be soon enough.
>
>
>
> *From:* listsad...@lists.myitforum.com [mailto:listsadmin@lists.
> myitforum.com] *On Behalf Of *Heaton, Joseph@Wildlife
> *Sent:* 06 December 2016 14:35
> *To:* mssms@lists.myitforum.com
> *Subject:* RE: [mssms] 1610 update not showing in console
>
>
>
> I don’t have a lab environment, so would you recommend running the script
> in production, or will the update show up at a later date for those that
> don’t run the script?
>
>
>
> *From:* listsad...@lists.myitforum.com [mailto:listsadmin@lists.
> myitforum.com ] *On Behalf Of *Sherry
> Kissinger
> *Sent:* Thursday, December 01, 2016 10:59 AM
> *To:* mssms@lists.myitforum.com
> *Subject:* Re: [mssms] 1610 update not showing in console
>
>
>
> in my lab; after running the script; I noticed 1610 wasn't there right
> away either.  I don't recall how long it was--I got distracted by
> production.  by the time I got back to the lab it was the next day--and it
> was there.  You may just need to wait longer?
>
>
>
> On Thu, Dec 1, 2016 at 12:23 PM, the codepoets 
> wrote:
>
> We have 1511 installed and seemingly working fine in both our LAB and
> Production. I see 1602 and 1606 in both consoles, but not 1610. I know 1511
> is stated as the minimum, but has anyone confirmed this and done an in
> console upgrade from 1511 to 1610? (And yes, I've already tried running the
> PowerShell script to make the update available with no luck. The script
> completes fine but there is no change in either environment)
>
>
>
> Thanks,
>
> Erik
>
>
>
>
>
>
> --
>
> Thank you,
>
> Sherry Kissinger
>
>
> My Parameters:  Standardize. Simplify. Automate
> Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger,
> http://www.smguru.org
>
>
>
>
>
>


-- 
Thank you,

Sherry Kissinger

My Parameters:  Standardize. Simplify. Automate
Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger,
http://www.smguru.org





RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

2016-12-06 Thread Jerousek, Jeff
I would bet on an application or setting for the printers causing this problem.

If you can identify the problem you could remove it in the task sequence before 
the upgrade.

Thanks,
Jeff Jerousek


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Bradley, Matt
Sent: Tuesday, December 6, 2016 8:15 AM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

So far every newly imaged machine works ok with these same printers.  We were 
really banking on the in-place upgrade being our go-to solution for switchover. 
 The labor savings of not having to reinstall all the users applications is 
immense.

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Troy Martin
Sent: Monday, December 5, 2016 12:48 PM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

…and what happens when wipe/load?

Troy L. Martin | Technical Architect
1E | Software Lifecycle Automation for the Digital Business
US Mobile: +1 (678) 898-6147 | UK Phone : +44 208 326 9141
troy.mar...@1e.com | 
www.1e.com

Facebook
 | 
Twitter
 | 
YouTube
 | 
Blogs
 | 
RSS

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Bradley, Matt
Sent: Monday, December 5, 2016 9:34 AM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

I’ve tried that and about everything else I can think of.  Microsoft Premier 
support is stumped too.  This was part of our Windows 10 readiness project.  Of 
the 21 machines I that successfully processed the in-place upgrade, 4 of them 
have this printing problem.  That’s a 25% failure rate.  Huge, game-stopping 
issue.  At this point our entire in-place upgrade strategy is 

[mssms] RE: How to configure Server 2016 for ConfigMgr software updates

2016-12-06 Thread Jason Sandys
All Server 2016 is LTSB; only nano server has a CBB/CB.

No reason to change anything as far as GPOs goes to my knowledge. The policies 
you've called out below are for autonomous operation of the WUA which is 
unnecessary and best disabled using the last policy that called out - this is 
the same as it's been for all ConfigMgr releases.

J

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Corkill, Daniel
Sent: Monday, December 5, 2016 7:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] How to configure Server 2016 for ConfigMgr software updates

We're standing up our first 2016 server and I'm going through configuring the 
updates. I've just enabled the product type in the SUP and now I'm trying to 
figure out if there's any GPO settings I need to set. My understanding is that 
2016 with a GUI (which this box is), is treated as LTSB and shouldn't receive 
feature updates for 5 yrs. So the GPO settings I'm seeing that are relevant to 
2016 are:

Turn off auto-restart for updats during active hours
Specify deadline before auto-restart for update installation
Select when feature updates are received
Select when quality updates are received

So those first two settings seem to regard active hours which I want nothing to 
do with since we have ConfigMgr. Feature updates I'm figuring won't need to be 
configured (deferred) because they don't exist for LTSB. Quality updates I'm 
hoping I don't have to defer if I'm using ConfigMgr.

At the moment we disable the "Configure automatic updates" GPO setting on all 
systems and use ConfigMgr so I'd like to just continue this way with our 2016 
server if possible.




*

The contents of this email message and any attachments are intended only for 
the addressee and may be confidential, private or the subject of copyright. If 
you have received this email in error please notify Logan City Council, by 
replying to the sender or calling +61 7 3412 3412  and delete all copies of the 
e-mail and any attachments.



To view Logan City Council's Privacy Collection Notice, please visit 
www.logan.qld.gov.au or click on the following 
link http://www.logan.qld.gov.au/home/terms-of-use.









[mssms] UUP Implementation for Windows 10

2016-12-06 Thread Brian Illner
So how will this affect ConfigMgr/WSUS?



[https://pbs.twimg.com/profile_images/789154104392032258/vhHkDvON_normal.jpg]

Richard Hay (@WinObs)

12/5/16, 6:02 
PM
Microsoft Pauses Redstone 2 PC Builds to Prepare for Unifed Update Platform 
(UUP) Implementation clkon.us/2gJuQNd









RE: [mssms] 1610 update not showing in console

2016-12-06 Thread Gerry Hampson
It’s perfectly safe to run the PoSh script in production to access the fast 
ring. Many organizations have done it. However 1610 will eventually be 
available to all – eta not yet known but should be soon enough.

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Heaton, Joseph@Wildlife
Sent: 06 December 2016 14:35
To: mssms@lists.myitforum.com
Subject: RE: [mssms] 1610 update not showing in console

I don’t have a lab environment, so would you recommend running the script in 
production, or will the update show up at a later date for those that don’t run 
the script?

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Sherry Kissinger
Sent: Thursday, December 01, 2016 10:59 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] 1610 update not showing in console

in my lab; after running the script; I noticed 1610 wasn't there right away 
either.  I don't recall how long it was--I got distracted by production.  by 
the time I got back to the lab it was the next day--and it was there.  You may 
just need to wait longer?

On Thu, Dec 1, 2016 at 12:23 PM, the codepoets 
> wrote:
We have 1511 installed and seemingly working fine in both our LAB and 
Production. I see 1602 and 1606 in both consoles, but not 1610. I know 1511 is 
stated as the minimum, but has anyone confirmed this and done an in console 
upgrade from 1511 to 1610? (And yes, I've already tried running the PowerShell 
script to make the update available with no luck. The script completes fine but 
there is no change in either environment)

Thanks,
Erik




--
Thank you,

Sherry Kissinger

My Parameters:  Standardize. Simplify. Automate
Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger, 
http://www.smguru.org





RE: [mssms] 1610 update not showing in console

2016-12-06 Thread Heaton, Joseph@Wildlife
I don’t have a lab environment, so would you recommend running the script in 
production, or will the update show up at a later date for those that don’t run 
the script?

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Sherry Kissinger
Sent: Thursday, December 01, 2016 10:59 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] 1610 update not showing in console

in my lab; after running the script; I noticed 1610 wasn't there right away 
either.  I don't recall how long it was--I got distracted by production.  by 
the time I got back to the lab it was the next day--and it was there.  You may 
just need to wait longer?

On Thu, Dec 1, 2016 at 12:23 PM, the codepoets 
> wrote:
We have 1511 installed and seemingly working fine in both our LAB and 
Production. I see 1602 and 1606 in both consoles, but not 1610. I know 1511 is 
stated as the minimum, but has anyone confirmed this and done an in console 
upgrade from 1511 to 1610? (And yes, I've already tried running the PowerShell 
script to make the update available with no luck. The script completes fine but 
there is no change in either environment)

Thanks,
Erik




--
Thank you,

Sherry Kissinger

My Parameters:  Standardize. Simplify. Automate
Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger, 
http://www.smguru.org




RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

2016-12-06 Thread Bradley, Matt
So far every newly imaged machine works ok with these same printers.  We were 
really banking on the in-place upgrade being our go-to solution for switchover. 
 The labor savings of not having to reinstall all the users applications is 
immense.

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Troy Martin
Sent: Monday, December 5, 2016 12:48 PM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

…and what happens when wipe/load?

Troy L. Martin | Technical Architect
1E | Software Lifecycle Automation for the Digital Business
US Mobile: +1 (678) 898-6147 | UK Phone : +44 208 326 9141
troy.mar...@1e.com | 
www.1e.com

Facebook
 | 
Twitter
 | 
YouTube
 | 
Blogs
 | 
RSS

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Bradley, Matt
Sent: Monday, December 5, 2016 9:34 AM
To: mssms@lists.myitforum.com
Subject: RE: [External] Re: [mssms] W10 Upgrade & Printer Issues

I’ve tried that and about everything else I can think of.  Microsoft Premier 
support is stumped too.  This was part of our Windows 10 readiness project.  Of 
the 21 machines I that successfully processed the in-place upgrade, 4 of them 
have this printing problem.  That’s a 25% failure rate.  Huge, game-stopping 
issue.  At this point our entire in-place upgrade strategy is on halt, and we 
will not move forward with Windows 10 without Microsoft fixing the problem.

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Adam Juelich
Sent: Wednesday, November 16, 2016 9:45 AM
To: mssms@lists.myitforum.com
Subject: [External] Re: [mssms] W10 Upgrade & Printer Issues

Did you update your drivers on the Print Server for Windows 10?

On Mon, Nov 14, 2016 at 1:45 PM, Bradley, Matt 
> wrote:
I’ve got a few users, after doing the W10 in-place upgrade, that are 
experiencing a strange printer issue.  When they go to print from Word, 
Notepad, whatever, it says there are no printers installed.  Printers do show 
up in Devices & Printers, though, and you can print a test page.  I’ve tried 
uninstalling and reinstalling the printers, restarting the printer spool, 
nothing.  Strangely enough, if you go ahead and click print, it still prints.  
But you can’t select different printers to print from, because it says there 
are none installed.  I’m getting ready to open up a ticket with premier support 
(not hopeful there), but wanted to touch base with the collective first.









Legal Notice: This email is intended only for the person(s) to whom it is 
addressed. If you are not an intended recipient and have received this message 
in error, please notify the sender immediately by replying to this email or 
calling +44(0) 2083269015 (UK) or +1 866 592 4214 (USA). This email and any 
attachments may be privileged and/or confidential. The unauthorized use, 
disclosure, copying or printing of any information it contains is strictly 
prohibited. The opinions expressed in this email are those of the author and do 
not necessarily represent the views of 1E Ltd. Nothing in this email will 
operate to bind 1E to any order or other