Reading Time: < 1 minuteApplies To: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2 Can you use your client machine to list the shares on the SMB block? Like windows 8? The following command retrieves the Server Message Block (SMB) shares on the Read More …
Category: Windows 8
Windows 8 Related posts
Set Printer Duplex Mode Using PowerShell
Reading Time: < 1 minuteApplies To: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2 My friends were asking me on how to tidy up the printer. And I have to do it by using the PowerShell. Essentially to configure the default printing method Read More …
Enterprise Networking Scenarios
Reading Time: 2 minutesIn the era of the enterprise movement; you need to plan ahead of the access types that you are going to deliver to your users/customers etc. A SharePoint portal which has connectivity to your CBS or another form of application Read More …
Windows 8.1: Get the Names and AppIDs of Apps in the Start Screen
Reading Time: < 1 minuteEver wondered what are the applications that are running when your Windows 8.1 is booting up? Can you get the AppID from PowerShell? this is how…..it’s seriously simple and all you have to do is just to issue the following Read More …
Software Implementation RoadMAP – A Four Year Plan
Reading Time: < 1 minuteThis excel (Soft-ImplementationRoadMap–V-4) file took me a long time to prepare. As I was helping out people of same sort (IT), were looking for something like this….to check and balance their progresses in a Yes/No format and all those software’s Read More …
Initiate Remote Assistance Session Request in Windows 8 and 7
Reading Time: 2 minutesVery easy to use, just follow the instructions and your system will be enabled for RA. Windows 8 Verify you system is enabled to accept Remote Assistance Navigate to the Control Panel Click on System and Security In the System Read More …
Using Netstat to see which service is using which port
Reading Time: 2 minutesAs you might have already know that we use netstat for locating ports that was used by executable files or services. Normally we need to use this for debugging or even to learn more about the service. A help request Read More …