Jump to content

kay07949

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by kay07949

  1. I've found this script on Venu Singireddy's blog: SCCM Collection query for machines not rebooted in last 30 days select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_G_System_OPERATING_SYSTEM.Caption like "%xp%" or SMS_G_System_OPERATING_SYSTEM.Caption like "%vista%" or SMS_G_System_OPERATING_SYSTEM.Caption like "%windows 7%") and (DateDiff(day, SMS_G_System_OPERATING_SYSTEM.LastBootUpTime, GetDate()) >30) Where do insert it? I am completely new to sccm 2012.
  2. many thanks Gatt, much appreciated. is there a way to schedule reboot via the sccm?
  3. How can I send reports to my email address every 3rd Friday of the month?
  4. Hi Guys, How do I find out on sccm 2012 all the servers that require reboot? Also how I find out the servers that has been updated? Thanks you in advance, Kay
  5. How do I check that?
  6. Hi Guys, when one my colleague logs in from home to our rds server, he local printer is only available if she logs into RDS01, or RDS02, however if she logs into rds03 the local printer is unavailable, how can i sort this problem out? regards, k
  7. Where can I find this VBscript? will it check, similar to pinging a host to check if its alive?, if not then it will automatically restart it?
  8. Hi Guys, We have load balancing enabled on our RDS (server 2008 R2) server environment, I want to redirect a few specific users to one of rds servers called rds01, how can i do this without switching off the load balancing? i know you can do this for an administrator account by using the /admin switch on the mstsc, however i want to direct a non admin user. thank you in advance for your help. Regards, K
  9. Hi Guys, Our Apache service keeeps stopping and we have to manually restart it. Is there a utility that we can use to force it restart instead of the stardard windows based restart feature which does not work. Thank you in advance, K
  10. Hi guys, We have 3 rds servers and two of them have the printer driver that is required for one of our home users to make her local printer available in her RDS session. is there a quick way that we can replicate drivers from rds01 onto the other rds's, I know in citrix there is a powershell command available: Start-XAprinterdriverreplication -driver Name “Brother MFC-86.…” -sourceservername server1 -targetserver server3: however I want to know if there is a similary command available for RDS? If not is it wise to install the citrix powershell snap in, when we do not have citrix in our environment? All help will be greatly appreciated. Regards, K
  11. Hi All, I am working at a university and I have been assigned a project on testing windows 7. I am completely new to windows 7 and this is my first project. Can someone please guide on how to plan all this out. all help will be much appreciated. Regards, Kay
  12. impero is quite good, ranger is a devil!
  13. Hi Guys, Does any know how I can connect my mac book pro to my ipad via terminal, this is so that I can execute commands on the ipad from the mac book pro terminal. thanks for you help:) kay
×
×
  • Create New...