User Profile
SimonAllison
Iron Contributor
Joined 9 years ago
User Widgets
Recent Discussions
Is there a way to convert Office 365 group to Shared Mailbox easily? + DL's changing email address
Is there a way to convert Office 365 group to Shared Mailbox easily using powershell, we dont want to loose the conversations either or is it too complex. Users dont want an office 365 group, I have tried! but they like moving emails around into different folders and we dont have cached exchange mode. I also have DL's to change the email address for but they are sync'ed onpremise and other groups, can you easily change these with powershell ? Thanks SimonSolvedRe: Get-WindowsAutoPilotInfo - A quicker way...
Thanks mdmcq5 and @davidwilliamson for your input, yes I was originally ran on Dell, if I had a HP Laptop to hand I would have found the issue, so are you saying here just using compHash.csv works for both types of device? I dont have a system to test on to try it, thanks in advance12KViews0likes1CommentRe: Get-WindowsAutoPilotInfo - A quicker way...
Yes it must have had some updates, and can go straight to tenant now, easy, but this was setup so you dont have to use the internet as these were offline laptops, but great if you can spare a network connection, I had all 60 laptops in a row, and so then created this script and thanks all of you with trying to get it to work and workarounds, its very helpful for others.12KViews1like0CommentsRe: HELP! Computer keeps refreshing and taskbar is missing!
Hi Soysauce2001 , Please have a look at the following : https://answers.microsoft.com/en-us/windows/forum/all/windows-11-taskbar-missing-and-cant-open-settings/e6fc61d2-37c6-4ee0-b468-6b28c506b229 Please care to update me if this fixes your issue either way we would like to know. Simon Allison5.8KViews1like1CommentRe: Sync Team files to Onenote
Hi, You can open the Teams notebook that the teams channel created in OneNote then right click the page you want and choose "copy link to page" , then paste into your page in your notebook. This creates a quick link to the page in the other notebook. If you need to take a snapshot of the wheel at any point, take a screenshot, and paste into your page. This is a workaround and not a full solution, but this is how I do it.896Views0likes0CommentsRe: trying to learn one note
Hi dfeldman If you right click on the text that has changed, you can find out the author and the date/time, also you can see the authors initials, if you have collaboration setup correctly you can collaborate in real time, you can test this through OneNote in the browser first. Hope this helps! Simon Allison673Views0likes0CommentsRe: Get-WindowsAutoPilotInfo - A quicker way...
Andycap147 the whole process was designed that I know of to run under OOBE, you cant do it on pre-existing setups as it was all designed to run out of the box on new surface devices, as in the background and permissions, and apps etc are from Azure AD and Intune. I was looking for the same setup where you could use pre-existing windows setups, but sadly it wasnt the case, as you would loose all existing apps. sorry for the late reply193KViews0likes6CommentsRe: Is there a way to convert Office 365 group to Shared Mailbox easily? + DL's changing email address
MarioLemieux87 Hi Mario I would setup a test scenario first, create another account and fill it with Teams Conversations and Files and then run the commands, the commands may have changed slightly though since I asked the question.34KViews0likes0CommentsGet-WindowsAutoPilotInfo - A quicker way...
Hi All Just a Tip from me to make it easier (if you got other ways, let me know, would be interested) Starting to deploy via Autopilot but first grabbing the information - so I am using a USB Drive with the following : Plug in the USB Drive.. Right Click the file ..GetAutoPilot.cmd and (run as Administrator) (it seems everytime I plug in the USB I get 😧 Drive but with the updated command below its automatic ) Prepare Files 1) GetAutoPilot.cmd 2) Download a copy of Get-WindowsAutoPilotInfo.ps1 Contents of GetAutoPilot.cmd PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command %~d0\Get-WindowsAutoPilotInfo.ps1 -ComputerName $env:computername -OutputFile %~d0\computers.csv -append Get-WindowsAutoPilotInfo.ps1 - downloaded from powershellgallery https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo/1.6 What it does... It quickly dumps the CSV file onto the USB Drive and now I have all the CSV Files that I need in one file ready to upload to intune. Then unplug and move onto the next device ... Easy ! Simon Allison265KViews3likes30CommentsRe: Get-WindowsAutoPilotInfo - A quicker way...
firebladez I have just tested and there is an error, but this one works - all I did was remove the "p" as this gives the path and not just the drive. updating scripts @ECHO ON PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command %~d0\Get-WindowsAutoPilotInfo.ps1 -ComputerName $env:computername -OutputFile %~d0\$env:computername.csv228KViews0likes12CommentsRe: Get-WindowsAutoPilotInfo - A quicker way...
firebladez Try these, put them on the USB stick I did run them with the OS installed and through OOBE stage you can get to the command prompt by pressing , press Shift + F10 I have put them here... https://github.com/simonallisonuk/Scripts228KViews0likes15Comments- 1.7KViews0likes0Comments
Recent Blog Articles
No content to show