lalajee2018
Well-Known Member
- Messages
- 143
- Reaction score
- 6
- Points
- 18
Hi I would Like to delopy Office application to user which are part of a Security Group. I would Like sccm to have office avaiable to user when they login to any new machine within the company.
This is What I have done
Create Security Group "Office365" add all of the user to this group.
Then Created a User Collection in SCCM.
select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.SecurityGroupName = "DOMAIN\\Office365"

Then Create a Application Office 365

Then Delopy office 365 to User collection.
I dont know what i'm doing wrong here because the software is not available to user which are part of the security group.
This is What I have done
Create Security Group "Office365" add all of the user to this group.
Then Created a User Collection in SCCM.
select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.SecurityGroupName = "DOMAIN\\Office365"

Then Create a Application Office 365
Then Delopy office 365 to User collection.
I dont know what i'm doing wrong here because the software is not available to user which are part of the security group.
