Cannot connect to Azure Blob storage from MSP360 backup software
I get an error message that says "This request is not authorized to perform this operation." when I try to connect to my Azure storage account.

az storage blob upload: error: Storage account 'scemdstalsc3a001' not found.
az storage blob upload -c dev-deployment -f c3_api-master.zip -n c3_api-master.zip --account-name scemdstalsc3a001 az storage blob upload: error: Storage account 'scemdstalsc3a001' not found.

SQL AND statement, avoid using between in the statement
Hi, is there a way I can avoid using between in SQL statement and replace that with AND statement ? Below is my query Select * from [dbo].[TestData] Where [ID] between (('PINNum'*10) + 1) AND ('PINNum'+1)*10' What I am trying to get : I want to…
Cannot list team members
When I try to list team members through the /groups/{id}/members endpoint with access_token which has User.ReadBasic.All delegated permission, as documented on…
Azure Kubernetes Services Voting Application
I'm having trouble understanding Azure Kubernetes. I successfully completed the tutorial for the voting application, but I don't see anywhere in the portal where it says that port 80 coming in to the public IP address goes to the azure vote front pod. …

Issue while downloading blob document using account SAS with Azure Java SDK
Hello , I am trying to download a blob file using account SAS . I have written following method to generate SAS token public static String getAccountSAS(String accountName, String accountKey, String endpoint, String startTime, String endTime, String…

I can´t link my professional account to my personal account
I´m trying to add my professional account to my personal account, but since I´ve already use my Company account at MS Learn, it says that this account already exists and I don´t want to delete this account. Any help, please?

Domain login
Hi All, Recently we had a situation where a person from Domain A attempted to login to Domain B. There is a two way trust relationship between the Domains. User A was physically on a Domain A workstation, he attempted to login using his Domain B…
Where to Login with AD User Credentials?
Hello team, There was permission for my user onto another user for Reset Password Permission, now I changed its password, but now I don't have any idea where to Login with that? I tried using PSexec but failed. I am using Windows 2019 Server, which…
In Intune its possible to show the Folders: “My documents and Desktop”?
Hello Topic : Intune Devices In a Forum about “Can Intune block access to C:/ Drive?” I have a question, The folder showed “Downloads” its Good, but Its possible add to show the Folders: “My documents and Desktop” ? restrict to user…
Outlook 365 is deleting EVERY message.....
On returning to home office tonight and with no issues receiving email until now, on opening Outlook it is running through ALL 5 email accounts and deleting every single message (footer says it is synchronising).......HELP!
Can I call a cmdlet using variable?
I have a function with 34 parameters that looks roughly like this: function ABCDE{ [CmdletBinding()] param ( [Parameter()] [Switch] $MyObject, [Parameter()] [Switch] $OptionA, [Parameter()] [Switch] $OptionB, [Parameter()] [Switch]…
Is WinNAT (i.e. Get-NetNat/New-NetNat) supported on Win10 Pro?
Regarding WinNAT on Win10 Pro, is Get-NetNat/New-NetNat supported and/or does it need to be enabled somehow (like old netsh routing ip nat install) I get the following error with PS: PS C:\> New-NetNat -Name WGNAT -InternalIPInterfaceAddressPrefix…

SQL server 2012 installation repair
I installed an SQL sever 2012 but it doesnt work so I want to repair before I delete it and re-install. However, when i try to repair through the SQL server Installation Center, they ask me the Installation media but i cannot find installation media for…
What is the Difference between MCP / MCSA / MCSE ?
Please share your thoughts


How to notify admin and suspend user if user downloads large amount of files in 20 minutes?
Helo, I require to notify admin and suspend user if user downloads large amount of files in 20 minutes. which security policy can be considered? an activity policy/DLP policy/File Policy/an alert policy ? Thanks,


Excel - Sorting and keeping multiple rows together with the related name.
Default data is input by date. If want to sort by name for quick view as below, how can make the related rows follow the related name together. Is it possible to do? Please advise.
Forced to terminate the following process started at 8:56:29 AM because it ran past the configured timeout 900 seconds.
Windows 2012 Logical Disk Discovery is failing for a particular node with below error, other discoveries seems to run fine. The reason to reinstall the agent is - For few logical disk , Drive Name is missing and Device ID was picked up like :…
UWP video streaming using webRTC
Hi, I am developing a UWP application which is recording the screen of one application and the recorded videos is streaming another application using webRTC. To establish the connection of both application it needs to exchange peer connection offer and…