tj2419 Posted November 24, 2015 Posted November 24, 2015 Hi I am trying to bulk assign some licenses via powershell but need the accountskuid for the licence. When I try find it in powershell it doesn't give me the whole name (shown below). Any idea how I find it? PS C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Azure Active Dir ectory> Connect-MsolService PS C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Azure Active Dir ectory> Get-MsolAccountSku AccountSkuId ActiveUnits WarningUnits ConsumedUnits ------------ ----------- ------------ ------------- school:OFFICESUBSCRIPTI... 19032 0 1315 school:STANDARDWOFFPACK... 10 0 3 school:STANDARDWOFFPACK... 1800 0 1385 school:STANDARDWOFFPACK... 1000000 0 6 Thanks
Edu-IT Posted November 24, 2015 Posted November 24, 2015 Not entirely sure but does adding | Export-Csv c:\licenses.csv export it out to a file? 1
tj2419 Posted November 24, 2015 Author Posted November 24, 2015 Not entirely sure but does adding | Export-Csv c:\licenses.csv export it out to a file? Legend! Something so simple Cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now