imkzru
Members-
Posts
10 -
Joined
-
Last visited
Reputation
0 NeutralAbout imkzru

Personal Information
-
Occupation
System Tech
Employer (optional)
-
Company Represented
Henry County Schools
-
Mr. Ben. Again thank you for the reply. I'm sorry to inform you that you are wrong though. The following works $Step2 = New-MsolLicenseOptions -AccountSkuId xxxxxxxxxxxxxx:STANDARDWOFFPACK_IW_STUDENT -DisabledPlans EXCHANGE_S_STANDARD, MCOSTANDARD Import-Csv c:\temp\users.csv | ForEach {Set-MsolUserLicense -UserPrincipalName $_.UserPrincipalName -LicenseOptions $Step2}
-
Thanks for the reply Would you mind telling me whats needs to be added to this to remove skype for when I re-assign the license? $AccountSkuId = "xxxxxxxxxxxxxxx:STANDARDWOFFPACK_IW_STUDENT" $UsageLocation = "US" $Users = Import-Csv c:\temp\users.csv $Users | ForEach-Object { Set-MsolUser -UserPrincipalName $_.UserPrincipalName -UsageLocation $UsageLocation Set-MsolUserLicense -UserPrincipalName $_.UserPrincipalName -AddLicenses $AccountSkuId } Thanks
-
This should be a simple thing to do but for some reason I'm having an issue. insight. Our accounts are synced with our AD environment. I have exported all students from each OU and created a .csv file to activate their license. Currently license is active for all users. The issue is when I assigned the license to the users it enabled everything. I found this page that tells how to disable skype < https://community.office365.com/en-us/w/manage/2603 > So here is what I did. 1. I logged into our AD server and ran powershell as administrator 2. added the msonline module < import-module msonline > 3. I logged in with admin account < $cred = Get-Credential > 4. I connected to office365 < Connect-MsolService -Credential $cred > 5. I checked our accountskuid < xxxxxxxxxxxxxxxx:STANDARDWOFFPACK_IW_STUDENT > 6. I ran the following commands. < $LicenseOption_object_name = New-MsolLicenseOptions -AccountSkuId xxxxxxxxxxxxxxxxxxxx:STANDARDWOFFPACK_IW_STUDENT -DisabledPlans MCOSTANDARD > < $LicenseOption_object_name.GetType() > < $myO365Sku = New-MsolLicenseOptions -AccountSkuId xxxxxxxxxxxxxx:STANDARDWOFFPACK_IW_STUDENT -DisabledPlans MCOSTANDARD > < $myO365Sku.GetType() > I did not receive any errors but it did not disable skype for the STANDARDWOFFPACK_IW_STUDENT license. What did I do wrong? Thanks in advanced.
-
Messaging Communication Software ideas needed
imkzru replied to crc-ict's topic in Enterprise Software
give LAN messenger software, notification client, tools, sdk a look. if I remember correctly it will send to a computer. -
okay. I feel like a idiot but no I did not see the big bold link to videos and documentation :/ but I'm installing this on a Windows server 2008 R2 64bit with IIS7. I have searched this forum for documentation on installing on IIS7 and found This. I have watched the video but I to am really looking for a pdf version of the instructions. The link in that thread are broken. Doe anyone have an updated link? I am having an issue installing HAP but I want to read the documentation before I start asking questions. Thanks
-
Thank you for the link to the videos. I will check them out.
-
We are in the process of changing over from Novell to Microsoft. With Novell we used Ifolder / Netstorage to gain access to our documents from home. I have poked around on here and found some are using Home Access+ but I do not see any documentation on how to install it and I'm also concerned about sensitive student info. In my hunt for a solution I found a college that is doing exactly what I want but I have no clue of how they are doing it. It is my hopes someone on here can point me in the right direction. Here is the site link to what I wish to do. http://www.cnm.edu/depts/its/tutorials/software/files Right now we are redirecting students My Documents folder to a network drive.
-
Thank you for the replies. currently we are not EEES but we have been looking into it. If we do then I think Lync would be the way to go. I have to find out from my director if EEES is doable this year or not.
-
Thanks looking at it I'm seeing I need a CAL for the server then I also need a CAL for each teacher. Do you happen to know how much each CAL is?
-
Hello all I'm new here so please forgive me if I have posted this is the wrong place. We are a Novell house running OES / DSFW. We are also using Novell messenger. We are currently moving away from Novell and going to a pure Windows solution. In doing so Novell messenger will no longer work. Can anyone recommend a Lan messenger solution? What we are looking for in a lan messenger solution is: 1. it must archive all messages "on server" 2. it must not communicate with out of band programs like AOL 3. it must work across different subnets This is going to be used by faculty and staff "not students" to communicate with out interrupting the class. I have looked at many Free lan messengers but most do not archive. I also looked at Lantalk and Outlook lan messenger. Lantalk seems to do what I want but are there any others out there? Thanks for all replies
