Jump to content


Xpdite

Established Members
  • Posts

    3
  • Joined

  • Last visited

Xpdite's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I have been tasked with setting up a compliance rule to check for the existence of a certificate in the trusted root of the corporate Windows 7 Desktops and remediate if possible. I have been having difficulty trying to figure out how to accomplish this. I did find a link suggesting to use a powershell script but I seem to be getting very mixed results. I have included the script below If anyone has any idea's on how I can accomplish this or can point me in the right direction it would be appreciated. This is the script I was trying with out reliable success: $Compliance = 'Non-Compliant' $Check = get-childitem -path cert:\localmachine -recurse | where-object {$_.Issuer -like '*Issuer*'} If ($Check) {$Compliance = 'Compliant'} $Compliance
  2. Hi I was wondering if someone can tell me what I have missed. We are trying to allow our home user base to connect to our SCCM environment in order to accomplish the following: Asset Inventory Patch Management Application Deployment Remote Control for Customer Support As we do not have PKI servers in our environment Native mode is not really an option for us. We are using a 2 factor authentication Citrix VPN solution. The user is both authenticated to the Domain as well as a Key Fob. From the documentation I have been able to get my hands on we have arranged for the following ports to be opened Client Requests (Client to Software Update Point) TCP Port 80 TCP Port 443 63000-64000 UDP (Client to DP) TCP Port 8350 & 8351 to WSUS server Remote Control TCP port 2701 TCP port 2702 TCP port 135 Configuration manager Console to Client Remote Control UDP 2701 TCP 2701 UDP 2702 TCP 2702 TCP 135 TCP 3389 From this we are able to push an application to a test machine but we have not been able to get SCCM to work for Patch management or remote desktop sharing (remote Tools in SCCM Console). I understand that full remote control will not work as it logs the existing user off the machine and tries to get you to log in which disconnects the machine from the VPN connection. We are able to see and ping the machine through the SCCM console. We are unable to remotely trigger a Machine Policy Eval. What have I missed? Is anyone aware of any documents that may help me better understand the process and it's requirements Thanks in advance for any assistance X
  3. Hi Guys I am having an issue with an application. Let me start with a bit of basic background on our environment. We have one Primary server at Head office and 16 secondary servers in major cities across the country. We also have 16 BDP located within 250 miles of head office. I have an application called Avaya IC that I am deploying. We have created the package on the primary site. I have copied the package to all distribution points on the primary and secondary sites. The issue is when I try to copy the application out to the BDP it never seems to get there. The package status show the following message SMS Distribution Manager is starting to distribute package "IC Agent" to distribution point "["Display=\\LAB0055555\"]MSWNET:["SMS_SITE=LAB"]\\LAB005555\". BDP (Content Transfer Manager.log) Persisted locations for CTM job {78F6DD59-8CB5-4E35-909B-A379FAF2A0FA}: (LOCAL) http://XXXSCM1001.XXX.CORP.XXXXX.COM/SMS_DP_SMSPKGD$/MDC0017F (LOCAL) file:\\XXXSCM1001.XXX.CORP.XXXXX.COM\SMSPKGD$\MDC0017F Peer DPAgent Log Raising event: [sMS_CodePage(850), SMS_LocaleID(4105)] instance of PDPDownloadStartedEvent { ClientID = "GUID:8F9B02F6-02B3-4D64-853E-B443B4FBDAE4"; DateTime = "20110711170451.273000+000"; MachineName = " LAB0055555"; PackageID = "MDC0017F"; ProcessID = 1972; SiteCode = "LAB"; SourceVersion = 2; ThreadID = 2812; }; Package MDC0017F in state 'Downloading'. So basically it comes down to I can copy this package to any distribution point other than BDP's. I can deploy the package to client with out issue. I just cannot get the package to copy to BDP's. I have tried a different package of the same size and it gets copied to the distribution points including BDP's with out issue. I have tried creating a new deployment package for this application and copying it out to the branch distribution points with out sucess. I am baffled! Any suggestions would be greatly appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.