Month: July 2025
New Outlook for Windows Support for Export to PST
Export to PST with the New Outlook for Windows is Slow and Maybe Shouldn’t be Allowed
Giving the New Outlook for Windows (Monarch) client the ability to deal with PST files has long been one of the biggest demands from people who don’t want to move from Outlook (classic). Microsoft delivered code to support import access for PST files a few months ago. Now code to export mailbox items from the New Outlook to a PST file is available in targeted release tenants (message center notification MC1104309, 26 June 2025, Microsoft 365 roadmap item 485737). General availability is scheduled for mid-July 2025. GCC tenants receive the update about a month later.
The Dire Slowness of Export to PST
Before we all get too excited, let me report that exporting mailbox items from the New Outlook to a PST is a slow operation. It took Outlook 27 minutes to export 4,829 items from my Sent Items folder to a PST. The eventual PST ended up as a 1.01 GB file. Your mileage might vary depending on network speed, current demand on the service, and PC configuration, but I doubt that the overall result will be much different. By comparison, exporting the same folder from Outlook (classic) took less than two minutes.
The reason for the slowness is simple. The New Outlook needs to do a lot of work to extract each item from the source mailbox and convert it to the format used by PSTs. It’s not like Outlook (classic), where PST support has been incorporated into the client since day zero and the client and PST use the same MAPI-based underpinnings.
PST and OST files are very close in structure and format. Outlook (classic) uses OST files for offline synchronized copies of mailbox folders and items. The New Outlook takes a completely different approach to offline access, and the differences in approaches contribute to export slowness.
But don’t worry, Microsoft has an option coming to schedule a mailbox export (Microsoft 365 roadmap item 485743) that should remove the pain of watching the New Outlook slowly export items from mailbox to a target PST (Figure 1). The scheduled export option is due to arrive any day now and should help.

Export to PST Limited to a Mailbox or Single Folder
The new Outlook supports the export of a complete mailbox or a selected folder (Figure 2) for any of the mailboxes configured in the Outlook profile. I’m a tad baffled by the design decision to limit export to these options. Exporting an entire mailbox is fine, but why allow the choice of just one folder?

It would make more sense to allow the selection of multiple folders. In Figure 1, the Inbox folder is selected, but I might want to include the Calendar, Sent Items, and other folders in the target PST. Apart from mimicking the process used by Outlook (classic), there doesn’t seem to be much reason to restrict an export to one selected folder.
Do You Want People to Use Export to PST?
The big question remains do you (or rather, the organization) want to allow Outlook users to be able to export items to a PST. It depends on the compliance and governance strategy for the tenant. If you want everything stored in Microsoft 365 to allow Purview solutions like eDiscovery or AI solutions like Microsoft 365 Copilot to be able to find everything, then it seems like allowing people to export items is a bad idea. All you’re doing is giving people an invitation to move messages out of sight. Users might want to export their mailbox, especially when they’re about to take up a new job in a different company, but that’s no reason to allow mailbox exports to happen.
Even with a strict compliance regime in force, there will be situations when PST exports are justified, such as providing copies of items to external experts for review. However, that’s still not a reason to permit mailbox exports across the board.
Fortunately, blocking access to PSTs is easy and quickly accomplished with an update to OWA mailbox policies. Figure 3 shows the result. New Outlook can’t open a previously-added PST and the Export option has disappeared. I like it this way…

Insight like this doesn’t come easily. You’ve got to know the technology and understand how to look behind the scenes. Benefit from the knowledge and experience of the Office 365 for IT Pros team by subscribing to the best eBook covering Office 365 and the wider Microsoft 365 ecosystem.
Â
vscode terminal jump word shortcuts
I know this is not a 100% matlab specific question, but since it is related to the matlab official extension for vscode, I think it might be ok to ask about it here.
I am currently running matlab without GUI extlusively through vscode, since there is a bug in matlab 2025a on linux which prevents me from using dead keys on neither the workspace nor any of the built in editors.
It has worked great so far for my use case, but on vscode terminal (which is equivalent to matlab’s workspace), I cannot find any way to enable ctrl+arrowleft to jump to the beginning of current word or ctrl+arrowright to jump to the end of current word. Does anyone know how to enable this functionality?
ThanksI know this is not a 100% matlab specific question, but since it is related to the matlab official extension for vscode, I think it might be ok to ask about it here.
I am currently running matlab without GUI extlusively through vscode, since there is a bug in matlab 2025a on linux which prevents me from using dead keys on neither the workspace nor any of the built in editors.
It has worked great so far for my use case, but on vscode terminal (which is equivalent to matlab’s workspace), I cannot find any way to enable ctrl+arrowleft to jump to the beginning of current word or ctrl+arrowright to jump to the end of current word. Does anyone know how to enable this functionality?
Thanks I know this is not a 100% matlab specific question, but since it is related to the matlab official extension for vscode, I think it might be ok to ask about it here.
I am currently running matlab without GUI extlusively through vscode, since there is a bug in matlab 2025a on linux which prevents me from using dead keys on neither the workspace nor any of the built in editors.
It has worked great so far for my use case, but on vscode terminal (which is equivalent to matlab’s workspace), I cannot find any way to enable ctrl+arrowleft to jump to the beginning of current word or ctrl+arrowright to jump to the end of current word. Does anyone know how to enable this functionality?
Thanks vscode, shortcuts MATLAB Answers — New Questions
​
How are RFDC block and AXI4-Stream to Software block settings applied to the target board by SoC Builder?
Dear all,
I am using SoC Blockset for a simple receiver design for AMD Zynq Ultrascale+ ZCU111 evaluation board.
The Top model consists of the following parts: Signal generation subsystem (part of a testbench) -> RF data converter block -> FPGA referenced model -> AXI4-Stream to Sofrtare block (PS memory is selected) -> Processor subsystem (with Task Manager block and Processor referenced model inside) -> Subsystem with logic to view the output of the design from the Processor side (part of the testbench).
Now I want to deploy the design: using SoC Blockset I generate a bitstream and open an external mode model for the processor.
The question is: At which step of the deployment are the settings of RFDC and AXI4-Stream to Software blocks are applied to HW? First, the bitstream for FPGA model is generated and loaded, FPGA starts running, are the DACs/ADCs and PS memory already configured and working by that point? Or do they start as soon as code for the external mode model is generated and the processes are run on the target Processor?
This is important because if I, for example, I want to deploy the processor application and FPGA degisn separately at different time, bypassing SoC Bulder workflow, I need to know how to configure data converters and memory manually.
Thank you!Dear all,
I am using SoC Blockset for a simple receiver design for AMD Zynq Ultrascale+ ZCU111 evaluation board.
The Top model consists of the following parts: Signal generation subsystem (part of a testbench) -> RF data converter block -> FPGA referenced model -> AXI4-Stream to Sofrtare block (PS memory is selected) -> Processor subsystem (with Task Manager block and Processor referenced model inside) -> Subsystem with logic to view the output of the design from the Processor side (part of the testbench).
Now I want to deploy the design: using SoC Blockset I generate a bitstream and open an external mode model for the processor.
The question is: At which step of the deployment are the settings of RFDC and AXI4-Stream to Software blocks are applied to HW? First, the bitstream for FPGA model is generated and loaded, FPGA starts running, are the DACs/ADCs and PS memory already configured and working by that point? Or do they start as soon as code for the external mode model is generated and the processes are run on the target Processor?
This is important because if I, for example, I want to deploy the processor application and FPGA degisn separately at different time, bypassing SoC Bulder workflow, I need to know how to configure data converters and memory manually.
Thank you! Dear all,
I am using SoC Blockset for a simple receiver design for AMD Zynq Ultrascale+ ZCU111 evaluation board.
The Top model consists of the following parts: Signal generation subsystem (part of a testbench) -> RF data converter block -> FPGA referenced model -> AXI4-Stream to Sofrtare block (PS memory is selected) -> Processor subsystem (with Task Manager block and Processor referenced model inside) -> Subsystem with logic to view the output of the design from the Processor side (part of the testbench).
Now I want to deploy the design: using SoC Blockset I generate a bitstream and open an external mode model for the processor.
The question is: At which step of the deployment are the settings of RFDC and AXI4-Stream to Software blocks are applied to HW? First, the bitstream for FPGA model is generated and loaded, FPGA starts running, are the DACs/ADCs and PS memory already configured and working by that point? Or do they start as soon as code for the external mode model is generated and the processes are run on the target Processor?
This is important because if I, for example, I want to deploy the processor application and FPGA degisn separately at different time, bypassing SoC Bulder workflow, I need to know how to configure data converters and memory manually.
Thank you! rfdc, code generation, embedded coder, soc builder, fpga, target device, soc, zcu111 MATLAB Answers — New Questions
​
Zero-Padding Position for FFT
Hi,
I have a time-domain signal x with 5000 samples with period T, and it spans from -0.5*T to +0.5*T.
I want to compute an 8000-point FFT and I am confused about where I should add the zero-padding. Which of the following two methods is correct?
First:
x = [x; zeros(1, 3000)];
X = fftshift( fft( fftshift(x), 8000) );
Second:
x = [zeros(1, 1500); x; zeros(1, 1500)];
X = fftshift( fft( fftshift(x), 8000) );
Thanks!Hi,
I have a time-domain signal x with 5000 samples with period T, and it spans from -0.5*T to +0.5*T.
I want to compute an 8000-point FFT and I am confused about where I should add the zero-padding. Which of the following two methods is correct?
First:
x = [x; zeros(1, 3000)];
X = fftshift( fft( fftshift(x), 8000) );
Second:
x = [zeros(1, 1500); x; zeros(1, 1500)];
X = fftshift( fft( fftshift(x), 8000) );
Thanks! Hi,
I have a time-domain signal x with 5000 samples with period T, and it spans from -0.5*T to +0.5*T.
I want to compute an 8000-point FFT and I am confused about where I should add the zero-padding. Which of the following two methods is correct?
First:
x = [x; zeros(1, 3000)];
X = fftshift( fft( fftshift(x), 8000) );
Second:
x = [zeros(1, 1500); x; zeros(1, 1500)];
X = fftshift( fft( fftshift(x), 8000) );
Thanks! fft MATLAB Answers — New Questions
​
What is the reference data for default values used in FEM Parameter based PMSM block used in “PMSMDetailedTestBench” model (EV Design SimScape) project found in File exchange
I am looking for a open source platform to simulate and obtain datasets like Healthy PMSM temperature and Demagnetised PMSM. I found "EV Design Simscape;" model in FileExchange where i found one model called PMSM Detailed Test Bench for which parameters like flux linkage is defined via a 3D map of Flux linkage and current. I would like like to vary the flux linkage to simulate demagnetised motor. Here we want to check the reference about default values used in those parameters and how are they opted or selected. Kindly support the sameI am looking for a open source platform to simulate and obtain datasets like Healthy PMSM temperature and Demagnetised PMSM. I found "EV Design Simscape;" model in FileExchange where i found one model called PMSM Detailed Test Bench for which parameters like flux linkage is defined via a 3D map of Flux linkage and current. I would like like to vary the flux linkage to simulate demagnetised motor. Here we want to check the reference about default values used in those parameters and how are they opted or selected. Kindly support the same I am looking for a open source platform to simulate and obtain datasets like Healthy PMSM temperature and Demagnetised PMSM. I found "EV Design Simscape;" model in FileExchange where i found one model called PMSM Detailed Test Bench for which parameters like flux linkage is defined via a 3D map of Flux linkage and current. I would like like to vary the flux linkage to simulate demagnetised motor. Here we want to check the reference about default values used in those parameters and how are they opted or selected. Kindly support the same pmsm detailed test bench MATLAB Answers — New Questions
​
Microsoft Launches New Way to Consume Documentation
MCP Server for Microsoft Learn Delivers Real-Time Access to Microsoft Documentation
Technologists love new technology, even if new technology often disappoints or doesn’t live up to over-hyped expectations. This fact of IT life has been true for as long as I can remember and has applied to mainframes, minicomputers, PCs, and the cloud.
I was reminded about the truth that technology can disappoint when I saw the reactions of many to the news that Microsoft has a Model Context Protocol (MCP) server to allow real-time access by agents to Microsoft documentation (essentially, the contents of the learn.microsoft.com website). The server is currently in public preview.
Most of the reactions I saw were of the “gee-whiz, what a great thing” variety, probably based on the expectation of what an agent might do with Microsoft documentation rather than any experience of the MCP server in action. It will take time before people figure out how to take advantage of Microsoft documentation (question to self, what is the meaning of “official” documentation?).
Using the MCP Server with GitHub Copilot
In any case, it’s easy to add the MCP server to Visual Studio Code, which is what I use to write PowerShell code. The documentation includes a one-click installation which wasn’t quite a one-click activity but worked in the end. When the MCP server for Microsoft Learn is installed, GitHub Copilot can use it as a tool to help answer user prompts. As it happens, I’ve been reviewing some text for the Automating Microsoft 365 with PowerShell eBook and asked GitHub Copilot for some help. Figure 1 shows the response.

At first glance, the response looks perfectly reasonable. The only trouble is that it’s wrong. The cmdlets cited in the answer don’t exist and haven’t existed since the Microsoft Graph PowerShell SDK divided its single module into production and beta modules in V2.0 of the SDK (released in July 2023).
Issues Linger in Documentation
The effectiveness of AI-based tools depend on the accuracy of their input sources. Generative AI can’t create new knowledge. It can only generate responses based on source content, and those responses will be flawed when imperfections exist in the source. The problem here is that the “official documentation” for how to customize item insights privacy was written sometime in 2021 and hasn’t changed much since. According to the page header, Microsoft last updated it on 31 January 2025. However, the content still details the use of incorrect cmdlets.
I know that the information was valid in 2021 because I covered the topic for Practical365.com in April 2021. The problem is that the cmdlets still use a beta endpoint, so the correct cmdlets are Update-MgBetaOrganizationSettingItemInsight and Get-MgBetaOrganizationSettingItemInsight. I don’t blame the writer responsible for the page for missing the esoteric change made to split the Microsoft Graph PowerShell SDK into two modules. The example code is simple. What could go wrong with it?
Official Microsoft Documentation isn’t Perfect
All of this illustrates the fallacy of treating “official” documentation as an infallible source of truth. The Microsoft Learn documentation is a source of valuable information that often delivers great answers. But its content suffers from the same problem as blogs and other online sources of information in that technology moves so fast these days that documentation is in a state of constant flux. Keeping hundreds of thousands of pages current is a never-ending task, even if the technology was relatively stable.
Microsoft 365 is a very dynamic and complex technical environment where features can be affected by licensing, configuration, user settings, and add-ins. Include some recent layoffs of Microsoft writers and a bunch of automatically generated documentation and suddenly, the foundation for the “official” documentation doesn’t look quite as solid. There’s still lots of very useful information in Microsoft Learn even if it’s not quite as perfect as some might think.
Seeking Help for Better Code
It makes perfect sense to use new tools to extract more advantage from existing resources. Perhaps the MCP Server for Microsoft Learn will help to address the knowledge deficit of people struggling to understand how to write better code using Microsoft technologies like the Graph APIs through its integration with GitHub Copilot. We’ll only know if this is the case over time when developers have a chance to understand if the presence of the server improves their code.
I won’t complain if the MCP Server reduces or eliminates the tendency for GitHub Copilot to hallucinate by proposing cmdlets or parameters that don’t exist. Much as I admire GitHub Copilot exhibiting its artistic side when creating previously unknown cmdlets, it’s something that wears over time.
Support the work of the Office 365 for IT Pros team by subscribing to the Office 365 for IT Pros eBook. Your support pays for the time we need to track, analyze, and document the changing world of Microsoft 365 and Office 365. Only humans contribute to our work!
Â
Two-Level AFE Control Not Working with Resistive Load and Non-Zero Negative Vd Using SOGI Filter
Hello everyone,
I’m working on a Two-Level Active Front-End (AFE) converter model in Simulink. The simulation runs successfully when the load is a battery, but I’m facing issues when I replace the battery with a resistive load.
âť— Issues Encountered:
The control becomes unstable or fails when switching to a resistive load.
I’m using a SOGI-based PLL for synchronization and sequence extraction.
Under balanced input voltage conditions, I’m observing a non-zero negative-sequence Vd (~1.5 V), which ideally should be near zero.
📌 System Configuration:
Two-Level Voltage Source Converter (VSC)
RC-damped LCL Filter
SOGI-based sequence extraction and PLL
dq frame current control
Battery load: DC voltage source
Resistive load: Fixed resistor connected across DC bus
âś… My Questions:
Why does the system behave well with a battery load, but not with a resistive load?
What could cause a non-zero negative-sequence Vd (~1.5 V) under balanced conditions?
How should I tune the SOGI filter or control loops to improve stability and accuracy during resistive loading?
If needed, I can provide block diagrams or simulation waveforms. Any insights or similar experiences would be very helpful.
Thanks in advance,
Thangamuthu NHello everyone,
I’m working on a Two-Level Active Front-End (AFE) converter model in Simulink. The simulation runs successfully when the load is a battery, but I’m facing issues when I replace the battery with a resistive load.
âť— Issues Encountered:
The control becomes unstable or fails when switching to a resistive load.
I’m using a SOGI-based PLL for synchronization and sequence extraction.
Under balanced input voltage conditions, I’m observing a non-zero negative-sequence Vd (~1.5 V), which ideally should be near zero.
📌 System Configuration:
Two-Level Voltage Source Converter (VSC)
RC-damped LCL Filter
SOGI-based sequence extraction and PLL
dq frame current control
Battery load: DC voltage source
Resistive load: Fixed resistor connected across DC bus
âś… My Questions:
Why does the system behave well with a battery load, but not with a resistive load?
What could cause a non-zero negative-sequence Vd (~1.5 V) under balanced conditions?
How should I tune the SOGI filter or control loops to improve stability and accuracy during resistive loading?
If needed, I can provide block diagrams or simulation waveforms. Any insights or similar experiences would be very helpful.
Thanks in advance,
Thangamuthu NÂ Hello everyone,
I’m working on a Two-Level Active Front-End (AFE) converter model in Simulink. The simulation runs successfully when the load is a battery, but I’m facing issues when I replace the battery with a resistive load.
âť— Issues Encountered:
The control becomes unstable or fails when switching to a resistive load.
I’m using a SOGI-based PLL for synchronization and sequence extraction.
Under balanced input voltage conditions, I’m observing a non-zero negative-sequence Vd (~1.5 V), which ideally should be near zero.
📌 System Configuration:
Two-Level Voltage Source Converter (VSC)
RC-damped LCL Filter
SOGI-based sequence extraction and PLL
dq frame current control
Battery load: DC voltage source
Resistive load: Fixed resistor connected across DC bus
âś… My Questions:
Why does the system behave well with a battery load, but not with a resistive load?
What could cause a non-zero negative-sequence Vd (~1.5 V) under balanced conditions?
How should I tune the SOGI filter or control loops to improve stability and accuracy during resistive loading?
If needed, I can provide block diagrams or simulation waveforms. Any insights or similar experiences would be very helpful.
Thanks in advance,
Thangamuthu N simulink, model, converter, battery, resistive load MATLAB Answers — New Questions
​
MNPBEM Error – Issue with dot product in tripolygon file
Hi,
I’m new to MATLAB and the MNPBEM toolbox – I’m trying to write a code to simulate a gold nanoparticle on a diamond substrate to demonstrate the SERS effect. I keep getting this error:
"Dot indexing is not supported for variables of this type.
Error in tripolygon (line 18)
if all( ~isnan( edge.pos( :, 1 ) ) ) || …"
^^^^^^^^^^^^^^^^
followed by:
Error in aunp_SERS_1 (line 37)
slab = tripolygon(faces, vertices);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
(where aunp_SERS_1 is the name of my project). Not sure how to fix this as I cannot edit the tripolygon file as it is part of the toolbox! Please let me know what to do :)Hi,
I’m new to MATLAB and the MNPBEM toolbox – I’m trying to write a code to simulate a gold nanoparticle on a diamond substrate to demonstrate the SERS effect. I keep getting this error:
"Dot indexing is not supported for variables of this type.
Error in tripolygon (line 18)
if all( ~isnan( edge.pos( :, 1 ) ) ) || …"
^^^^^^^^^^^^^^^^
followed by:
Error in aunp_SERS_1 (line 37)
slab = tripolygon(faces, vertices);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
(where aunp_SERS_1 is the name of my project). Not sure how to fix this as I cannot edit the tripolygon file as it is part of the toolbox! Please let me know what to do 🙂 Hi,
I’m new to MATLAB and the MNPBEM toolbox – I’m trying to write a code to simulate a gold nanoparticle on a diamond substrate to demonstrate the SERS effect. I keep getting this error:
"Dot indexing is not supported for variables of this type.
Error in tripolygon (line 18)
if all( ~isnan( edge.pos( :, 1 ) ) ) || …"
^^^^^^^^^^^^^^^^
followed by:
Error in aunp_SERS_1 (line 37)
slab = tripolygon(faces, vertices);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
(where aunp_SERS_1 is the name of my project). Not sure how to fix this as I cannot edit the tripolygon file as it is part of the toolbox! Please let me know what to do 🙂 mnpbem, tripolygon, error, help, matlab code, matlab MATLAB Answers — New Questions
​
Figure window not opening with just using plot() in 2025a
Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now?Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now? Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now? plot, figure MATLAB Answers — New Questions
​
Changing position and resizing image within Image Viewer (imtool)
I am working on an app that will open the Image Viewer app using imtool. I want the Image Viewer window to be in the top right of the screen, and larger than the default opening size, as well as have the image within the app displayed at the largerst possible magnification that shows the entire image.
I have figured out that I can do each of these steps individually, however, when I try to combine them it seem to be that I can only set the position and size of the Image Viewer after I have set the magnification – and the magnification does not seem to adapt to the new size of the window (and I cannot figure out how to code the magnification after the Image Viewer has been launched).
The code I am using is:
screensize = get(0, ‘ScreenSize’) ;
app.ImageAppOn = imtool(app.ImageCell{1}, ‘InitialMagnification’, ‘adaptive’) ;
%display the first image in the set ImageCell
set(app.ImageAppOn, ‘Position’, [650, 20, screensize(3)-650, screensize(4)-100])
%send the Image Viewer to the top right corner and resize to take up more screen
How can I accomplish both the larger window size and the larger magnification?
(I am using Matlab 2018b)
Thanks.I am working on an app that will open the Image Viewer app using imtool. I want the Image Viewer window to be in the top right of the screen, and larger than the default opening size, as well as have the image within the app displayed at the largerst possible magnification that shows the entire image.
I have figured out that I can do each of these steps individually, however, when I try to combine them it seem to be that I can only set the position and size of the Image Viewer after I have set the magnification – and the magnification does not seem to adapt to the new size of the window (and I cannot figure out how to code the magnification after the Image Viewer has been launched).
The code I am using is:
screensize = get(0, ‘ScreenSize’) ;
app.ImageAppOn = imtool(app.ImageCell{1}, ‘InitialMagnification’, ‘adaptive’) ;
%display the first image in the set ImageCell
set(app.ImageAppOn, ‘Position’, [650, 20, screensize(3)-650, screensize(4)-100])
%send the Image Viewer to the top right corner and resize to take up more screen
How can I accomplish both the larger window size and the larger magnification?
(I am using Matlab 2018b)
Thanks. I am working on an app that will open the Image Viewer app using imtool. I want the Image Viewer window to be in the top right of the screen, and larger than the default opening size, as well as have the image within the app displayed at the largerst possible magnification that shows the entire image.
I have figured out that I can do each of these steps individually, however, when I try to combine them it seem to be that I can only set the position and size of the Image Viewer after I have set the magnification – and the magnification does not seem to adapt to the new size of the window (and I cannot figure out how to code the magnification after the Image Viewer has been launched).
The code I am using is:
screensize = get(0, ‘ScreenSize’) ;
app.ImageAppOn = imtool(app.ImageCell{1}, ‘InitialMagnification’, ‘adaptive’) ;
%display the first image in the set ImageCell
set(app.ImageAppOn, ‘Position’, [650, 20, screensize(3)-650, screensize(4)-100])
%send the Image Viewer to the top right corner and resize to take up more screen
How can I accomplish both the larger window size and the larger magnification?
(I am using Matlab 2018b)
Thanks. app designer, image analysis MATLAB Answers — New Questions
​
how can we debug parfor loop
when i am working using "parfor" condition, i am not able to put a breakpoints for debugging.when i am working using "parfor" condition, i am not able to put a breakpoints for debugging. when i am working using "parfor" condition, i am not able to put a breakpoints for debugging. debug, parfor MATLAB Answers — New Questions
​
Announcing Office 365 for IT Pros (2026 Edition)
New Office 365 for IT Pros Edition Now Available

The Office 365 for IT Pros team is delighted to announce the publication of the twelfth edition of the Office 365 for IT Pros eBook, including the second edition of the Automating Microsoft 365 with PowerShell eBook (released yesterday). This edition represents the outcome of an end-to-end review of the 2025 edition, including a completely new eDiscovery chapter (due to the big changes Microsoft is rolling out in this area). The new book is available in PDF and EPUB versions from Gumroad.com. If you subscribe to Office 365 for IT Pros, you do not need to buy the PowerShell book separately because it’s included in the Office 365 for IT Pros bundle.
As always, we are making a discounted subscription available to previous subscribers. An email with a code to secure the discount has been sent to subscribers of the 2025 edition from o365itpros@creators.gumroad.com. If you had a subscription for the 2025 edition and did not receive the code, please contact o365itprosrenewals@office365itpros.com and we will fix the problem.
Unfortunately, we have had to increase the price of the book from $49.95 to $59.95. We maintained the original price since 2015 for as long as we could, but inflation, increased processing costs (credit cards, PayPal, etc.), and other costs meant that we couldn’t hold the line any longer. We asked Microsoft Copilot what the value of $49.95 in 2015 dollars is today. Today’s answer is $64.30 (Figure 1).

A week ago when I published our release plan, the suggested price was $67.73. I guess it’s the way you ask a question of AI. In either case, I’m happy that we continue to deliver good value at approximately the equivalent of 12 cups of coffee (the value of the book lasts longer than the value of the caffeine).
Remaining Focused on Practicalities
We remain utterly focused on explaining how Microsoft 365 really works in a very practical sense. Some question the value of books in a world where an AI chatbot spits out an answer to any question in less than a minute. My answer is context and experience. AI chatbots don’t necessarily (or at all) appreciate the context of how something works inside Microsoft 365. Generative AI depends on what’s been published in the past and included in its LLMs. But if that information is outdated, inaccurate, or doesn’t apply to your situation, the response will be wrong. Experience helps understand context. Based on technical skills acquired over years, experience cuts through fluff in a way that AI cannot. AI doesn’t have Microsoft 365 skills, nor does it have experience. All it can do is regurgitate, albeit in a highly proficient and (at times) useful manner.
This doesn’t deny the value of AI in many situations or the important of adapting new technologies like AI where appropriate and cost-effective. Given Microsoft’s massive investment to build out hardware and software capabilities for AI, there is no doubt that AI is a big part of our future. We’ve just got to use the tool in the best way, just like any other tool. For instance, using a Copilot agent to interrogate the contents of Office 365 for IT Pros and Automating Microsoft 365 with PowerShell.
Remember, AI cannot clean up a mess. To be successful with Microsoft 365 Copilot, you need a Microsoft 365 tenant that’s well managed and without a legacy of failed collaboration projects. The knowledge contained in Office 365 for IT Pros helps administrators manage tenants better, even if we can’t do much about the legacy of failed projects.
Additions to the Office 365 for IT Pros Author Team
We welcome two new authors for the 2026 edition. Leah Theil now looks after the Teams Basics chapter (11) while Tony Sterling oversees the Teams management chapter (12). Given the success of Teams within the Microsoft 365 ecosystem, these are important chapters, and I am delighted to have two such experienced professionals take on their care.
Keepit: Our New Sponsor
Keepit A/S, a company specializing in delivering resilience against data loss, is our new sponsor. I’m sure many of you know Keepit from technology conferences where they always serve high-grade coffee on their stand. Making sure that production data is protected is a critical success factor for Microsoft 365 deployments, and Keepit has solid products to protect Entra ID, Microsoft 365 (Exchange Online, SharePoint Online/OneDrive for Business, and Teams), and the Power Platform. We thank Keepit for their support and look forward to working with them over the coming year.
Thanks to Our Subscribers
We couldn’t do any of our work without the support of the people who subscribe to Office 365 for IT Pros, read our articles, and provide feedback. Despite what it might seem like at times, we like to receive notes telling us where we can do better, so thanks a lot to all of you who have helped us improve the books over the years. It’s been an incredibly fulfilling journey since the release of the first edition in 2015. Onward to the next edition!
Â