Jump to content


Prajwal Desai

Established Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Prajwal Desai last won the day on March 1 2016

Prajwal Desai had the most liked content!

About Prajwal Desai

  • Birthday 11/08/1986

Contact Methods

  • Website URL
    http://prajwaldesai.com

Profile Information

  • Gender
    Male
  • Interests
    Active Directory,SCCM,Exchange,Lync.

Recent Profile Visitors

6105 profile views

Prajwal Desai's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. The above error comes up if a proper service pack or cumulative update is not installed along with SQL server. My Suggestion would be, use SQL server 2008 std edition + sql 2008 service pack2 + Cumulative update 7. SQL Supported config : http://technet.microsoft.com/en-us/library/gg682077.aspx
  2. Congrats !!! You deserve it Niall. Your hard work and contribution is appreciated.
  3. Are you already certified as an MCSA on Windows Server 2008 and looking to upgrade your certs to Windows Server 2012? This week, we've released a new Jumpstart online training course that specifically targets the certification objectives in Exam 70-417, Upgrading Your Skills to MCSA on Windows Server 2012. This course will be broadcast live online as a 2-day accelerated version of the normal 5-day instructor-led course for experienced IT Pros. Here's the course details ... Course: Prepare for Exam 70-417 - Upgrading Skills to Windows Server 2012 Jumpstart Date(s): Oct 23rd and 24th, Noon - 7PM Eastern Time Registration: Register here http://msl-events.cloudapp.net/EventRegistration.aspx?eid=b928d1bf-cb42-410e-9eff-5c1d4fc62eef at Microsoft Certified Community Connection portal Agenda: Day 1: Module 1: Installing and Configuring Servers Based on Windows Server 2012 Module 2: Monitoring and Maintaining Windows Server 2012 Module 3: Managing Windows Server 2012 by Using Windows PowerShell 3.0 BREAK Module 4: Managing Storage for Windows Server 2012 Module 5: Implementing Network Services Module 6: Implementing Direct Access Day 2: Module 7: Implementing Failover Clustering Module 8: Implementing Hyper-V Module 9: Implementing Failover Clustering with Hyper-V BREAK Module 10: Implementing Dynamic Access Control Module 11: Implementing Active Directory Domain Services Module 12: Implementing Active Directory Federation Services -via Technet Blog http://blogs.technet.com/b/keithmayer/archive/2012/10/02/windows-server-2012-quot-early-experts-quot-challenge-exam-70-417-free-mcsa-upgrade-training.aspx#.UGua51Fkw4I
  4. Windows PowerShell 3.0 is now available for download for Windows 7, Windows Server 2008 R2 and for Windows Server 2008. Windows PowerShell 3.0 comes in the Management Framework 3.0. You will need to download the appropriate package for your target operating system. Windows 7 and Windows Server 2008 R2 must be at service pack 1, while Windows Server 2008 requires service pack 2. Some of the new features in Windows PowerShell 3.0 include: Workflow - Windows PowerShell Workflow lets IT Pros and developers apply the benefits of workflows to the automation capabilities of Windows PowerShell. Workflows allow administrators to run long-running tasks (which can be made repeatable, frequent, parallelizable, interruptible, or restart-able) that can affect multiple managed computers or devices at the same time. Disconnected Sessions - PowerShell sessions can be disconnected from the remote computer and reconnected later from the same computer or a different computer without losing state or causing running commands to fail. Robust Session Connectivity - Remote sessions are resilient to network failures and will attempt to reconnect for several minutes. If connectivity cannot be reestablished, the session will automatically disconnect itself so that it can be reconnected when network connectivity is restored. Scheduled Jobs - Scheduled jobs that run regularly or in response to an event. Delegated Administration - Commands that can be executed with a delegated set of credentials so users with limited permissions can run critical jobs Simplified Language Syntax - Simplified language syntax that make commands and scripts look a lot less like code and a lot more like natural language. Cmdlet Discovery - Improved cmdlet discovery and automatic module loading that make it easier to find and run any of the cmdlets installed on your computer. Show-Command - Show-Command, a cmdlet and ISE Add-On that helps users find the right cmdlet, view its parameters in a dialog box, and run it. The Powershell 3.0 can be downloaded here : http://www.microsoft...s.aspx?id=34595 Supported operating systems: Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2 Windows Management Framework 3.0 requires Microsoft .NET Framework 4.0. You can install Microsoft .NET Framework 4.0 at: http://www.microsoft...s.aspx?id=17851 via Microsoft > http://www.microsoft...s.aspx?id=34595
  5. Windows Server 2012 RTM Evaluation Download link : http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx?wt.mc_id=TEC_108_1_33. Currently Available in Standard and DataCenter editions.
  6. Sure, windows 8 and windows server 2012 topics will be seen soon on windows-noob portal..
  7. what is the client architecture ? If the architecture of your client is x64 and you use x86 in your Task Sequence then you need to have them both available on your DP.
  8. @narcoticmind- The Network Access account is never used as the security context for running programs, installing software updates, or running task sequences, its used only for accessing resources on the network.
  9. Since you have shared the folder and provided full access to everyone,I don't think its an access related issue. Check the disk space on the server before you distribute the Boot Images.
  10. @Jorgen - I think thats the best way to do..I sync the software updates, add a search criteria by selecting the required product, setting expired = no and superseeded = no. Then select all updates, create software update group and add them to new software group and atlast create a ADR.
  11. go through this link :http://www.windows-noob.com/forums/index.php?/topic/2317-using-vnext-in-a-lab-part-1-installation/ For client installation - the user account should be member of local administrator group of client machine (domain admin user account will also work). Domain Join - The user account that you create can be delegated to join the computers to domain. If you want to do it, delegate control in AD, select the user and give the permissions to join the computer to domain. SQL Service Account - After you install SQL server, login to it with Administrator. Expand option Security > right-click Logins > select the user account from Active directory and select sysadmin role. SCCM Admin - If you are using this account to install SCCM and manage SCCM, then the user account should be member of administrators group on SCCM server.
  12. @FalconG - if you have set up a CAS and if primary site is managed by CAS then you can install the reporting service role only in CAS, the CAS will query all the data from other sites. Could you post the status messages of management point ?
  13. Check if WSUS is installed correctly, If you are using SCCM to deploy the updates do not configure the WSUS configuration wizard which comes up when you install WSUS. From the SCCM console, click on Monitoring > System Status > component status > check out the messages of SMS_WSUS_SYNC_MANAGER.
  14. @Iroqouiz - On your SQL server check the following > Go into SQL Server Configuration Manager / Network Configuration / Protocols for MSSQLSERVER / TCP/IP and make sure its set to "enable". Try Restarting the SMS Agent host service.
×
×
  • 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.