Skip to content

Lars Jørgensen

Different things from my everyday "IT" life

Recent Posts

  • Internet explorer certificates button greyed out Group Policy
  • Lync Online – Add company name to lync contact card
  • Windows 8.1 RemoteApp stuck on preparing windows
  • Install Alibaba Trade Manager Silent
  • Java application blocked for security

Categories

  • Amazon AWS
  • Apple
  • Apple TV
  • Citrix
  • Collections
  • Exchange
  • Exchange 2007
  • Exchange 2010
  • Godaddy Promo Codes
  • Group Policy
  • IOS
  • Lync
  • Lync 2010
  • Lync 2013
  • Mcafee Epo
  • Microsoft System Center
  • Office 365
  • Other
  • Outlook 2007
  • PHP Functions
  • S3
  • SCCM 2012
  • SCOM 2012
  • SiriProxy Plugins
  • Uncategorized
  • Web
  • Windows
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows Server
  • Windows Server 2008 R2
  • Windows Server 2012
  • Windows Server 2012 R2
  • Wordpress

Popular Posts

  • Server 2012 “Automatic Maintenance” Killed our SAN
  • Server 2012 “Automatic Maintenance” Killed our SAN
  • Adobe Reader XI – An internal error occurred
  • Fix: Windows Stuck in a “Preparing Automatic Repair” loop
  • How to Deploy Citrix Receiver or Online Web Plugin for XenApp 6.5 on Web Interface 5.4
  • How to Deploy Citrix Receiver or Online Web Plugin for XenApp 6.5 on Web Interface 5.4
  • Snipping Tool Freezes
  • How to clear Windows Update Download Cache in Windows 7
  • How to clear Windows Update Download Cache in Windows 7
  • Unable to create the CAU clustered role because a Network Name resource could not be created

Tag Cloud

  • Active Sync
  • Adobe Reader
  • API
  • Blog Archive
  • blog title
  • Citrix
  • Citrix Client
  • Citrix Receiver
  • CitrixReceiver
  • CitrixReceiverEnterprise.exe
  • Citrix Receiver enterprise 3.2
  • Collections
  • Currency
  • Disable
  • enable
  • Event ID 1053
  • Exchange 2007
  • Exchange 2010
  • GPO
  • Group Policy
  • install
  • java
  • KMS
  • Lync 2010
  • missing holidays
  • outllok 2010
  • outlook 2007
  • Outlook missing holidays 2013
  • PHP
  • PHP Functions
  • Powershell
  • SCCM
  • sccm 2012
  • Scripts
  • Server 2008 R2
  • Server 2012
  • setup
  • Silent
  • Smartphone
  • Smtp
  • Update
  • Windows 7
  • windows 8
  • Wordpress
  • WSUS
Redesign ART

Tag: sccm 2012

Active Directory Group Members Query

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 where SMS_R_System.SystemGroupName like “DOMAIN\\GROUPNAME“

VN:F [1.9.22_1171]
please wait...
Rating: 0.0/6 (0 votes cast)
Posted on June 27, 2012July 6, 2012Categories CollectionsTags Collections, Group membership, SCCM, sccm 2012

All Windows 8 Clients Query

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 where OperatingSystemNameandVersion like ‘%Workstation 6.2%’

VN:F [1.9.22_1171]
please wait...
Rating: 1.0/6 (1 vote cast)
Posted on June 27, 2012July 6, 2012Categories CollectionsTags Collections, Query, SCCM, sccm 2012, windows 8

All Windows 7 Clients Query

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 where OperatingSystemNameandVersion like ‘%Workstation 6.1%’

VN:F [1.9.22_1171]
please wait...
Rating: 0.0/6 (0 votes cast)
Posted on June 27, 2012June 27, 2012Categories CollectionsTags Collections, sccm 2012, Windows 7
Proudly powered by WordPress